Commit Graph

652 Commits (b54a68d14075a64a4c70a677518bfff2d7cfa3be)

Author SHA1 Message Date
Willem Melching bce9a2e1c0 packer depends on libdbc 2019-12-03 09:17:34 -08:00
Willem Melching 5d5fdd6ae2 no more python version of libdbc, everything through cython 2019-12-03 09:16:11 -08:00
Willem Melching 541705bf33 move CANDefine to parser code 2019-12-03 09:13:37 -08:00
Willem Melching da25c52a8e add test for can define 2019-12-03 09:05:02 -08:00
Willem Melching 0ba7926bfe unify can packer and parser 2019-12-03 08:43:05 -08:00
Willem Melching 25d88009b6 consistent naming 2019-12-03 08:22:16 -08:00
Willem Melching a5c640a51b fix linter 2019-12-03 08:02:19 -08:00
Riccardo be210fef62 remove obsolete make file 2019-12-02 15:52:51 -08:00
George Hotz ffd9dca7de opendbc needs cereal 2019-12-01 16:05:17 -08:00
George Hotz b559f63d6e remove more make 2019-12-01 15:54:51 -08:00
Comma Device d09294966f seems to work now 2019-12-01 15:54:51 -08:00
Comma Device 41e80836bc don't make 2019-12-01 15:54:51 -08:00
Comma Device 3254d1fc67 think scons works 2019-12-01 15:54:51 -08:00
Comma Device eb78f6aa1b scons sort of working 2019-12-01 15:54:51 -08:00
Comma Device 0ef1e35d97 fix gitignore 2019-11-27 01:45:53 +00:00
rbiasini e155e01748
Can migration (#199)
* moved CAN to opendbc

* also dbc was needed

* dbc test also added
2019-11-22 21:46:33 -08:00
Riccardo 3eded83a1f Honda: correct steering torque sensor sign to be consistent with standard convention (left+) 2019-11-13 15:11:27 -08:00
Bugsy 32f70e2f96 Fix outback endianness consistency (#196) 2019-11-06 18:38:45 -08:00
Bugsy a7da471f59 Update subaru_outback_2015_eyesight.dbc (#195) 2019-11-06 16:50:08 -08:00
Riccardo c0eba096bc remove obsolete Subaru dbc file 2019-10-30 14:44:14 -07:00
Riccardo f7bce9ee0c Fixes to vw dbc 2019-10-29 18:04:49 -07:00
Riccardo adb6726570 Added VW comment about ignition bit 2019-10-22 17:30:27 -07:00
Jason Young c51631617a Fixes and new message for VW MQB, fix for Accord Touring (#193)
* Update ACC_02.SetSpeed to use a more accurate m/s formula instead of kmh

* Fixes to LWI vs EPS calculations for steering angles, clarify descriptions of each.

* Endianness fixes

* Add ESP_15 and PSD_04/05/06

* Testing PSD interpretation

* Correct message info for ESP_08

* Additional authoritative message names and IDs

* OpenDBC updates

* OpenDBC updates

* DBC cleanup, CRC support, restore VIN_01 mux lost during Cabana editing.

* Add the PQ heading control assist message.

* OpenDBC updates

* Add a pointer to the VIN_1 mux.

* Probable EPS_1 message

* Add comment about rate-limiting on Getriebe_11 counter signal.

* Rename CRC->CHECKSUM for upstream of a minimum viable VW port.

Per my Discord talk with @rbiasini, to reduce OP core code diffs a bit, we will temporarily (ab)use CHECKSUM to store a CRC like Pedal is doing today. After the port is upstreamed, we will look at updating the core OP code to support dynamic CRC and counter signal names, and revert the DBC signal names back to canonical (MSG_NAME_CRC, MSG_NAME_BZ, etc). I will update the OP core CRC support PR shortly.

* OpenDBC updates

* OpenDBC updates

* Probable EPS_1 message

* Updates for Volkswagen support (#191)

* Update ACC_02.SetSpeed to use a more accurate m/s formula instead of kmh

* Fixes to LWI vs EPS calculations for steering angles, clarify descriptions of each.

* Endianness fixes

* Add ESP_15 and PSD_04/05/06

* Testing PSD interpretation

* Correct message info for ESP_08

* Additional authoritative message names and IDs

* OpenDBC updates

* OpenDBC updates

* DBC cleanup, CRC support, restore VIN_01 mux lost during Cabana editing.

* Add the PQ heading control assist message.

* Add a pointer to the VIN_1 mux.

* Add comment about rate-limiting on Getriebe_11 counter signal.

* Rename CRC->CHECKSUM for upstream of a minimum viable VW port.

Per my Discord talk with @rbiasini, to reduce OP core code diffs a bit, we will temporarily (ab)use CHECKSUM to store a CRC like Pedal is doing today. After the port is upstreamed, we will look at updating the core OP code to support dynamic CRC and counter signal names, and revert the DBC signal names back to canonical (MSG_NAME_CRC, MSG_NAME_BZ, etc). I will update the OP core CRC support PR shortly.

* Lexus is adjustment (#192)

* Add 581 for ISH gas pedal signal

* Add STEER_ANGLE in 608 STEER_TORQUE_SENSOR (similar to TSS2)

* Change STEER_TORQUE_EPS factor in 608 STEER_TORQUE_SENSOR to 1.0

* Re-generate lexus_is_2018

* reduce factor to 0.77

* Fix steer angle factor for toyota

* OpenDBC updates

* Create luxgen_s5_2014.dbc (#101)

* Create luxgen_s5_2015.dbc

* Update luxgen_s5_2015.dbc

* Update luxgen_s5_2015.dbc

* fixed to luxgen dbc file

* EV_Gearshift message

* EV_Gearshift message for e-Golf support without a separate gearbox.

* Corrected byte order on two signals.

* Corrected byte order on several homebrewed VW MQB signals.
2019-10-17 09:02:23 -07:00
Riccardo a09bf725e5 fixed to luxgen dbc file 2019-10-16 14:43:59 -07:00
chinlin f00f6289a8 Create luxgen_s5_2014.dbc (#101)
* Create luxgen_s5_2015.dbc

* Update luxgen_s5_2015.dbc

* Update luxgen_s5_2015.dbc
2019-10-16 14:41:07 -07:00
Riccardo 024612b201 Fix steer angle factor for toyota 2019-10-10 23:35:59 -07:00
eFini 7311ee70e9 Lexus is adjustment (#192)
* Add 581 for ISH gas pedal signal

* Add STEER_ANGLE in 608 STEER_TORQUE_SENSOR (similar to TSS2)

* Change STEER_TORQUE_EPS factor in 608 STEER_TORQUE_SENSOR to 1.0

* Re-generate lexus_is_2018

* reduce factor to 0.77
2019-10-10 23:34:44 -07:00
Jason Young f04ce577e7 Updates for Volkswagen support (#191)
* Update ACC_02.SetSpeed to use a more accurate m/s formula instead of kmh

* Fixes to LWI vs EPS calculations for steering angles, clarify descriptions of each.

* Endianness fixes

* Add ESP_15 and PSD_04/05/06

* Testing PSD interpretation

* Correct message info for ESP_08

* Additional authoritative message names and IDs

* OpenDBC updates

* OpenDBC updates

* DBC cleanup, CRC support, restore VIN_01 mux lost during Cabana editing.

* Add the PQ heading control assist message.

* Add a pointer to the VIN_1 mux.

* Add comment about rate-limiting on Getriebe_11 counter signal.

* Rename CRC->CHECKSUM for upstream of a minimum viable VW port.

Per my Discord talk with @rbiasini, to reduce OP core code diffs a bit, we will temporarily (ab)use CHECKSUM to store a CRC like Pedal is doing today. After the port is upstreamed, we will look at updating the core OP code to support dynamic CRC and counter signal names, and revert the DBC signal names back to canonical (MSG_NAME_CRC, MSG_NAME_BZ, etc). I will update the OP core CRC support PR shortly.
2019-10-10 14:24:22 -07:00
George Hotz f3b573559f move generator to python3 2019-09-26 17:37:00 -07:00
illumiN8i 9efff4086c 2019+ New Prius Steer Angle (#189) 2019-09-24 13:08:02 -07:00
quillford f3461d143f add units and a couple new signals for toyota (#188) 2019-09-24 13:07:12 -07:00
Willem Melching 16033b3ffc Remove non ascii characters 2019-09-20 16:17:21 -07:00
Riccardo de162d8c2a Toyota no dsu: fix steer angle factor, it's 1% of a rad 2019-09-18 15:05:32 -07:00
Riccardo 2fb5245544 Lexus CT200H seems to have the safetyParam 1 instead of 0.73 2019-09-16 15:28:51 -07:00
quillford b2fde8b11b toyota time signal (#187) 2019-09-15 10:27:30 -07:00
Riccardo 6cfe0c432e Fixed brake signal unit in Bosch Honda 2019-09-09 17:09:54 -07:00
Greg Hogan 684e28a7a8 honda bosch longitudinal (#185) 2019-09-08 14:00:51 -07:00
Jafar Al-Gharaibeh cf9e14f6f7 Fix torque signal and add new CAN msgs (#181)
I found out that the driver torque signal is actually 8 bits
instead of 16, the other 8 bits is a separate signal.

Also fixed the torque motor sinal
Added mobile start msgs
Added new brake warning signal

Signed-off-by: Jafar Al-Gharaibeh <to.jafar@gmail.com>
2019-09-08 13:49:21 -07:00
TK211X f55a7efa89 Parking Assist Messages (#183) 2019-09-06 04:48:04 -07:00
TK211X bfe982e65b Add FCA11 & SCC14 (#184) 2019-09-06 04:46:32 -07:00
Arne Schwarck 3bfb39a966 Fix Spelling (#180)
* Fix Spelling

* run generator
2019-09-03 13:35:49 -07:00
Adeeb Shihadeh 7bb1e3351e honda nidec AEB values 2019-08-29 17:20:10 -07:00
Adeeb Shihadeh 54d130e424 generated odyssey extreme 2019-08-28 13:37:17 -07:00
Adeeb Shihadeh 72dd1715f7 run generator 2019-08-28 13:33:48 -07:00
Adeeb Shihadeh 45a5bc2778 merge lexus IS and SI hybrid 2019-08-28 13:33:05 -07:00
Adeeb Shihadeh 8817a75b2e use generator for honda odyssey extreme 2019-08-28 13:07:30 -07:00
Adeeb Shihadeh d8c80d0e79 restore original toyota ref 2019-08-28 13:04:15 -07:00
Adeeb Shihadeh 0a97bc7f50 more honda bosch AEB signals 2019-08-23 12:01:12 -07:00
Adeeb Shihadeh beeaecf79c bosch AEB signals 2019-08-23 11:45:55 -07:00
martinl 7d309ec595 Add Subaru global transmission msg with gear values (#168)
* Update metric value for Dash_Units

* OpenDBC updates

* 2-bit Dash Units

* Add Transmission/Gear signal

* add gear values

* add paddle gear values

* minor comment fix

* fix Transmission signals order

* remove duplicate comment for gear

* OpenDBC updates

* 2-bit Dash Units

* Add Transmission/Gear signal

* add gear values

* Throttle update

* Update ES_LKAS_State

* Vehicle in front has moved signal

* ACC_Hold

* Add ACC_Set and ACC_Resume signals to ES_Distance

* add ACC Set and Resume, fix Traffic_light_Ahead signal order in dbc
2019-08-23 10:14:10 -07:00