|
|
@ -336,12 +336,10 @@ struct CarControl { |
|
|
|
latActive @11: Bool; |
|
|
|
latActive @11: Bool; |
|
|
|
longActive @12: Bool; |
|
|
|
longActive @12: Bool; |
|
|
|
|
|
|
|
|
|
|
|
# Actuator commands as computed by controlsd |
|
|
|
# Final actuator commands |
|
|
|
actuators @6 :Actuators; |
|
|
|
actuators @6 :Actuators; |
|
|
|
|
|
|
|
|
|
|
|
# moved to CarOutput |
|
|
|
# Blinker controls |
|
|
|
actuatorsOutputDEPRECATED @10 :Actuators; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
leftBlinker @15: Bool; |
|
|
|
leftBlinker @15: Bool; |
|
|
|
rightBlinker @16: Bool; |
|
|
|
rightBlinker @16: Bool; |
|
|
|
|
|
|
|
|
|
|
@ -431,6 +429,7 @@ struct CarControl { |
|
|
|
activeDEPRECATED @7 :Bool; |
|
|
|
activeDEPRECATED @7 :Bool; |
|
|
|
rollDEPRECATED @8 :Float32; |
|
|
|
rollDEPRECATED @8 :Float32; |
|
|
|
pitchDEPRECATED @9 :Float32; |
|
|
|
pitchDEPRECATED @9 :Float32; |
|
|
|
|
|
|
|
actuatorsOutputDEPRECATED @10 :Actuators; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
struct CarOutput { |
|
|
|
struct CarOutput { |
|
|
|