Adeeb Shihadeh
c8d8db5947
bounties.md moved to the project README
9 months ago
Maxime Desroches
bf003f2972
setup.sh: retry + timing ( #33145 )
...
* improve
* update readme
* stdin
* better
* allow non interactive
* specify dir
9 months ago
Adeeb Shihadeh
0b29db5c3e
add roadmap to readme
9 months ago
Adeeb Shihadeh
ed86910536
new README ( #33073 )
...
* commonmark
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* relock
* copy paste
* Update README.md
* looks better like this
* cleanup
9 months ago
Joseph Wagner
93eb7ee0cc
README.md: 275+ cars ( #33048 )
...
275+ cars
9 months ago
Adeeb Shihadeh
cee84381f3
Update README.md ( #30793 )
...
* Update README.md
* Update README.md
* Update README.md
1 year ago
YassineYousfi
e82d5419a8
remove carla from README ( #30731 )
1 year ago
Justin Newberry
bd9d5f363d
make the main photo link to the comma shop ( #30729 )
1 year ago
Adeeb Shihadeh
f36866c898
better video thumbnails
1 year ago
Adeeb Shihadeh
57b9e75d6d
Docs update ( #30726 )
...
* update readme
* three videos looks way better
* shorter picture
* even smaller
* Update README.md
* Update README.md
1 year ago
Justin Newberry
11ec5bf25e
Simulator: remove carla ( #30690 )
...
* no carla
* no arg and stylize metadrive
1 year ago
Adeeb Shihadeh
67f2321060
delete clocksd ( #30252 )
2 years ago
Varun Nair
9596a3c940
Updating the readme.md to make it easier to follow ( #29820 )
...
* upadting the readme.md to make it easier to follow
* addressing pr comments
* addressing the pr
* Update README.md
* bold
---------
Co-authored-by: Harald Schäfer <harald.the.engineer@gmail.com>
2 years ago
Justin Newberry
4e69937d0d
Precommit: ensure executable bit is set ( #29784 )
...
* precommit ensure executable
* exclude tinygrad
* bump submodules
* exclude tinygrad globally
2 years ago
Shane Smiskol
45dc13dd46
Update README.md ( #29189 )
2 years ago
Adeeb Shihadeh
1ebd41a3b5
add 3X support to 0.9.4 release notes
2 years ago
Cameron Clough
efc9cdcca9
Update README.md
2 years ago
Arka Poddar
629e5cb99a
Update README.md ( #28188 )
...
Correct URL towards the job portal
2 years ago
Cameron Clough
acae532a3b
docs: 250 cars
2 years ago
AlexandreSato
3eb74d805a
Update Directory Structure ( #27569 )
...
* Update Directory Structure
Update directory structure to the latest commits [ sensord: move to system/ (#27531 ) , loggerd: move to system/ (#27534 ) , ubloxd: move to system/ (#27536 ) ].
* Update README.md
---------
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2 years ago
Adeeb Shihadeh
cd8e03d53e
move all third party stuff into third_party/ ( #26853 )
...
* mv fastcluster
* move msm_kgsl.h
* camerad include
* update path
* mv pyextra
* fix tici build
* add acados_template to release build
Co-authored-by: Comma Device <device@comma.ai>
2 years ago
Adeeb Shihadeh
52b72dd71b
LGTM.com is deprecated ( #26846 )
2 years ago
Adeeb Shihadeh
6590fb2b93
pre-commit: add codespell ( #25571 )
3 years ago
sleepysilkbee
f86163fc7b
Grammatically updated the tech docs. ( #25588 )
3 years ago
Joseph Wagner
bf68681f8d
README.md: 200+ cars ( #25587 )
3 years ago
Joseph Wagner
f528e9618b
README.md: update grammar ( #25488 )
...
* first paragraph
* second section
* second section pt2
* third section
* fifth section
* fifth section pt2
* sixth section
* Apply suggestions from code review
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
3 years ago
Thomas Staudinger
a1f4723d1c
docs: fix Table of Contents link to "in a car" section ( #25225 )
...
* Fix Table of Contents link to "in a car" section
The heading for "Running in a car" changed to "Running on a dedicated device in a car" so the Table of Contents link no longer worked.
This PR updates the link and text in the table.
* Update README.md
Co-authored-by: Shane Smiskol <shane@smiskol.com>
3 years ago
Willem Melching
0edd8201cb
README.md: update directory structure
3 years ago
Ayushman Kumar
3b495fcb0b
Navd added to README ( #24953 ) ( #24954 )
...
* Navd added to README
* Update README.md
Co-authored-by: Willem Melching <willem.melching@gmail.com>
3 years ago
HaraldSchafer
afe208ecb9
Install readme ( #24776 )
...
README: better install on device instructions
3 years ago
Adeeb Shihadeh
afd16b2ade
Create system/ for generic services ( #24717 )
...
* Create system/ for generic services
* logcatd joins the party
* fix those up
3 years ago
Adeeb Shihadeh
5c48e7bc86
remove comma two support ( #24248 )
...
* remove comma two support
* cleanup release files
* little more
* more libs
* no more gralloc
* add snpe back
3 years ago
Chris McCammon
9cf1a5a4bb
Update Videos in readme ( #23094 )
3 years ago
Willem Melching
d656a46311
README.md: mention docs.comma.ai
4 years ago
Willem Melching
b816b5b644
Sphinx docs generation ( #22697 )
...
* add sphinx
* switch theme
* Experiment: sphinx docs generation updated (#22708 )
* moved build to root gitignore, added .gitkeep
* Improved makefile doc build process
- Removed auto-generated docs from source control
- Moved apidoc.sh into Makefile
- Removed make.bat (can add back if Windows support desired)
- Added sphinx viewcode and markdown extensions
- Added feature to source /docs in build, so any .rst file in /docs will
override the respective file during the build process
- Added feature to copy all markdown/rst files from source into /build/
during build process so they can be easily referenced while writing
docs (see examples in index.md)
- Wrote basic starter index.md file
TODO: Add new dependencies to Pipfile [dev-packages]
* Revert accidental modification to Pipfile
* fix command substitution
* exclude xx
* improve docs
* dont include all docs in release build
* Add dockerfile
* update title
* include normal readme
* build container in CI
* use buildkit
* add login
Co-authored-by: Chad Bailey <chadbailey904@gmail.com>
4 years ago
HaraldSchafer
a437fda2fe
Update install readme ( #22547 )
...
* Update README.md
* Update README.md
4 years ago
Adeeb Shihadeh
5b641379ae
phonelibs -> third_party ( #22477 )
...
* git mv to third_party
* find and replace
* fix release tests
* update pre-commit
* update tici bins
* update eon bins
Co-authored-by: Comma Device <device@comma.ai>
4 years ago
Brian Wisniewski
4645992670
Update README for C3: camera -> cameras ( #22415 )
...
* Update README for C3
* Update README.md
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
4 years ago
Chris McCammon
69b4872364
Update Privacy Policy URL
4 years ago
Adeeb Shihadeh
07d23a1db9
fix up replay docs
4 years ago
George Hotz
105be028bd
Update Docs ( #22229 )
...
* initial move of docs
* more cleanups
* more docs
* simpler
* more docs
* link fix
* typos
* more typos
* more info
* minor updates
4 years ago
Adeeb Shihadeh
b3705ede5e
Unify neos/agnos updaters ( #22109 )
...
* start moving neos updater
* downloading
* ui
* move recovery
* resuming
* add verification
* fix up launch
* test
* update updater
* fix mypy
* fake updater
* review suggestions
* more tests
* abc
* update bin
* raise
Co-authored-by: Comma Device <device@comma.ai>
4 years ago
Jason Young
d5e6dd3d5b
VW MQB: Škoda Karoq Mk1 round 2 ( #22190 )
...
* VW MQB: Škoda Karoq Mk1
* Update README
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
4 years ago
vanillagorillaa
bcb8a11d7f
Honda e Port ( #22108 )
...
* Honda e Port
* Test route for Honda e
* remove
* Update README.md
* update values based on logs
* no need for Honda e specific DBC
* fix tests
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
4 years ago
Adeeb Shihadeh
82bd060a68
Revert "VW MQB: Škoda Karoq Mk1 ( #22133 )"
...
This reverts commit 04c50e5c0c
.
4 years ago
Jason Young
04c50e5c0c
VW MQB: Škoda Karoq Mk1 ( #22133 )
4 years ago
Shroom
37daec5dee
Add Kia Niro EV 2019 fw signature. ( #22141 )
4 years ago
Jason Young
4a79692092
VW MQB: Add FW for 2020 Volkswagen Golf GTI ( #22136 )
4 years ago
Jason Young
acabdf5866
HKG: Add FW for 2018 Hyundai Kona EV ( #22051 )
...
* HKG: Add FW for 2018 Hyundai Kona EV
* try to fix FCA error on engage
* Update selfdrive/car/hyundai/values.py
Co-authored-by: Willem Melching <willem.melching@gmail.com>
4 years ago
Adeeb Shihadeh
4be956f886
Revert 2021 Accord ( #22063 )
...
* bump panda
* Revert "Car Port: 2021 Accord 2.0 Touring & Hybrid Touring (#22007 )"
This reverts commit 7e53a42984
.
* revert release notes
* bump panda
4 years ago