Commit Graph

16653 Commits

Author SHA1 Message Date
Jason Young d5be52936a VW MQB: Add FW for 2019 Škoda Octavia (#26886)
old-commit-hash: 18b011636e
2023-01-06 16:31:24 -08:00
mitchellgoffpc 84cafaeb6b Added omegaconf to xx dependencies
old-commit-hash: 083bcb6f02
2023-01-06 12:08:22 -08:00
Luckst4r 01b23e9442 Genesis GV70 2023: add missing FW versions (#26876)
* Update values.py

Fingerprint GV70

* Update selfdrive/car/hyundai/values.py

Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: b48b2f09b2
2023-01-04 15:17:01 -08:00
Shane Smiskol 41459b0924 Hyundai CAN-FD: set request accel when stopping (#26877)
Update hyundaicanfd.py
old-commit-hash: 2c293bf728
2023-01-04 12:06:01 -08:00
Harald Schäfer caecddf931 Ev6 upper jerk limit (#26868)
old-commit-hash: 8b4c5631a4
2023-01-02 22:25:39 -08:00
Dean Lee 4d9eb133db replay: add option --prefix to set OPENPILOT_PREFIX (#26862)
old-commit-hash: 88fd2ea84f
2023-01-02 13:31:08 -08:00
Dean Lee 439549724f replay: only keep one init_data in merged events (#26863)
don't merge init_data
old-commit-hash: b5a2dfa93e
2023-01-02 11:57:51 -08:00
Adeeb Shihadeh 4641431306 tici: remove hardcoded max brightness (#26859)
* tici: remove hardcoded max brightness

* fix that one

* cleanup

Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 922bedaf47
2023-01-01 19:47:02 -08:00
Adeeb Shihadeh 82a91d59c4 alt amp config (#26858)
* alt amp config

* fix

* not executable

* comment

* consistency

Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 3d44b6b3ac
2023-01-01 19:15:44 -08:00
Adeeb Shihadeh b3e47c691b 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>
old-commit-hash: cd8e03d53e
2022-12-31 21:00:50 -08:00
Shane Smiskol 4d1e15b85c ui: draw radarState leads (#26852)
use radarState
old-commit-hash: 304796bafe
2022-12-31 19:51:03 -08:00
Adeeb Shihadeh 6c8aca245a controlsd: remove laikad from ignored process list
old-commit-hash: 65414bcd8d
2022-12-31 11:30:28 -08:00
Adeeb Shihadeh 1338837c16 add spidev2 package (#26847)
old-commit-hash: e3a41b3c25
2022-12-30 20:25:33 -08:00
Adeeb Shihadeh fbe79db8ab LGTM.com is deprecated (#26846)
old-commit-hash: 52b72dd71b
2022-12-30 17:16:22 -08:00
Erich Moraga 02b548fe8a Add several missing HIGHLANDERH_TSS2 firmwares (#26844)
* Add several missing HIGHLANDERH_TSS2 firmwares

`@joeswisher#3240` 2023 Highlander Hybrid  DongleID/route 1cdd18b56163c309|2022-12-29--23-18-05

* docs.py gen'd CARS.md w/ 2023 Highlander Hybrid update
old-commit-hash: a7155a43b7
2022-12-30 16:16:24 -08:00
Adeeb Shihadeh 09a1de09a3 update_requirements: skip pre-commit install on mac
old-commit-hash: 28d0459c69
2022-12-30 14:45:25 -08:00
Dean Lee 371ac89f84 Cabana: add dynamic/static mode to logs view (#26832)
old-commit-hash: e018098571
2022-12-30 13:57:29 -08:00
Kurt Nistelberger c469ee2f6c Laikad preperation (#26800)
* laikad update, renaming

* update locationd

* address PR comments

* draft to fix replay

* fix process relay to allow no response for messages

* bump cereal

* update process replay ref commit

* move laikad helpers to laika

* fix ublox test

* update refs

* add proper qcom replay support

* fix gnss support if both is available

* update refs

* move laika back to master

* move cereal back to master

Co-authored-by: Kurt Nistelberger <kurt.nistelberger@gmail.com>
old-commit-hash: 981532f0c3
2022-12-29 16:56:35 -08:00
Dean Lee d37a669449 Cabana: double click on logs cell to open the chart (#26833)
old-commit-hash: ab797588f8
2022-12-28 18:22:04 -08:00
Dean Lee 7f783e79d5 Cabana: make all panels dockable into each other (#26838)
old-commit-hash: 7ae8792386
2022-12-28 18:21:06 -08:00
Dean Lee 6ccaa89961 Cabana: add tool to find similar bits (#26834)
* find similar bits

* set window title
old-commit-hash: 65509669b6
2022-12-28 16:51:02 -08:00
Dean Lee b6cece6abe cabana: align y axis correctly (#26837)
old-commit-hash: f15a5c9ad6
2022-12-28 16:47:49 -08:00
Robbe Derks 78f6f6eee4 Tesla non-zero stopAccel (#26840)
remove stopAccel override
old-commit-hash: af561393fe
2022-12-28 15:38:10 +01:00
Adeeb Shihadeh 56191f26e3 bump panda
old-commit-hash: c4d2e8bcf4
2022-12-20 20:03:24 -08:00
lucentheart 1b2fdef148 Add missing FW versions for 2019 Honda Passport (#26815)
Update values.py
old-commit-hash: f75b640cf5
2022-12-20 17:57:07 -08:00
Mitchell Goff b3626c8ecd model_replay: use last N frames of segment so navRoute is valid (#26790)
* model_replay: use last N frames of segment so navRoute is valid

* Use llk logMonoTime for MapRenderState.locationMonoTime

* Record mapRenderState

* update refs

Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 5ab2fc16ab
2022-12-20 14:19:21 -08:00
Hamid Ebadi 1ba96c78a8 carla sim: fix accelerometer sensor data (#26794)
old-commit-hash: 49ae806534
2022-12-20 13:45:06 -08:00
Samer Khatib 1b9975df91 Added unofficial support for Ubuntu 22.10 in ubuntu_setup.sh (#26828)
* Added unofficial support for Ubuntu 22.10 in ubuntu_setup.sh

Added a conditional to check if $UBUNTU_CODENAME is equal to "kinetic" in ubuntu_setup.sh. Installs the same packages as Ubuntu 22.04 LTS Jammy Jellyfish.

* Attempt #2 at adding unofficial support for Ubuntu 22.10 in ubuntu_setup.sh

Still checks to see if $UBUNTU_CODENAME is equal to "kinetic" I just fixed some errors that were appearing beforehand

* Update tools/ubuntu_setup.sh

* Update tools/ubuntu_setup.sh

* Update tools/ubuntu_setup.sh

* Update tools/ubuntu_setup.sh

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 777dc9dcd2
2022-12-20 13:44:33 -08:00
Erich Moraga 1e6d3fc374 Add several missing HIGHLANDER_TSS2 firmwares (#26801)
* Add several missing HIGHLANDER_TSS2 firmwares

`@randywf#0891` 2023 Toyota Highlander (ICE)  DongleID/route d9049fcd50225c9d|2022-12-14--12-16-16

* docs.py gen'd CARS.md w/ 2023 Highlander update
old-commit-hash: 6d8f166722
2022-12-18 20:09:40 -08:00
Shane Smiskol 4a4703fdcb Fix spacing in MultiOptionDialog (#26817)
Update input.cc
old-commit-hash: 66bdd8b122
2022-12-17 00:50:37 -08:00
Adeeb Shihadeh a8c4347a5f nav: add polyline helpers (#26816)
* nav: add polyline helpers

* Update selfdrive/navd/map_renderer.py
old-commit-hash: d3a3d74830
2022-12-16 21:46:07 -08:00
Harald Schäfer 58b1f1fd7f Sonata less starting state accel (#26363)
* Sonata less start accel

* Update ref_commit
old-commit-hash: 8744384a4f
2022-12-16 17:21:42 -08:00
Shane Smiskol c6e6482603 Remove stretch from MultiOptionDialog
old-commit-hash: 6dc1fa2559
2022-12-15 22:31:34 -08:00
Shane Smiskol e66e4d8af2 Lateral jerk unit test (#25759)
* stash

* more test

* less test

* clean test

* no angle

* add tolerance

* fix gm

fix gm

* test both

* lower some rates on hkg

* stash

* simpler

* bump panda

* Revert "bump panda"

This reverts commit f2137c221145cca723fe6ee3378ba947b7061965.

* only torque

* make kona pass

* duplicate __init__

* move

* half clean up

* half clean up

* more clean up

* more clean up

* fix static analysis

* calculate over 0.5 seconds

* limit to max steer

* type annotation

* calc once
old-commit-hash: aab33b1c5f
2022-12-15 21:52:07 -08:00
Shane Smiskol 6a183d2bb3 soundd: increase upper bound for volume level (#26811)
Raise soundd upper limit
old-commit-hash: 0fd8e6f491
2022-12-15 15:34:44 -08:00
YassineYousfi 3309d1a218 navd: recompute if far for > 3 steps (#26798)
* navd: recompute if far for > 3 steps

* typo

* reset and unindent
old-commit-hash: 08b4cff484
2022-12-15 10:51:21 -08:00
Adeeb Shihadeh a9be264076 navd: avoid re-routing back to past waypoints
old-commit-hash: 951ceecadd
2022-12-15 10:38:44 -08:00
Jason Young 7fc0e65ca4 add German translation to release notes (#26806)
old-commit-hash: 2ac87a0a45
2022-12-14 22:14:28 -08:00
Adeeb Shihadeh 1946615724 nav: add setting for extra coordinates to specify route (#26803)
old-commit-hash: be9a3fad37
2022-12-14 18:48:39 -08:00
Adeeb Shihadeh b6a495e992 nav: add README (#26802)
* start docs

* Update README.md
old-commit-hash: 8d95faf97a
2022-12-14 17:17:25 -08:00
royjr 8b41a133a1 Honda: set MINI_CAR when engaged (#26797)
* Update hondacan.py

* update refs

Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: 9743b37cf2
2022-12-14 15:51:24 -08:00
Jason Wen 92391790be HKG: Add FW Versions for Southeast Asia Kia EV6 2022 HDA1 (#26795)
HKG: Add FW Versions for Southeast Asia Kia EV6 2022
old-commit-hash: a143ebf648
2022-12-14 14:05:13 -08:00
Shane Smiskol 0026b3b4e6 soundd: increase upper bound for volume level (#26792)
Update sound.cc
old-commit-hash: 0c1fbe22b4
2022-12-14 02:19:09 -08:00
Jason Wen 31d14da03e Hyundai: Add FW Versions for Southeast Asia 2022 Ioniq 5 HDA1 (#26755)
* Hyundai: Add FW Versions for 2022 Ioniq 5 HDA1

* Check IONIQ_5 fwdCamera FW to segregate radar and camera SCC cars

* Test things out

* Is it that simple?

* Revert "Is it that simple?"

This reverts commit 6d48945925597fa686a7c6c534960487bb811e26.

* Revert "Test things out"

This reverts commit 772cd5f47ab4d92c6ba69e77f44ba3799849d399.

* Revert "Check IONIQ_5 fwdCamera FW to segregate radar and camera SCC cars"

This reverts commit 3ca1a2d6faa02e86b8fa628985cd5d76e1763688.

* No ADAS ECU detected, but has all messages for HDA2

* Check DISTANCE_UNIT on CRUISE_BUTTONS

* Revert "Check DISTANCE_UNIT on CRUISE_BUTTONS"

This reverts commit 9cbfe520f3406f8b1d66a56608a80417fea54871.

* Check DISTANCE_UNIT on CRUISE_BUTTONS for all CAN-FD HKG

* Update selfdrive/car/hyundai/interface.py

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

* Test fingerprint

* Southeast Asia specific

* Revert "Test fingerprint"

This reverts commit 33bb30b750c09f6d11e1b04d72e47f9354bdc9d5.

* updatedocs

* rename

Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: 6fe592c678
2022-12-14 01:57:17 -08:00
Shane Smiskol a2bdb7617b HKG CAN-FD: remove duplicate FW versions (#26793)
* remove duplicate FW version

* Update values.py
old-commit-hash: 41681e1de1
2022-12-14 01:56:57 -08:00
Dean Lee a3a052b828 Cabana: improve DBC file selector (#26787)
old-commit-hash: 68272449e1
2022-12-13 20:25:50 -08:00
Dean Lee 18689809fa Cabana: add auto completion for Msg selector (#26788)
old-commit-hash: ffb709e6a6
2022-12-13 20:25:29 -08:00
Adeeb Shihadeh 5851f4963c bump panda
old-commit-hash: 1b9771528b
2022-12-13 20:24:12 -08:00
cydia2020 7c1abacda8 Toyota: keep Lane Sway Warning system (#24782)
* Toyota: pass through sway warning system signals

* signal doesn't seem to exist on the Prius V

bad log?

* remove duplicated checks

* syntax

* Revert "syntax"

This reverts commit 6c30c30d46e55a3595d7e2519b448d49c2f08a66.

* Revert "remove duplicated checks"

This reverts commit 6a364984eb8adfb0ee61b87452730da389dd5ff1.

* Revert "signal doesn't seem to exist on the Prius V"

This reverts commit 57fa571fde79336a48c50b617755fb2f68b2f124.

* Revert "Revert "signal doesn't seem to exist on the Prius V""

This reverts commit 9b1c3f6cacea74aa12a472bf02c469ffcd88eb24.

* Revert "Revert "remove duplicated checks""

This reverts commit 38bc7f3de6011e81c8e5f825a15dc9ec2fdcf5b0.

* Revert "Revert "syntax""

This reverts commit f81f93631f9a04406f818a2528680017635f229c.

* hard code values for Prius V

* send ui once every 25 frames

remove send ui logic

* send UI immediately on pcm_cancel_cmd

* draft

* clean that up

* same order as toyotacan

* update refs

Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: 2f80580fee
2022-12-13 15:42:54 -08:00
Shane Smiskol 82be7d0b1b HKG CAN-FD: steering pressed filter (#26789)
* steering pressed filter

* use a counter

* parameterize

* double

* filter doesn't instantly reset on falling edge of true steering pressed

* Update selfdrive/car/interfaces.py

* Update selfdrive/car/interfaces.py

* Update selfdrive/car/hyundai/carstate.py

* add comment

* the pain of committing without pycharm

* more like a filter

* Update ref_commit
old-commit-hash: 9be7e527a9
2022-12-13 14:33:20 -08:00