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
fb6c1ee Better GEAR signal tracking the gear stick rather than the gear box (#257)
d7a2efb Raw angle signal data for easy checksum calc, and one less gear bit (#254)
7456061 add checksum check to can parser for subaru
7f3b177 Chrysler: calculate checksum in can packer/parser (#255)
0c02155 Rename BYTE_ to SET_ME_X (#253)
1efe437 Add values for a static 0xe5 (honda bosch) (#250)
7dffe0b Create DBC for HRV (#248)
b693985 Add LFAHDA message to hyundai
a57e7dd CANPacker: Subaru checksum support  (#241)
36c471e Fixed signals order and added new signals for subaru global (#221)
7b5a1fc BMW 2008-2013 (#230)
cc09af7 Add RPM signal (#216)
47db923 Add SWA_01 message detail and CRC support for VW MQB (#236)
c98fe2a Fixed signal unknown1 overlapping the button bits (#239)
572261e Rear Cross Traffic Alert
044730a Speed limit signs
87b1a21 Pedals/gear, gas pedal scale value
ce78044 Tracking the steer angle with LKAS signal
7f19ab4 Introduce the new  mazda 3  2019/2020 dbc
e585206 traffic sign speed limit
00bad5e Speed Auto High Beam Traffic signs
9d080ea Nissan leaf (#238)
50fbbe7 nissan x trail cleanup (#237)

git-subtree-dir: opendbc
git-subtree-split: fb6c1ee
pd0wm pushed a commit that referenced this pull request May 4, 2020
fb6c1ee Better GEAR signal tracking the gear stick rather than the gear box (#257)
d7a2efb Raw angle signal data for easy checksum calc, and one less gear bit (#254)
7456061 add checksum check to can parser for subaru
7f3b177 Chrysler: calculate checksum in can packer/parser (#255)
0c02155 Rename BYTE_ to SET_ME_X (#253)
1efe437 Add values for a static 0xe5 (honda bosch) (#250)
7dffe0b Create DBC for HRV (#248)
b693985 Add LFAHDA message to hyundai
a57e7dd CANPacker: Subaru checksum support  (#241)
36c471e Fixed signals order and added new signals for subaru global (#221)
7b5a1fc BMW 2008-2013 (#230)
cc09af7 Add RPM signal (#216)
47db923 Add SWA_01 message detail and CRC support for VW MQB (#236)
c98fe2a Fixed signal unknown1 overlapping the button bits (#239)
572261e Rear Cross Traffic Alert
044730a Speed limit signs
87b1a21 Pedals/gear, gas pedal scale value
ce78044 Tracking the steer angle with LKAS signal
7f19ab4 Introduce the new  mazda 3  2019/2020 dbc
e585206 traffic sign speed limit
00bad5e Speed Auto High Beam Traffic signs
9d080ea Nissan leaf (#238)
50fbbe7 nissan x trail cleanup (#237)

git-subtree-dir: opendbc
git-subtree-split: fb6c1ee
pd0wm pushed a commit that referenced this pull request May 5, 2020
fb6c1ee Better GEAR signal tracking the gear stick rather than the gear box (#257)
d7a2efb Raw angle signal data for easy checksum calc, and one less gear bit (#254)
7456061 add checksum check to can parser for subaru
7f3b177 Chrysler: calculate checksum in can packer/parser (#255)
0c02155 Rename BYTE_ to SET_ME_X (#253)
1efe437 Add values for a static 0xe5 (honda bosch) (#250)
7dffe0b Create DBC for HRV (#248)
b693985 Add LFAHDA message to hyundai
a57e7dd CANPacker: Subaru checksum support  (#241)
36c471e Fixed signals order and added new signals for subaru global (#221)
7b5a1fc BMW 2008-2013 (#230)
cc09af7 Add RPM signal (#216)
47db923 Add SWA_01 message detail and CRC support for VW MQB (#236)
c98fe2a Fixed signal unknown1 overlapping the button bits (#239)
572261e Rear Cross Traffic Alert
044730a Speed limit signs
87b1a21 Pedals/gear, gas pedal scale value
ce78044 Tracking the steer angle with LKAS signal
7f19ab4 Introduce the new  mazda 3  2019/2020 dbc
e585206 traffic sign speed limit
00bad5e Speed Auto High Beam Traffic signs
9d080ea Nissan leaf (#238)
50fbbe7 nissan x trail cleanup (#237)

git-subtree-dir: opendbc
git-subtree-split: fb6c1ee
pd0wm pushed a commit that referenced this pull request May 6, 2020
fb6c1ee Better GEAR signal tracking the gear stick rather than the gear box (#257)
d7a2efb Raw angle signal data for easy checksum calc, and one less gear bit (#254)
7456061 add checksum check to can parser for subaru
7f3b177 Chrysler: calculate checksum in can packer/parser (#255)
0c02155 Rename BYTE_ to SET_ME_X (#253)
1efe437 Add values for a static 0xe5 (honda bosch) (#250)
7dffe0b Create DBC for HRV (#248)
b693985 Add LFAHDA message to hyundai
a57e7dd CANPacker: Subaru checksum support  (#241)
36c471e Fixed signals order and added new signals for subaru global (#221)
7b5a1fc BMW 2008-2013 (#230)
cc09af7 Add RPM signal (#216)
47db923 Add SWA_01 message detail and CRC support for VW MQB (#236)
c98fe2a Fixed signal unknown1 overlapping the button bits (#239)
572261e Rear Cross Traffic Alert
044730a Speed limit signs
87b1a21 Pedals/gear, gas pedal scale value
ce78044 Tracking the steer angle with LKAS signal
7f19ab4 Introduce the new  mazda 3  2019/2020 dbc
e585206 traffic sign speed limit
00bad5e Speed Auto High Beam Traffic signs
9d080ea Nissan leaf (#238)
50fbbe7 nissan x trail cleanup (#237)

git-subtree-dir: opendbc
git-subtree-split: fb6c1ee
pd0wm pushed a commit that referenced this pull request May 6, 2020
fb6c1ee Better GEAR signal tracking the gear stick rather than the gear box (#257)
d7a2efb Raw angle signal data for easy checksum calc, and one less gear bit (#254)
7456061 add checksum check to can parser for subaru
7f3b177 Chrysler: calculate checksum in can packer/parser (#255)
0c02155 Rename BYTE_ to SET_ME_X (#253)
1efe437 Add values for a static 0xe5 (honda bosch) (#250)
7dffe0b Create DBC for HRV (#248)
b693985 Add LFAHDA message to hyundai
a57e7dd CANPacker: Subaru checksum support  (#241)
36c471e Fixed signals order and added new signals for subaru global (#221)
7b5a1fc BMW 2008-2013 (#230)
cc09af7 Add RPM signal (#216)
47db923 Add SWA_01 message detail and CRC support for VW MQB (#236)
c98fe2a Fixed signal unknown1 overlapping the button bits (#239)
572261e Rear Cross Traffic Alert
044730a Speed limit signs
87b1a21 Pedals/gear, gas pedal scale value
ce78044 Tracking the steer angle with LKAS signal
7f19ab4 Introduce the new  mazda 3  2019/2020 dbc
e585206 traffic sign speed limit
00bad5e Speed Auto High Beam Traffic signs
9d080ea Nissan leaf (#238)
50fbbe7 nissan x trail cleanup (#237)

git-subtree-dir: opendbc
git-subtree-split: fb6c1ee
pd0wm pushed a commit that referenced this pull request May 8, 2020
fb6c1ee Better GEAR signal tracking the gear stick rather than the gear box (#257)
d7a2efb Raw angle signal data for easy checksum calc, and one less gear bit (#254)
7456061 add checksum check to can parser for subaru
7f3b177 Chrysler: calculate checksum in can packer/parser (#255)
0c02155 Rename BYTE_ to SET_ME_X (#253)
1efe437 Add values for a static 0xe5 (honda bosch) (#250)
7dffe0b Create DBC for HRV (#248)
b693985 Add LFAHDA message to hyundai
a57e7dd CANPacker: Subaru checksum support  (#241)
36c471e Fixed signals order and added new signals for subaru global (#221)
7b5a1fc BMW 2008-2013 (#230)
cc09af7 Add RPM signal (#216)
47db923 Add SWA_01 message detail and CRC support for VW MQB (#236)
c98fe2a Fixed signal unknown1 overlapping the button bits (#239)
572261e Rear Cross Traffic Alert
044730a Speed limit signs
87b1a21 Pedals/gear, gas pedal scale value
ce78044 Tracking the steer angle with LKAS signal
7f19ab4 Introduce the new  mazda 3  2019/2020 dbc
e585206 traffic sign speed limit
00bad5e Speed Auto High Beam Traffic signs
9d080ea Nissan leaf (#238)
50fbbe7 nissan x trail cleanup (#237)

git-subtree-dir: opendbc
git-subtree-split: fb6c1ee
pd0wm pushed a commit that referenced this pull request May 8, 2020
fb6c1ee Better GEAR signal tracking the gear stick rather than the gear box (#257)
d7a2efb Raw angle signal data for easy checksum calc, and one less gear bit (#254)
7456061 add checksum check to can parser for subaru
7f3b177 Chrysler: calculate checksum in can packer/parser (#255)
0c02155 Rename BYTE_ to SET_ME_X (#253)
1efe437 Add values for a static 0xe5 (honda bosch) (#250)
7dffe0b Create DBC for HRV (#248)
b693985 Add LFAHDA message to hyundai
a57e7dd CANPacker: Subaru checksum support  (#241)
36c471e Fixed signals order and added new signals for subaru global (#221)
7b5a1fc BMW 2008-2013 (#230)
cc09af7 Add RPM signal (#216)
47db923 Add SWA_01 message detail and CRC support for VW MQB (#236)
c98fe2a Fixed signal unknown1 overlapping the button bits (#239)
572261e Rear Cross Traffic Alert
044730a Speed limit signs
87b1a21 Pedals/gear, gas pedal scale value
ce78044 Tracking the steer angle with LKAS signal
7f19ab4 Introduce the new  mazda 3  2019/2020 dbc
e585206 traffic sign speed limit
00bad5e Speed Auto High Beam Traffic signs
9d080ea Nissan leaf (#238)
50fbbe7 nissan x trail cleanup (#237)

git-subtree-dir: opendbc
git-subtree-split: fb6c1ee
pd0wm pushed a commit that referenced this pull request May 8, 2020
fb6c1ee Better GEAR signal tracking the gear stick rather than the gear box (#257)
d7a2efb Raw angle signal data for easy checksum calc, and one less gear bit (#254)
7456061 add checksum check to can parser for subaru
7f3b177 Chrysler: calculate checksum in can packer/parser (#255)
0c02155 Rename BYTE_ to SET_ME_X (#253)
1efe437 Add values for a static 0xe5 (honda bosch) (#250)
7dffe0b Create DBC for HRV (#248)
b693985 Add LFAHDA message to hyundai
a57e7dd CANPacker: Subaru checksum support  (#241)
36c471e Fixed signals order and added new signals for subaru global (#221)
7b5a1fc BMW 2008-2013 (#230)
cc09af7 Add RPM signal (#216)
47db923 Add SWA_01 message detail and CRC support for VW MQB (#236)
c98fe2a Fixed signal unknown1 overlapping the button bits (#239)
572261e Rear Cross Traffic Alert
044730a Speed limit signs
87b1a21 Pedals/gear, gas pedal scale value
ce78044 Tracking the steer angle with LKAS signal
7f19ab4 Introduce the new  mazda 3  2019/2020 dbc
e585206 traffic sign speed limit
00bad5e Speed Auto High Beam Traffic signs
9d080ea Nissan leaf (#238)
50fbbe7 nissan x trail cleanup (#237)

git-subtree-dir: opendbc
git-subtree-split: fb6c1ee
pd0wm pushed a commit that referenced this pull request May 9, 2020
fb6c1ee Better GEAR signal tracking the gear stick rather than the gear box (#257)
d7a2efb Raw angle signal data for easy checksum calc, and one less gear bit (#254)
7456061 add checksum check to can parser for subaru
7f3b177 Chrysler: calculate checksum in can packer/parser (#255)
0c02155 Rename BYTE_ to SET_ME_X (#253)
1efe437 Add values for a static 0xe5 (honda bosch) (#250)
7dffe0b Create DBC for HRV (#248)
b693985 Add LFAHDA message to hyundai
a57e7dd CANPacker: Subaru checksum support  (#241)
36c471e Fixed signals order and added new signals for subaru global (#221)
7b5a1fc BMW 2008-2013 (#230)
cc09af7 Add RPM signal (#216)
47db923 Add SWA_01 message detail and CRC support for VW MQB (#236)
c98fe2a Fixed signal unknown1 overlapping the button bits (#239)
572261e Rear Cross Traffic Alert
044730a Speed limit signs
87b1a21 Pedals/gear, gas pedal scale value
ce78044 Tracking the steer angle with LKAS signal
7f19ab4 Introduce the new  mazda 3  2019/2020 dbc
e585206 traffic sign speed limit
00bad5e Speed Auto High Beam Traffic signs
9d080ea Nissan leaf (#238)
50fbbe7 nissan x trail cleanup (#237)

git-subtree-dir: opendbc
git-subtree-split: fb6c1ee
pd0wm pushed a commit that referenced this pull request May 9, 2020
fb6c1ee Better GEAR signal tracking the gear stick rather than the gear box (#257)
d7a2efb Raw angle signal data for easy checksum calc, and one less gear bit (#254)
7456061 add checksum check to can parser for subaru
7f3b177 Chrysler: calculate checksum in can packer/parser (#255)
0c02155 Rename BYTE_ to SET_ME_X (#253)
1efe437 Add values for a static 0xe5 (honda bosch) (#250)
7dffe0b Create DBC for HRV (#248)
b693985 Add LFAHDA message to hyundai
a57e7dd CANPacker: Subaru checksum support  (#241)
36c471e Fixed signals order and added new signals for subaru global (#221)
7b5a1fc BMW 2008-2013 (#230)
cc09af7 Add RPM signal (#216)
47db923 Add SWA_01 message detail and CRC support for VW MQB (#236)
c98fe2a Fixed signal unknown1 overlapping the button bits (#239)
572261e Rear Cross Traffic Alert
044730a Speed limit signs
87b1a21 Pedals/gear, gas pedal scale value
ce78044 Tracking the steer angle with LKAS signal
7f19ab4 Introduce the new  mazda 3  2019/2020 dbc
e585206 traffic sign speed limit
00bad5e Speed Auto High Beam Traffic signs
9d080ea Nissan leaf (#238)
50fbbe7 nissan x trail cleanup (#237)

git-subtree-dir: opendbc
git-subtree-split: fb6c1ee
pd0wm pushed a commit that referenced this pull request May 9, 2020
fb6c1ee Better GEAR signal tracking the gear stick rather than the gear box (#257)
d7a2efb Raw angle signal data for easy checksum calc, and one less gear bit (#254)
7456061 add checksum check to can parser for subaru
7f3b177 Chrysler: calculate checksum in can packer/parser (#255)
0c02155 Rename BYTE_ to SET_ME_X (#253)
1efe437 Add values for a static 0xe5 (honda bosch) (#250)
7dffe0b Create DBC for HRV (#248)
b693985 Add LFAHDA message to hyundai
a57e7dd CANPacker: Subaru checksum support  (#241)
36c471e Fixed signals order and added new signals for subaru global (#221)
7b5a1fc BMW 2008-2013 (#230)
cc09af7 Add RPM signal (#216)
47db923 Add SWA_01 message detail and CRC support for VW MQB (#236)
c98fe2a Fixed signal unknown1 overlapping the button bits (#239)
572261e Rear Cross Traffic Alert
044730a Speed limit signs
87b1a21 Pedals/gear, gas pedal scale value
ce78044 Tracking the steer angle with LKAS signal
7f19ab4 Introduce the new  mazda 3  2019/2020 dbc
e585206 traffic sign speed limit
00bad5e Speed Auto High Beam Traffic signs
9d080ea Nissan leaf (#238)
50fbbe7 nissan x trail cleanup (#237)

git-subtree-dir: opendbc
git-subtree-split: fb6c1ee
pd0wm pushed a commit that referenced this pull request May 9, 2020
4e796e0 Fix wrong message sizes in Nissan
fb6c1ee Better GEAR signal tracking the gear stick rather than the gear box (#257)
d7a2efb Raw angle signal data for easy checksum calc, and one less gear bit (#254)
7456061 add checksum check to can parser for subaru
7f3b177 Chrysler: calculate checksum in can packer/parser (#255)
0c02155 Rename BYTE_ to SET_ME_X (#253)
1efe437 Add values for a static 0xe5 (honda bosch) (#250)
7dffe0b Create DBC for HRV (#248)
b693985 Add LFAHDA message to hyundai
a57e7dd CANPacker: Subaru checksum support  (#241)
36c471e Fixed signals order and added new signals for subaru global (#221)
7b5a1fc BMW 2008-2013 (#230)
cc09af7 Add RPM signal (#216)
47db923 Add SWA_01 message detail and CRC support for VW MQB (#236)
c98fe2a Fixed signal unknown1 overlapping the button bits (#239)
572261e Rear Cross Traffic Alert
044730a Speed limit signs
87b1a21 Pedals/gear, gas pedal scale value
ce78044 Tracking the steer angle with LKAS signal
7f19ab4 Introduce the new  mazda 3  2019/2020 dbc
e585206 traffic sign speed limit
00bad5e Speed Auto High Beam Traffic signs
9d080ea Nissan leaf (#238)
50fbbe7 nissan x trail cleanup (#237)

git-subtree-dir: opendbc
git-subtree-split: 4e796e0
pd0wm pushed a commit that referenced this pull request May 9, 2020
f1e69a6 Fix wrong message size in Chrysler
54482cf Fix GM message signal sizes
4e796e0 Fix wrong message sizes in Nissan
fb6c1ee Better GEAR signal tracking the gear stick rather than the gear box (#257)
d7a2efb Raw angle signal data for easy checksum calc, and one less gear bit (#254)
7456061 add checksum check to can parser for subaru
7f3b177 Chrysler: calculate checksum in can packer/parser (#255)
0c02155 Rename BYTE_ to SET_ME_X (#253)
1efe437 Add values for a static 0xe5 (honda bosch) (#250)
7dffe0b Create DBC for HRV (#248)
b693985 Add LFAHDA message to hyundai
a57e7dd CANPacker: Subaru checksum support  (#241)
36c471e Fixed signals order and added new signals for subaru global (#221)
7b5a1fc BMW 2008-2013 (#230)
cc09af7 Add RPM signal (#216)
47db923 Add SWA_01 message detail and CRC support for VW MQB (#236)
c98fe2a Fixed signal unknown1 overlapping the button bits (#239)
572261e Rear Cross Traffic Alert
044730a Speed limit signs
87b1a21 Pedals/gear, gas pedal scale value
ce78044 Tracking the steer angle with LKAS signal
7f19ab4 Introduce the new  mazda 3  2019/2020 dbc
e585206 traffic sign speed limit
00bad5e Speed Auto High Beam Traffic signs
9d080ea Nissan leaf (#238)
50fbbe7 nissan x trail cleanup (#237)

git-subtree-dir: opendbc
git-subtree-split: f1e69a6
pd0wm pushed a commit that referenced this pull request May 10, 2020
f1e69a6 Fix wrong message size in Chrysler
54482cf Fix GM message signal sizes
4e796e0 Fix wrong message sizes in Nissan
fb6c1ee Better GEAR signal tracking the gear stick rather than the gear box (#257)
d7a2efb Raw angle signal data for easy checksum calc, and one less gear bit (#254)
7456061 add checksum check to can parser for subaru
7f3b177 Chrysler: calculate checksum in can packer/parser (#255)
0c02155 Rename BYTE_ to SET_ME_X (#253)
1efe437 Add values for a static 0xe5 (honda bosch) (#250)
7dffe0b Create DBC for HRV (#248)
b693985 Add LFAHDA message to hyundai
a57e7dd CANPacker: Subaru checksum support  (#241)
36c471e Fixed signals order and added new signals for subaru global (#221)
7b5a1fc BMW 2008-2013 (#230)
cc09af7 Add RPM signal (#216)
47db923 Add SWA_01 message detail and CRC support for VW MQB (#236)
c98fe2a Fixed signal unknown1 overlapping the button bits (#239)
572261e Rear Cross Traffic Alert
044730a Speed limit signs
87b1a21 Pedals/gear, gas pedal scale value
ce78044 Tracking the steer angle with LKAS signal
7f19ab4 Introduce the new  mazda 3  2019/2020 dbc
e585206 traffic sign speed limit
00bad5e Speed Auto High Beam Traffic signs
9d080ea Nissan leaf (#238)
50fbbe7 nissan x trail cleanup (#237)

git-subtree-dir: opendbc
git-subtree-split: f1e69a6
pd0wm pushed a commit that referenced this pull request May 10, 2020
f1e69a6 Fix wrong message size in Chrysler
54482cf Fix GM message signal sizes
4e796e0 Fix wrong message sizes in Nissan
fb6c1ee Better GEAR signal tracking the gear stick rather than the gear box (#257)
d7a2efb Raw angle signal data for easy checksum calc, and one less gear bit (#254)
7456061 add checksum check to can parser for subaru
7f3b177 Chrysler: calculate checksum in can packer/parser (#255)
0c02155 Rename BYTE_ to SET_ME_X (#253)
1efe437 Add values for a static 0xe5 (honda bosch) (#250)
7dffe0b Create DBC for HRV (#248)
b693985 Add LFAHDA message to hyundai
a57e7dd CANPacker: Subaru checksum support  (#241)
36c471e Fixed signals order and added new signals for subaru global (#221)
7b5a1fc BMW 2008-2013 (#230)
cc09af7 Add RPM signal (#216)
47db923 Add SWA_01 message detail and CRC support for VW MQB (#236)
c98fe2a Fixed signal unknown1 overlapping the button bits (#239)
572261e Rear Cross Traffic Alert
044730a Speed limit signs
87b1a21 Pedals/gear, gas pedal scale value
ce78044 Tracking the steer angle with LKAS signal
7f19ab4 Introduce the new  mazda 3  2019/2020 dbc
e585206 traffic sign speed limit
00bad5e Speed Auto High Beam Traffic signs
9d080ea Nissan leaf (#238)
50fbbe7 nissan x trail cleanup (#237)

git-subtree-dir: opendbc
git-subtree-split: f1e69a6
pd0wm pushed a commit that referenced this pull request May 11, 2020
f1e69a6 Fix wrong message size in Chrysler
54482cf Fix GM message signal sizes
4e796e0 Fix wrong message sizes in Nissan
fb6c1ee Better GEAR signal tracking the gear stick rather than the gear box (#257)
d7a2efb Raw angle signal data for easy checksum calc, and one less gear bit (#254)
7456061 add checksum check to can parser for subaru
7f3b177 Chrysler: calculate checksum in can packer/parser (#255)
0c02155 Rename BYTE_ to SET_ME_X (#253)
1efe437 Add values for a static 0xe5 (honda bosch) (#250)
7dffe0b Create DBC for HRV (#248)
b693985 Add LFAHDA message to hyundai
a57e7dd CANPacker: Subaru checksum support  (#241)
36c471e Fixed signals order and added new signals for subaru global (#221)
7b5a1fc BMW 2008-2013 (#230)
cc09af7 Add RPM signal (#216)
47db923 Add SWA_01 message detail and CRC support for VW MQB (#236)
c98fe2a Fixed signal unknown1 overlapping the button bits (#239)
572261e Rear Cross Traffic Alert
044730a Speed limit signs
87b1a21 Pedals/gear, gas pedal scale value
ce78044 Tracking the steer angle with LKAS signal
7f19ab4 Introduce the new  mazda 3  2019/2020 dbc
e585206 traffic sign speed limit
00bad5e Speed Auto High Beam Traffic signs
9d080ea Nissan leaf (#238)
50fbbe7 nissan x trail cleanup (#237)

git-subtree-dir: opendbc
git-subtree-split: f1e69a6
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