Commit Graph

11803 Commits

Author SHA1 Message Date
Shane Smiskol
0c18b556ea Use a safety param for gas interceptor (#30719)
* bump

* bump

* space

* remove from boardd

* set flag for honda to pass tests

* migrate

* Update ref_commit

* final bump

* bump cereal

* bump to master
old-commit-hash: 582743fdb5a20fbbe841aa154cf36304771d52a6
2023-12-14 16:53:22 -08:00
Adeeb Shihadeh
9d6e3cfc28 Update CONTRIBUTING.md
old-commit-hash: 5b909c7d5277f62614a2108f294732b0a5e6ae40
2023-12-14 14:51:56 -08:00
YassineYousfi
d00ea9cc27 remove carla from README (#30731)
old-commit-hash: e82d5419a84b721d2f6bb965b80619b880148010
2023-12-14 14:43:42 -08:00
Justin Newberry
57828bda64 make the main photo link to the comma shop (#30729)
old-commit-hash: bd9d5f363dd9381f04c1fb3f68872e58a0fbeac0
2023-12-14 14:13:11 -08:00
Adeeb Shihadeh
7857f76b1b jk
old-commit-hash: f78e7ed175a4dea030d180d2703bbf11c733a08d
2023-12-14 13:59:22 -08:00
Adeeb Shihadeh
c3ceb6cf89 better video thumbnails
old-commit-hash: f36866c89841df89f118e4fbfad2f86d15a1c71c
2023-12-14 13:50:30 -08:00
Adeeb Shihadeh
37a007189a Docs update (#30726)
* update readme

* three videos looks way better

* shorter picture

* even smaller

* Update README.md

* Update README.md
old-commit-hash: 57b9e75d6dcac5a401e832aa8d83e665b2815080
2023-12-14 13:24:48 -08:00
Justin Newberry
9d187f9f92 Docker: add xvfb (#30727)
add xvfb
old-commit-hash: 075e6ff3e62107073a489863769767552295be62
2023-12-14 12:46:24 -08:00
Adeeb Shihadeh
5f61732bc3 Update CONTRIBUTING.md
old-commit-hash: b69c71eda91a85feef71d3afdb3ab3d29ccaa3fd
2023-12-14 11:25:09 -08:00
Adeeb Shihadeh
e3fa020464 add comma10k to contributing
old-commit-hash: 0c24126a6b795b8f8e2c8fff0411ab671f568ace
2023-12-14 10:42:43 -08:00
Adeeb Shihadeh
c3567151f0 bump up installer size (#30722)
old-commit-hash: 2b12a499f7b923758d8b85705b680b04156f27c0
2023-12-13 21:18:20 -08:00
Adeeb Shihadeh
3b73fce7ed fix put_nonblocking reference
old-commit-hash: bd8a99ba285bebc498c41136dfa900bfdfa86ea5
2023-12-13 20:52:43 -08:00
Dean Lee
8b3fe8d46d boardd: improve the performance of PandaUsbHandle::list() (#30673)
* improve list performance

* revert test_onroad

---------

Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: b53b505d2ea52b61e9b42582bd97f20bff0a1fa3
2023-12-13 20:48:51 -08:00
Dean Lee
1d7d7b89b2 common/params: support nonblocking write (#29808)
* Safe and efficient asynchronous writing parameters

* call putNonBlocking in locationd

* remove space

* ->AsyncWriter

* remove semicolon

* use member function

* asyc write multiple times

* add test case for AsyncWriter

* merge master

* add missing include

* public

* cleanup

* create once

* cleanup

* update that

* explicit waiting

* improve test case

* pass prefix to asywriter

* move to params

* assert(queue.empty())

* add comment

* add todo

* test_power_monitoring: remove patch

* rm laikad.py

* fix import

---------

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 3c4c4d1f7f22884f84f0f52ad45ab0412fab1eb5
2023-12-13 20:36:01 -08:00
Jason Wen
995c951dae torqued: cache bucket points every minute while onroad (#30515)
* torqued: cache bucket points every minute while onroad

* use put_nonblocking

* remove caching on exit

* unused

* more unused

* remove logging
old-commit-hash: fcc671297ee0cd44abc6f7535e1adddc11d58192
2023-12-13 20:30:33 -08:00
Adeeb Shihadeh
ffc40a2fd1 athena: cleanup unused methods
old-commit-hash: ea94a6d89fa00f9852e8ee6b5c8203199c1a06e8
2023-12-13 20:27:54 -08:00
Justin Newberry
88071f6429 update docs
old-commit-hash: abe76065a9b6a1855adb3d64f8d59eafe2b83f10
2023-12-13 20:26:51 -08:00
Dean Lee
5ada7c007b ui: destroy egl_images in main thread (#30253)
* call eglDestroyImageKHR in ui thread

* assert
old-commit-hash: dbda641cee9c8b5218518ffd6589599c8f641faf
2023-12-13 20:18:45 -08:00
Justin Newberry
a625ca55e7 Subaru: enable alpha longitudinal for gen1 cars (#30714)
* enable alpha long

* update docs

* added footnote about eyesight

* only for these cars

* add alpha

Co-authored-by: Shane Smiskol <shane@smiskol.com>

---------

Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: 5f24078a480c9436ce99bf19358b5737aebf065f
2023-12-13 20:17:33 -08:00
Jason Wen
5e9c22e051 Hyundai CAN-FD: Panda safety config assignments cleanup (#29733)
* Hyundai CAN-FD: Interface small cleanup

* some more

* Do this too

* fix

* cleaner

* use flag

* consolidate

* do it there

* Fix

* hda2 only

* cleaner

* default to False

* in another PR

* lint
old-commit-hash: 8009b11516fdedd964716a414dcefc996dea807a
2023-12-13 20:15:25 -08:00
Harald Schäfer
2d7a222239 Ford: radar + long control fixups (#28948)
* enable radar

* manual new track

* Don't filter points

* cleanup

* Update radar_interface.py

* This is non-zero in stock

* add speed

* more extreme

* A few more things

* fixes

* cleanup

* revert that

---------

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 8c25741e468b7cb11a59c8905c9d00d5612b9143
2023-12-13 19:54:06 -08:00
Adeeb Shihadeh
b48abb9511 read params in a thread
old-commit-hash: fe24bdc689f1e3b82e0bec92034a855fd5da78b2
2023-12-13 19:00:22 -08:00
Adeeb Shihadeh
379989e863 fixup can replay for jungle v2 and tres
old-commit-hash: ae85ee093252720b749ac07b61933b51a609511c
2023-12-13 17:00:14 -08:00
Dean Lee
62525a60ee ui/onroad: avoid drawing invalid lanes and leads (#29666)
old-commit-hash: 33987d4cc9a6de80d6f9b3a4bae7a159d182620a
2023-12-13 14:51:09 -08:00
Adeeb Shihadeh
8aa5e117e0 bounties docs (#30718)
old-commit-hash: 2a1403a46b95b4e7664c6f12d78f65e697ade752
2023-12-13 13:57:50 -08:00
Justin Newberry
553a18c065 CI: add codecov token (#30716)
* add codecov token

* retrigger with token
old-commit-hash: a3c0e2bd2500e04da1b8afd39657e7e12e555a7e
2023-12-13 11:50:44 -08:00
Isaac
d5b4ba8239 Ford: Add Mach-E (#30691)
* Update interface.py

* Update values.py

* Update routes.py

* Update override.yaml

* Update selfdrive/car/ford/values.py

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>

* Update interface.py

* order

* only have dongles for these

42f08a29af3699f4
83a4e056c7072678

from https://github.com/commaai/openpilot/pull/30444

---------

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: 26a67641d2e4a4b908239996c7a9b580c3813d4b
2023-12-13 09:05:41 -08:00
Jason Wen
82747c42a1 Hyundai: Car Port for Staria 2023 (#30672)
* Hyundai: Car Port for Staria 2023

* camera scc!

* add test route

* Update RELEASES.md

* Apply suggestions from code review

* bump down max torque

---------

Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: d6465e39bd74591d82d9a8c673052f656ed62516
2023-12-13 08:23:10 -08:00
Adeeb Shihadeh
ce34052dad ignore tools/ in codecov (#30711)
old-commit-hash: 7ca440fe51f109fcd2aef1860bc5bab2a72d693f
2023-12-12 23:59:38 -08:00
Shane Smiskol
197571344e Car docs: fixes (#30710)
* always lower case

* more fixes

* link

* rm ()
old-commit-hash: c4759c0a5008b33c2b772a2b2ad27c5d05d50d77
2023-12-12 20:41:43 -08:00
Shane Smiskol
eb642a1704 Ford: consolidate comments about unsupported hybrid platforms (#30709)
* fix typo, move comments to one place

* -appear

* Update selfdrive/car/ford/carstate.py
old-commit-hash: 77066a226068ea933b565b9521c26a99c72e7a6a
2023-12-12 20:37:37 -08:00
Isaac
390e75b3bd Ford: Add F-150 Lightning (#30692)
* Update interface.py

* Update values.py

* Update routes.py

* Update override.yaml

* Update values.py

* Update interface.py

* Update selfdrive/car/ford/interface.py

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>

---------

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 2192cc170c3231186704b0929e1ee81d318e940e
2023-12-12 20:07:59 -08:00
Cone Guy
d1d54b5eab Link to setup guide in WORKFLOW.md (#30708)
* Mention dev containers and WSL

* Update WORKFLOW.md

---------

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: fb977e45cdbc8852cb65f4aa153cb1e9a59accac
2023-12-12 19:24:36 -08:00
Adeeb Shihadeh
37df8dbb72 Revert "compressed_vipc: fix issues with VisionIpcServer in ZMQ mode (#30115)"
This reverts commit 8cc4d294e436e0cda167e525b80c8ceed1e619ab.

old-commit-hash: 73db7e8e3a9daec01c7e7b7cfb404a1687544b21
2023-12-12 19:16:46 -08:00
Dean Lee
5ab1fc7674 encoder: reduce memory allocations and copying (#28704)
* reduce memory allocations and copying

* #include <vector>
old-commit-hash: a4179a7c230e687bebd15581ccdb3f7d34a690f4
2023-12-12 19:15:47 -08:00
Justin Newberry
ff8521a32e cleanup car port docs (#30707)
readme
old-commit-hash: 5d80858a16cfc1ab36f16ac3ed464eb6010c68a4
2023-12-12 18:17:10 -08:00
Justin Newberry
a20c934d2f jenkins: retry docker_build (#30629)
* retry docker build

* retry docker build

* retry docker build

* does this work nicely?

* docker fail!

* Revert "docker fail!"

This reverts commit ab227a1ea37fad3d6413081e4516211b474b0712.
old-commit-hash: 02373fcb05e3c5fcb3fe2596024bca02fa7f8ab8
2023-12-12 18:12:19 -08:00
Justin Newberry
758426375d jenkins: retry pc setup (#30659)
* retry pc setup

* sleep and retry

* exception

* throw e

* remove force exit

* make a function for it

* remove force exit

* move to top

* separate exception
old-commit-hash: 93cd19e3a553d34d2f8bcd1aea121d09a7b2196b
2023-12-12 17:54:17 -08:00
Justin Newberry
60d5e98920 jenkins: remove old root user permission fixes (#30684)
* Batman

* add debug stuff

* Revert that for now

* remove debug stuff
old-commit-hash: c066fdd7a32b2d5b419419ac3f19ab4e8ba34280
2023-12-12 17:48:03 -08:00
Adeeb Shihadeh
83f6bc45ce Update contributing (#30705)
* update

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md
old-commit-hash: 3a97bde8635c47c314b71acc065a2e5eb2f46830
2023-12-12 17:27:42 -08:00
Justin Newberry
4472679994 add car porting docs (#30704)
* add car porting docs

* add cabana

* absolute link

* absolute link

* absolute link

* selfdrive/car
old-commit-hash: 595041ffc0a2fd8ab6eb09e366d7cd4ddd262781
2023-12-12 16:40:21 -08:00
Justin Newberry
b914f0a27f soundd/micd: retry getting stream (#30701)
retry soundd/micd
old-commit-hash: 4f3a186a6faa9f95b0764069a79f86693973bfb2
2023-12-12 15:58:24 -08:00
Yassine
2a5bfd0bb3 update release notes
old-commit-hash: 8184186dd3f187c7f7ae967d75c9df0dc9ebd629
2023-12-12 15:53:15 -08:00
Adeeb Shihadeh
dcf5c24ee2 workflow docs (#30703)
* start workflow docs

* update

* update

* linter

* update

* update
old-commit-hash: 7931561416087ac0ceaa64f8ec1e920d89cc358d
2023-12-12 15:19:57 -08:00
Kacper Rączy
214b38bc69 controlsd: require joystick mode param for the body (#30680)
* Update joystick mode in step

* Stop putting the body in joystick mode by default

* Toggle JoystickDebugMode by default for notCars in process_replay

* Remove subsection about web joystick

* Update param only in non-cars

* Make joystickDebug non-static event, and add it in a loop

* Add comment
old-commit-hash: e62756596b82e4e40d02a30b34d3f3c9960bffe6
2023-12-12 14:14:51 -08:00
Kacper Rączy
f10d6d5738 metadrive: fix wasd steer signs (#30623)
* Swap AD signs

* Fix type annotation

* fix user torque

---------

Co-authored-by: Justin Newberry <justin@comma.ai>
old-commit-hash: 43e1409fd2fa4a92350a54434602b71b1874fd60
2023-12-12 14:09:07 -08:00
YassineYousfi
597529cd6c blue diamond model 💎 (#30504)
* c53b1113-ca16-434f-a3e7-457a36ba98cc/700

* 672ee0a5-0466-420d-be18-0610c5d71b6d/700

* update model replay ref commit
old-commit-hash: dd54ec9aa8f1991b70d8a012bd0d854462b2c0ff
2023-12-12 11:24:04 -08:00
Jason Young
736b903c7c VW MQB: Add FW for 2020 Škoda Superb (#30699)
old-commit-hash: aaff6aebcaf3bece8ae741d3e12abf764bf635c5
2023-12-12 10:57:12 -08:00
Justin Newberry
fb84f6bed9 Simulator: --simulator is no longer an argument (#30700)
these are also gone
old-commit-hash: be33d29d7a437201386638570fbda9e085a9910c
2023-12-12 09:45:34 -08:00
Rabin Karki
307aa120b9 HKG: Add FW Versions for Kia Carnival 2022 (#30677)
* HKG: Add FW Versions for Kia Carnival 2022

* 2022

* should

---------

Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: a03a931737fed35f4ff203236039d1ccc4c7de96
2023-12-12 00:52:36 -08:00