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

Toyota: Fix ACC_CONTROL_2 ACCEL_CMD scaling #1384

Merged
merged 1 commit into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion opendbc/dbc/generator/toyota/toyota_rav4_prime.dbc
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ BO_ 375 PCM_CRUISE_3: 8 XXX
SG_ MSG_CNT_LOWER : 39|2@0+ (1,0) [0|3] "" XXX

BO_ 387 ACC_CONTROL_2: 8 XXX
SG_ ACCEL_CMD : 7|16@0- (1,0) [0|65535] "" XXX
SG_ ACCEL_CMD : 7|16@0- (0.001,0) [-20|20] "m/s^2" HCU
SG_ AUTHENTICATOR : 35|28@0+ (1,0) [0|268435455] "" XXX
SG_ RESET_FLAG : 37|2@0+ (1,0) [0|3] "" XXX
SG_ MSG_CNT_LOWER : 39|2@0+ (1,0) [0|3] "" XXX
Expand Down
2 changes: 1 addition & 1 deletion opendbc/dbc/toyota_rav4_prime_generated.dbc
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ BO_ 375 PCM_CRUISE_3: 8 XXX
SG_ MSG_CNT_LOWER : 39|2@0+ (1,0) [0|3] "" XXX

BO_ 387 ACC_CONTROL_2: 8 XXX
SG_ ACCEL_CMD : 7|16@0- (1,0) [0|65535] "" XXX
SG_ ACCEL_CMD : 7|16@0- (0.001,0) [-20|20] "m/s^2" HCU
SG_ AUTHENTICATOR : 35|28@0+ (1,0) [0|268435455] "" XXX
SG_ RESET_FLAG : 37|2@0+ (1,0) [0|3] "" XXX
SG_ MSG_CNT_LOWER : 39|2@0+ (1,0) [0|3] "" XXX
Expand Down
Loading