Skip to content

Commit

Permalink
New camry steer message (#149)
Browse files Browse the repository at this point in the history
* New steer message

More accuracy and less latency

* Fixed range

* Removed extra line

* Moved signal to the correct message and ran generator

Saw checksum and threw it under the wrong message
  • Loading branch information
bugsy924 authored and rbiasini committed Mar 26, 2019
1 parent 6cd0238 commit 3a55ae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions generator/toyota/toyota_camry_hybrid_2018_pt.dbc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ BO_ 608 STEER_TORQUE_SENSOR: 8 XXX
SG_ STEER_TORQUE_DRIVER : 15|16@0- (1,0) [-32768|32767] "" XXX
SG_ STEER_OVERRIDE : 0|1@0+ (1,0) [0|1] "" XXX
SG_ CHECKSUM : 63|8@0+ (1,0) [0|255] "" XXX
SG_ STEER_ANGLE : 31|16@0- (0.05527,0) [-500|500] "" XXX

BO_ 610 EPS_STATUS: 8 EPS
SG_ IPAS_STATE : 3|4@0+ (1,0) [0|15] "" XXX
Expand Down
1 change: 1 addition & 0 deletions toyota_camry_hybrid_2018_pt_generated.dbc
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ BO_ 608 STEER_TORQUE_SENSOR: 8 XXX
SG_ STEER_TORQUE_DRIVER : 15|16@0- (1,0) [-32768|32767] "" XXX
SG_ STEER_OVERRIDE : 0|1@0+ (1,0) [0|1] "" XXX
SG_ CHECKSUM : 63|8@0+ (1,0) [0|255] "" XXX
SG_ STEER_ANGLE : 31|16@0- (0.05527,0) [-500|500] "" XXX

BO_ 610 EPS_STATUS: 8 EPS
SG_ IPAS_STATE : 3|4@0+ (1,0) [0|15] "" XXX
Expand Down

0 comments on commit 3a55ae9

Please sign in to comment.