Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update process_dbc.py #257

Merged
merged 1 commit into from
May 31, 2018
Merged

Update process_dbc.py #257

merged 1 commit into from
May 31, 2018

Conversation

tgmerritt
Copy link

rickbias [9:33 PM]
it stopped working when we started to use the can packer it seems like, which was after I did the lexus port

I added the line in my local EON and my 2017 Lexus RX Hybrid immediately started working properly. Should be merged upstream.

@pd0wm pd0wm merged commit f49e9f4 into commaai:devel May 31, 2018
dylanl321 pushed a commit to dylanl321/openpilot that referenced this pull request Apr 28, 2019
pd0wm pushed a commit that referenced this pull request Sep 10, 2019
9881e61 Panda for Mazda (#165)
9a15d2f fix version newline
a8ed7d2 add subaru outback/legacy to subaru safety (#259)
bdeb1c9 mazda is #12
14ea4d2 merge safety gm in a single file
bf1ef87 Add GM passive safety mode (#266)
c131fff fix canflash for pedal (#267)
3397b15 only allow bootloader entry on debug builds
d68356b Honda Nidec: fwd stock AEB (#257)
6f532c6 Black panda Jenkins (#256)
d68508c Gpio race condition fix (#263)
d69d05f Fixed pedal not initializing (#262)
36067e0 Honda safety: fixed incorrect brake decoding. Due to the specific limit of 255, this change does not affect the safety behavior

git-subtree-dir: panda
git-subtree-split: 9881e61
Vaggysag pushed a commit to Vaggysag/openpilot that referenced this pull request Apr 21, 2020
* Honda Nidec: fwd stock AEB

* bug

* correct aeb bit

* typo

* Revert "typo"

This reverts commit d424198b1fbc5a783c39b5bdd7d034865ed61a83.

* typo

* bug fix

* don't have tx hook blocking aeb messages from stock system

* typo

* fwd stock brake even if they are the same

* only stop forwarding aeb when aeb flag clears

* Fix safety tests

* Added fwd safety tests

* tiny bit more readable
pd0wm pushed a commit that referenced this pull request May 3, 2020
fb6c1ee2 Better GEAR signal tracking the gear stick rather than the gear box (#257)
d7a2efbb Raw angle signal data for easy checksum calc, and one less gear bit (#254)
7456061a add checksum check to can parser for subaru
7f3b1774 Chrysler: calculate checksum in can packer/parser (#255)
0c021551 Rename BYTE_ to SET_ME_X (#253)
1efe437c Add values for a static 0xe5 (honda bosch) (#250)
7dffe0bd Create DBC for HRV (#248)
b6939852 Add LFAHDA message to hyundai
a57e7ddb CANPacker: Subaru checksum support  (#241)
36c471e5 Fixed signals order and added new signals for subaru global (#221)
7b5a1fcc BMW 2008-2013 (#230)
cc09af76 Add RPM signal (#216)
47db9238 Add SWA_01 message detail and CRC support for VW MQB (#236)
c98fe2ab Fixed signal unknown1 overlapping the button bits (#239)
572261ee Rear Cross Traffic Alert
044730ae Speed limit signs
87b1a21f Pedals/gear, gas pedal scale value
ce78044d Tracking the steer angle with LKAS signal
7f19ab41 Introduce the new  mazda 3  2019/2020 dbc
e5852061 traffic sign speed limit
00bad5ee Speed Auto High Beam Traffic signs
9d080ea4 Nissan leaf (#238)
50fbbe73 nissan x trail cleanup (#237)

git-subtree-dir: opendbc
git-subtree-split: fb6c1ee2b481deb42997c3ca20582c8247cd33b9
pd0wm pushed a commit that referenced this pull request May 4, 2020
fb6c1ee2 Better GEAR signal tracking the gear stick rather than the gear box (#257)
d7a2efbb Raw angle signal data for easy checksum calc, and one less gear bit (#254)
7456061a add checksum check to can parser for subaru
7f3b1774 Chrysler: calculate checksum in can packer/parser (#255)
0c021551 Rename BYTE_ to SET_ME_X (#253)
1efe437c Add values for a static 0xe5 (honda bosch) (#250)
7dffe0bd Create DBC for HRV (#248)
b6939852 Add LFAHDA message to hyundai
a57e7ddb CANPacker: Subaru checksum support  (#241)
36c471e5 Fixed signals order and added new signals for subaru global (#221)
7b5a1fcc BMW 2008-2013 (#230)
cc09af76 Add RPM signal (#216)
47db9238 Add SWA_01 message detail and CRC support for VW MQB (#236)
c98fe2ab Fixed signal unknown1 overlapping the button bits (#239)
572261ee Rear Cross Traffic Alert
044730ae Speed limit signs
87b1a21f Pedals/gear, gas pedal scale value
ce78044d Tracking the steer angle with LKAS signal
7f19ab41 Introduce the new  mazda 3  2019/2020 dbc
e5852061 traffic sign speed limit
00bad5ee Speed Auto High Beam Traffic signs
9d080ea4 Nissan leaf (#238)
50fbbe73 nissan x trail cleanup (#237)

git-subtree-dir: opendbc
git-subtree-split: fb6c1ee2b481deb42997c3ca20582c8247cd33b9
pd0wm pushed a commit that referenced this pull request May 5, 2020
fb6c1ee2 Better GEAR signal tracking the gear stick rather than the gear box (#257)
d7a2efbb Raw angle signal data for easy checksum calc, and one less gear bit (#254)
7456061a add checksum check to can parser for subaru
7f3b1774 Chrysler: calculate checksum in can packer/parser (#255)
0c021551 Rename BYTE_ to SET_ME_X (#253)
1efe437c Add values for a static 0xe5 (honda bosch) (#250)
7dffe0bd Create DBC for HRV (#248)
b6939852 Add LFAHDA message to hyundai
a57e7ddb CANPacker: Subaru checksum support  (#241)
36c471e5 Fixed signals order and added new signals for subaru global (#221)
7b5a1fcc BMW 2008-2013 (#230)
cc09af76 Add RPM signal (#216)
47db9238 Add SWA_01 message detail and CRC support for VW MQB (#236)
c98fe2ab Fixed signal unknown1 overlapping the button bits (#239)
572261ee Rear Cross Traffic Alert
044730ae Speed limit signs
87b1a21f Pedals/gear, gas pedal scale value
ce78044d Tracking the steer angle with LKAS signal
7f19ab41 Introduce the new  mazda 3  2019/2020 dbc
e5852061 traffic sign speed limit
00bad5ee Speed Auto High Beam Traffic signs
9d080ea4 Nissan leaf (#238)
50fbbe73 nissan x trail cleanup (#237)

git-subtree-dir: opendbc
git-subtree-split: fb6c1ee2b481deb42997c3ca20582c8247cd33b9
pd0wm pushed a commit that referenced this pull request May 6, 2020
fb6c1ee2 Better GEAR signal tracking the gear stick rather than the gear box (#257)
d7a2efbb Raw angle signal data for easy checksum calc, and one less gear bit (#254)
7456061a add checksum check to can parser for subaru
7f3b1774 Chrysler: calculate checksum in can packer/parser (#255)
0c021551 Rename BYTE_ to SET_ME_X (#253)
1efe437c Add values for a static 0xe5 (honda bosch) (#250)
7dffe0bd Create DBC for HRV (#248)
b6939852 Add LFAHDA message to hyundai
a57e7ddb CANPacker: Subaru checksum support  (#241)
36c471e5 Fixed signals order and added new signals for subaru global (#221)
7b5a1fcc BMW 2008-2013 (#230)
cc09af76 Add RPM signal (#216)
47db9238 Add SWA_01 message detail and CRC support for VW MQB (#236)
c98fe2ab Fixed signal unknown1 overlapping the button bits (#239)
572261ee Rear Cross Traffic Alert
044730ae Speed limit signs
87b1a21f Pedals/gear, gas pedal scale value
ce78044d Tracking the steer angle with LKAS signal
7f19ab41 Introduce the new  mazda 3  2019/2020 dbc
e5852061 traffic sign speed limit
00bad5ee Speed Auto High Beam Traffic signs
9d080ea4 Nissan leaf (#238)
50fbbe73 nissan x trail cleanup (#237)

git-subtree-dir: opendbc
git-subtree-split: fb6c1ee2b481deb42997c3ca20582c8247cd33b9
pd0wm pushed a commit that referenced this pull request May 6, 2020
fb6c1ee2 Better GEAR signal tracking the gear stick rather than the gear box (#257)
d7a2efbb Raw angle signal data for easy checksum calc, and one less gear bit (#254)
7456061a add checksum check to can parser for subaru
7f3b1774 Chrysler: calculate checksum in can packer/parser (#255)
0c021551 Rename BYTE_ to SET_ME_X (#253)
1efe437c Add values for a static 0xe5 (honda bosch) (#250)
7dffe0bd Create DBC for HRV (#248)
b6939852 Add LFAHDA message to hyundai
a57e7ddb CANPacker: Subaru checksum support  (#241)
36c471e5 Fixed signals order and added new signals for subaru global (#221)
7b5a1fcc BMW 2008-2013 (#230)
cc09af76 Add RPM signal (#216)
47db9238 Add SWA_01 message detail and CRC support for VW MQB (#236)
c98fe2ab Fixed signal unknown1 overlapping the button bits (#239)
572261ee Rear Cross Traffic Alert
044730ae Speed limit signs
87b1a21f Pedals/gear, gas pedal scale value
ce78044d Tracking the steer angle with LKAS signal
7f19ab41 Introduce the new  mazda 3  2019/2020 dbc
e5852061 traffic sign speed limit
00bad5ee Speed Auto High Beam Traffic signs
9d080ea4 Nissan leaf (#238)
50fbbe73 nissan x trail cleanup (#237)

git-subtree-dir: opendbc
git-subtree-split: fb6c1ee2b481deb42997c3ca20582c8247cd33b9
pd0wm pushed a commit that referenced this pull request May 8, 2020
fb6c1ee2 Better GEAR signal tracking the gear stick rather than the gear box (#257)
d7a2efbb Raw angle signal data for easy checksum calc, and one less gear bit (#254)
7456061a add checksum check to can parser for subaru
7f3b1774 Chrysler: calculate checksum in can packer/parser (#255)
0c021551 Rename BYTE_ to SET_ME_X (#253)
1efe437c Add values for a static 0xe5 (honda bosch) (#250)
7dffe0bd Create DBC for HRV (#248)
b6939852 Add LFAHDA message to hyundai
a57e7ddb CANPacker: Subaru checksum support  (#241)
36c471e5 Fixed signals order and added new signals for subaru global (#221)
7b5a1fcc BMW 2008-2013 (#230)
cc09af76 Add RPM signal (#216)
47db9238 Add SWA_01 message detail and CRC support for VW MQB (#236)
c98fe2ab Fixed signal unknown1 overlapping the button bits (#239)
572261ee Rear Cross Traffic Alert
044730ae Speed limit signs
87b1a21f Pedals/gear, gas pedal scale value
ce78044d Tracking the steer angle with LKAS signal
7f19ab41 Introduce the new  mazda 3  2019/2020 dbc
e5852061 traffic sign speed limit
00bad5ee Speed Auto High Beam Traffic signs
9d080ea4 Nissan leaf (#238)
50fbbe73 nissan x trail cleanup (#237)

git-subtree-dir: opendbc
git-subtree-split: fb6c1ee2b481deb42997c3ca20582c8247cd33b9
pd0wm pushed a commit that referenced this pull request May 8, 2020
fb6c1ee2 Better GEAR signal tracking the gear stick rather than the gear box (#257)
d7a2efbb Raw angle signal data for easy checksum calc, and one less gear bit (#254)
7456061a add checksum check to can parser for subaru
7f3b1774 Chrysler: calculate checksum in can packer/parser (#255)
0c021551 Rename BYTE_ to SET_ME_X (#253)
1efe437c Add values for a static 0xe5 (honda bosch) (#250)
7dffe0bd Create DBC for HRV (#248)
b6939852 Add LFAHDA message to hyundai
a57e7ddb CANPacker: Subaru checksum support  (#241)
36c471e5 Fixed signals order and added new signals for subaru global (#221)
7b5a1fcc BMW 2008-2013 (#230)
cc09af76 Add RPM signal (#216)
47db9238 Add SWA_01 message detail and CRC support for VW MQB (#236)
c98fe2ab Fixed signal unknown1 overlapping the button bits (#239)
572261ee Rear Cross Traffic Alert
044730ae Speed limit signs
87b1a21f Pedals/gear, gas pedal scale value
ce78044d Tracking the steer angle with LKAS signal
7f19ab41 Introduce the new  mazda 3  2019/2020 dbc
e5852061 traffic sign speed limit
00bad5ee Speed Auto High Beam Traffic signs
9d080ea4 Nissan leaf (#238)
50fbbe73 nissan x trail cleanup (#237)

git-subtree-dir: opendbc
git-subtree-split: fb6c1ee2b481deb42997c3ca20582c8247cd33b9
pd0wm pushed a commit that referenced this pull request May 8, 2020
fb6c1ee2 Better GEAR signal tracking the gear stick rather than the gear box (#257)
d7a2efbb Raw angle signal data for easy checksum calc, and one less gear bit (#254)
7456061a add checksum check to can parser for subaru
7f3b1774 Chrysler: calculate checksum in can packer/parser (#255)
0c021551 Rename BYTE_ to SET_ME_X (#253)
1efe437c Add values for a static 0xe5 (honda bosch) (#250)
7dffe0bd Create DBC for HRV (#248)
b6939852 Add LFAHDA message to hyundai
a57e7ddb CANPacker: Subaru checksum support  (#241)
36c471e5 Fixed signals order and added new signals for subaru global (#221)
7b5a1fcc BMW 2008-2013 (#230)
cc09af76 Add RPM signal (#216)
47db9238 Add SWA_01 message detail and CRC support for VW MQB (#236)
c98fe2ab Fixed signal unknown1 overlapping the button bits (#239)
572261ee Rear Cross Traffic Alert
044730ae Speed limit signs
87b1a21f Pedals/gear, gas pedal scale value
ce78044d Tracking the steer angle with LKAS signal
7f19ab41 Introduce the new  mazda 3  2019/2020 dbc
e5852061 traffic sign speed limit
00bad5ee Speed Auto High Beam Traffic signs
9d080ea4 Nissan leaf (#238)
50fbbe73 nissan x trail cleanup (#237)

git-subtree-dir: opendbc
git-subtree-split: fb6c1ee2b481deb42997c3ca20582c8247cd33b9
pd0wm pushed a commit that referenced this pull request May 9, 2020
fb6c1ee2 Better GEAR signal tracking the gear stick rather than the gear box (#257)
d7a2efbb Raw angle signal data for easy checksum calc, and one less gear bit (#254)
7456061a add checksum check to can parser for subaru
7f3b1774 Chrysler: calculate checksum in can packer/parser (#255)
0c021551 Rename BYTE_ to SET_ME_X (#253)
1efe437c Add values for a static 0xe5 (honda bosch) (#250)
7dffe0bd Create DBC for HRV (#248)
b6939852 Add LFAHDA message to hyundai
a57e7ddb CANPacker: Subaru checksum support  (#241)
36c471e5 Fixed signals order and added new signals for subaru global (#221)
7b5a1fcc BMW 2008-2013 (#230)
cc09af76 Add RPM signal (#216)
47db9238 Add SWA_01 message detail and CRC support for VW MQB (#236)
c98fe2ab Fixed signal unknown1 overlapping the button bits (#239)
572261ee Rear Cross Traffic Alert
044730ae Speed limit signs
87b1a21f Pedals/gear, gas pedal scale value
ce78044d Tracking the steer angle with LKAS signal
7f19ab41 Introduce the new  mazda 3  2019/2020 dbc
e5852061 traffic sign speed limit
00bad5ee Speed Auto High Beam Traffic signs
9d080ea4 Nissan leaf (#238)
50fbbe73 nissan x trail cleanup (#237)

git-subtree-dir: opendbc
git-subtree-split: fb6c1ee2b481deb42997c3ca20582c8247cd33b9
pd0wm pushed a commit that referenced this pull request May 9, 2020
fb6c1ee2 Better GEAR signal tracking the gear stick rather than the gear box (#257)
d7a2efbb Raw angle signal data for easy checksum calc, and one less gear bit (#254)
7456061a add checksum check to can parser for subaru
7f3b1774 Chrysler: calculate checksum in can packer/parser (#255)
0c021551 Rename BYTE_ to SET_ME_X (#253)
1efe437c Add values for a static 0xe5 (honda bosch) (#250)
7dffe0bd Create DBC for HRV (#248)
b6939852 Add LFAHDA message to hyundai
a57e7ddb CANPacker: Subaru checksum support  (#241)
36c471e5 Fixed signals order and added new signals for subaru global (#221)
7b5a1fcc BMW 2008-2013 (#230)
cc09af76 Add RPM signal (#216)
47db9238 Add SWA_01 message detail and CRC support for VW MQB (#236)
c98fe2ab Fixed signal unknown1 overlapping the button bits (#239)
572261ee Rear Cross Traffic Alert
044730ae Speed limit signs
87b1a21f Pedals/gear, gas pedal scale value
ce78044d Tracking the steer angle with LKAS signal
7f19ab41 Introduce the new  mazda 3  2019/2020 dbc
e5852061 traffic sign speed limit
00bad5ee Speed Auto High Beam Traffic signs
9d080ea4 Nissan leaf (#238)
50fbbe73 nissan x trail cleanup (#237)

git-subtree-dir: opendbc
git-subtree-split: fb6c1ee2b481deb42997c3ca20582c8247cd33b9
pd0wm pushed a commit that referenced this pull request May 9, 2020
fb6c1ee2 Better GEAR signal tracking the gear stick rather than the gear box (#257)
d7a2efbb Raw angle signal data for easy checksum calc, and one less gear bit (#254)
7456061a add checksum check to can parser for subaru
7f3b1774 Chrysler: calculate checksum in can packer/parser (#255)
0c021551 Rename BYTE_ to SET_ME_X (#253)
1efe437c Add values for a static 0xe5 (honda bosch) (#250)
7dffe0bd Create DBC for HRV (#248)
b6939852 Add LFAHDA message to hyundai
a57e7ddb CANPacker: Subaru checksum support  (#241)
36c471e5 Fixed signals order and added new signals for subaru global (#221)
7b5a1fcc BMW 2008-2013 (#230)
cc09af76 Add RPM signal (#216)
47db9238 Add SWA_01 message detail and CRC support for VW MQB (#236)
c98fe2ab Fixed signal unknown1 overlapping the button bits (#239)
572261ee Rear Cross Traffic Alert
044730ae Speed limit signs
87b1a21f Pedals/gear, gas pedal scale value
ce78044d Tracking the steer angle with LKAS signal
7f19ab41 Introduce the new  mazda 3  2019/2020 dbc
e5852061 traffic sign speed limit
00bad5ee Speed Auto High Beam Traffic signs
9d080ea4 Nissan leaf (#238)
50fbbe73 nissan x trail cleanup (#237)

git-subtree-dir: opendbc
git-subtree-split: fb6c1ee2b481deb42997c3ca20582c8247cd33b9
pd0wm pushed a commit that referenced this pull request May 9, 2020
4e796e06 Fix wrong message sizes in Nissan
fb6c1ee2 Better GEAR signal tracking the gear stick rather than the gear box (#257)
d7a2efbb Raw angle signal data for easy checksum calc, and one less gear bit (#254)
7456061a add checksum check to can parser for subaru
7f3b1774 Chrysler: calculate checksum in can packer/parser (#255)
0c021551 Rename BYTE_ to SET_ME_X (#253)
1efe437c Add values for a static 0xe5 (honda bosch) (#250)
7dffe0bd Create DBC for HRV (#248)
b6939852 Add LFAHDA message to hyundai
a57e7ddb CANPacker: Subaru checksum support  (#241)
36c471e5 Fixed signals order and added new signals for subaru global (#221)
7b5a1fcc BMW 2008-2013 (#230)
cc09af76 Add RPM signal (#216)
47db9238 Add SWA_01 message detail and CRC support for VW MQB (#236)
c98fe2ab Fixed signal unknown1 overlapping the button bits (#239)
572261ee Rear Cross Traffic Alert
044730ae Speed limit signs
87b1a21f Pedals/gear, gas pedal scale value
ce78044d Tracking the steer angle with LKAS signal
7f19ab41 Introduce the new  mazda 3  2019/2020 dbc
e5852061 traffic sign speed limit
00bad5ee Speed Auto High Beam Traffic signs
9d080ea4 Nissan leaf (#238)
50fbbe73 nissan x trail cleanup (#237)

git-subtree-dir: opendbc
git-subtree-split: 4e796e06dd44757bb73042f0ec26fd9b6ddc7142
pd0wm pushed a commit that referenced this pull request May 9, 2020
f1e69a6cf Fix wrong message size in Chrysler
54482cfb0 Fix GM message signal sizes
4e796e06d Fix wrong message sizes in Nissan
fb6c1ee2b Better GEAR signal tracking the gear stick rather than the gear box (#257)
d7a2efbbd Raw angle signal data for easy checksum calc, and one less gear bit (#254)
7456061a7 add checksum check to can parser for subaru
7f3b1774d Chrysler: calculate checksum in can packer/parser (#255)
0c0215516 Rename BYTE_ to SET_ME_X (#253)
1efe437cf Add values for a static 0xe5 (honda bosch) (#250)
7dffe0bd9 Create DBC for HRV (#248)
b69398525 Add LFAHDA message to hyundai
a57e7ddbd CANPacker: Subaru checksum support  (#241)
36c471e59 Fixed signals order and added new signals for subaru global (#221)
7b5a1fcc1 BMW 2008-2013 (#230)
cc09af763 Add RPM signal (#216)
47db9238f Add SWA_01 message detail and CRC support for VW MQB (#236)
c98fe2ab9 Fixed signal unknown1 overlapping the button bits (#239)
572261ee3 Rear Cross Traffic Alert
044730aeb Speed limit signs
87b1a21fb Pedals/gear, gas pedal scale value
ce78044d8 Tracking the steer angle with LKAS signal
7f19ab415 Introduce the new  mazda 3  2019/2020 dbc
e58520619 traffic sign speed limit
00bad5ee7 Speed Auto High Beam Traffic signs
9d080ea42 Nissan leaf (#238)
50fbbe739 nissan x trail cleanup (#237)

git-subtree-dir: opendbc
git-subtree-split: f1e69a6cf91cdaf1b8008d73f6fbb6634fbbeb42
pd0wm pushed a commit that referenced this pull request May 10, 2020
f1e69a6cf Fix wrong message size in Chrysler
54482cfb0 Fix GM message signal sizes
4e796e06d Fix wrong message sizes in Nissan
fb6c1ee2b Better GEAR signal tracking the gear stick rather than the gear box (#257)
d7a2efbbd Raw angle signal data for easy checksum calc, and one less gear bit (#254)
7456061a7 add checksum check to can parser for subaru
7f3b1774d Chrysler: calculate checksum in can packer/parser (#255)
0c0215516 Rename BYTE_ to SET_ME_X (#253)
1efe437cf Add values for a static 0xe5 (honda bosch) (#250)
7dffe0bd9 Create DBC for HRV (#248)
b69398525 Add LFAHDA message to hyundai
a57e7ddbd CANPacker: Subaru checksum support  (#241)
36c471e59 Fixed signals order and added new signals for subaru global (#221)
7b5a1fcc1 BMW 2008-2013 (#230)
cc09af763 Add RPM signal (#216)
47db9238f Add SWA_01 message detail and CRC support for VW MQB (#236)
c98fe2ab9 Fixed signal unknown1 overlapping the button bits (#239)
572261ee3 Rear Cross Traffic Alert
044730aeb Speed limit signs
87b1a21fb Pedals/gear, gas pedal scale value
ce78044d8 Tracking the steer angle with LKAS signal
7f19ab415 Introduce the new  mazda 3  2019/2020 dbc
e58520619 traffic sign speed limit
00bad5ee7 Speed Auto High Beam Traffic signs
9d080ea42 Nissan leaf (#238)
50fbbe739 nissan x trail cleanup (#237)

git-subtree-dir: opendbc
git-subtree-split: f1e69a6cf91cdaf1b8008d73f6fbb6634fbbeb42
pd0wm pushed a commit that referenced this pull request May 10, 2020
f1e69a6cf Fix wrong message size in Chrysler
54482cfb0 Fix GM message signal sizes
4e796e06d Fix wrong message sizes in Nissan
fb6c1ee2b Better GEAR signal tracking the gear stick rather than the gear box (#257)
d7a2efbbd Raw angle signal data for easy checksum calc, and one less gear bit (#254)
7456061a7 add checksum check to can parser for subaru
7f3b1774d Chrysler: calculate checksum in can packer/parser (#255)
0c0215516 Rename BYTE_ to SET_ME_X (#253)
1efe437cf Add values for a static 0xe5 (honda bosch) (#250)
7dffe0bd9 Create DBC for HRV (#248)
b69398525 Add LFAHDA message to hyundai
a57e7ddbd CANPacker: Subaru checksum support  (#241)
36c471e59 Fixed signals order and added new signals for subaru global (#221)
7b5a1fcc1 BMW 2008-2013 (#230)
cc09af763 Add RPM signal (#216)
47db9238f Add SWA_01 message detail and CRC support for VW MQB (#236)
c98fe2ab9 Fixed signal unknown1 overlapping the button bits (#239)
572261ee3 Rear Cross Traffic Alert
044730aeb Speed limit signs
87b1a21fb Pedals/gear, gas pedal scale value
ce78044d8 Tracking the steer angle with LKAS signal
7f19ab415 Introduce the new  mazda 3  2019/2020 dbc
e58520619 traffic sign speed limit
00bad5ee7 Speed Auto High Beam Traffic signs
9d080ea42 Nissan leaf (#238)
50fbbe739 nissan x trail cleanup (#237)

git-subtree-dir: opendbc
git-subtree-split: f1e69a6cf91cdaf1b8008d73f6fbb6634fbbeb42
pd0wm pushed a commit that referenced this pull request May 11, 2020
f1e69a6cf Fix wrong message size in Chrysler
54482cfb0 Fix GM message signal sizes
4e796e06d Fix wrong message sizes in Nissan
fb6c1ee2b Better GEAR signal tracking the gear stick rather than the gear box (#257)
d7a2efbbd Raw angle signal data for easy checksum calc, and one less gear bit (#254)
7456061a7 add checksum check to can parser for subaru
7f3b1774d Chrysler: calculate checksum in can packer/parser (#255)
0c0215516 Rename BYTE_ to SET_ME_X (#253)
1efe437cf Add values for a static 0xe5 (honda bosch) (#250)
7dffe0bd9 Create DBC for HRV (#248)
b69398525 Add LFAHDA message to hyundai
a57e7ddbd CANPacker: Subaru checksum support  (#241)
36c471e59 Fixed signals order and added new signals for subaru global (#221)
7b5a1fcc1 BMW 2008-2013 (#230)
cc09af763 Add RPM signal (#216)
47db9238f Add SWA_01 message detail and CRC support for VW MQB (#236)
c98fe2ab9 Fixed signal unknown1 overlapping the button bits (#239)
572261ee3 Rear Cross Traffic Alert
044730aeb Speed limit signs
87b1a21fb Pedals/gear, gas pedal scale value
ce78044d8 Tracking the steer angle with LKAS signal
7f19ab415 Introduce the new  mazda 3  2019/2020 dbc
e58520619 traffic sign speed limit
00bad5ee7 Speed Auto High Beam Traffic signs
9d080ea42 Nissan leaf (#238)
50fbbe739 nissan x trail cleanup (#237)

git-subtree-dir: opendbc
git-subtree-split: f1e69a6cf91cdaf1b8008d73f6fbb6634fbbeb42
nworb-cire pushed a commit to opgm/openpilot that referenced this pull request Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants