From 1b1ddfd24970fcc4c2645b557c4dae3b98016fd4 Mon Sep 17 00:00:00 2001 From: lukasmittag Date: Wed, 24 Jan 2024 10:23:40 +0100 Subject: [PATCH] Fix DBC file (again) --- .../lib/seat_adjuster/seat_controller/seat_ecu.dbc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/seat_service/src/lib/seat_adjuster/seat_controller/seat_ecu.dbc b/seat_service/src/lib/seat_adjuster/seat_controller/seat_ecu.dbc index e913c0e..6c5f706 100644 --- a/seat_service/src/lib/seat_adjuster/seat_controller/seat_ecu.dbc +++ b/seat_service/src/lib/seat_adjuster/seat_controller/seat_ecu.dbc @@ -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"; @@ -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" ;