Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Fix DBC file (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmittag committed Jan 24, 2024
1 parent 53a8861 commit 1b1ddfd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions seat_service/src/lib/seat_adjuster/seat_controller/seat_ecu.dbc
Original file line number Diff line number Diff line change
Expand Up @@ -173,17 +173,17 @@ CM_ SG_ 1800 MOTOR1_SET_RPM "0 ... 255 = 0 ... 25500 RPM
CM_ SG_ 1800 MOTOR1_MANUAL_CMD "0 = off; 1 = dec; 2 = inc; 3 = invalid";
CM_ SG_ 1799 MOTOR4_SET_RPM "0 ... 255 = 0 ... 25500 RPM
";
CM_ SG_ 1799 MOTOR4_MANUAL_CMD "0 = off; 2 = dec; 1 = inc; 3 = invalid";
CM_ SG_ 1799 MOTOR4_MANUAL_CMD "0 = off; 1 = dec; 2 = inc; 3 = invalid";
CM_ SG_ 1799 MOTOR3_SET_RPM "0 ... 255 = 0 ... 25500 RPM
";
CM_ SG_ 1799 MOTOR3_MANUAL_CMD "0 = off; 2 = dec; 1 = inc; 3 = invalid";
CM_ SG_ 1799 MOTOR3_MANUAL_CMD "0 = off; 1 = dec; 2 = inc; 3 = invalid";
CM_ SG_ 1799 MOTOR2_SET_RPM "0 ... 255 = 0 ... 25500 RPM
";
CM_ SG_ 1799 MOTOR2_MANUAL_CMD "0 = off; 2 = dec; 1 = inc; 3 = invalid
CM_ SG_ 1799 MOTOR2_MANUAL_CMD "0 = off; 1 = dec; 2 = inc; 3 = invalid
";
CM_ SG_ 1799 MOTOR1_SET_RPM "0 ... 255 = 0 ... 25500 RPM
";
CM_ SG_ 1799 MOTOR1_MANUAL_CMD "0 = off; 2 = dec; 1 = inc; 3 = invalid";
CM_ SG_ 1799 MOTOR1_MANUAL_CMD "0 = off; 1 = dec; 2 = inc; 3 = invalid";
CM_ SG_ 1798 MOTOR4_SET_RPM "0 ... 255 = 0 ... 25500 RPM
";
CM_ SG_ 1798 MOTOR4_MANUAL_CMD "0 = off; 1 = dec; 2 = inc; 3 = invalid";
Expand Down Expand Up @@ -237,9 +237,9 @@ VAL_ 3221225472 MOTOR2_MOV_STATE 3 "DEF" 2 "INC" 1 "DEC" 0 "OFF" ;
VAL_ 3221225472 MOTOR2_LEARNING_STATE 2 "invalid" 1 "learned" 0 "not learned" ;
VAL_ 3221225472 MOTOR1_MOV_STATE 3 "DEF" 2 "INC" 1 "DEC" 0 "OFF" ;
VAL_ 3221225472 MOTOR1_LEARNING_STATE 2 "invalid" 1 "learned" 0 "not learned" ;
VAL_ 1812 MOTOR4_MOV_STATE 3 "DEF" 2 "INC" 1 "DEC" 0 "OFF" ;
VAL_ 1812 MOTOR4_MOV_STATE 3 "DEF" 1 "INC" 2 "DEC" 0 "OFF" ;
VAL_ 1812 MOTOR4_LEARNING_STATE 2 "invalid" 1 "learned" 0 "not learned" ;
VAL_ 1812 MOTOR3_MOV_STATE 3 "DEF" 2 "INC" 1 "DEC" 0 "OFF" ;
VAL_ 1812 MOTOR3_MOV_STATE 3 "DEF" 1 "INC" 2 "DEC" 0 "OFF" ;
VAL_ 1812 MOTOR3_LEARNING_STATE 2 "invalid" 1 "learned" 0 "not learned" ;
VAL_ 1812 MOTOR2_MOV_STATE 3 "DEF" 2 "INC" 1 "DEC" 0 "OFF" ;
VAL_ 1812 MOTOR2_LEARNING_STATE 2 "invalid" 1 "learned" 0 "not learned" ;
Expand Down

0 comments on commit 1b1ddfd

Please sign in to comment.