mirror of https://github.com/commaai/cereal.git
add curvature controls to actuators
This commit is contained in:
parent
941f678bee
commit
7205ede545
|
@ -335,6 +335,8 @@ struct CarControl {
|
|||
steer @2: Float32;
|
||||
steeringAngleDeg @3: Float32;
|
||||
|
||||
curvature @7: Float32;
|
||||
|
||||
speed @6: Float32; # m/s
|
||||
accel @4: Float32; # m/s^2
|
||||
longControlState @5: LongControlState;
|
||||
|
@ -346,7 +348,6 @@ struct CarControl {
|
|||
|
||||
startingDEPRECATED @3;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
struct CruiseControl {
|
||||
|
|
Loading…
Reference in New Issue