mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-21 06:02:29 +08:00
updated
This commit is contained in:
+3
-4
@@ -209,9 +209,9 @@ struct CarControlSP @0xb86e6369214c01c8 {
|
||||
struct CustomStockLongitudinalControl {
|
||||
state @0 :ButtonControlState;
|
||||
cruiseButton @1 :Int16;
|
||||
finalSpeedKph @2 :Float32;
|
||||
targetSpeed @3 :Float32;
|
||||
vCruise @4 :Float32;
|
||||
finalSpeedKphDEPRECATED @2 :Float32;
|
||||
vTarget @3 :Float32;
|
||||
vCruiseCluster @4 :Float32;
|
||||
|
||||
enum ButtonControlState {
|
||||
inactive @0; # No button press or default state
|
||||
@@ -219,7 +219,6 @@ struct CarControlSP @0xb86e6369214c01c8 {
|
||||
accelerating @2; # Increasing speed
|
||||
decelerating @3; # Decreasing speed
|
||||
holding @4; # Holding steady speed
|
||||
resetting @5; # Resetting to default state
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user