mirror of
https://github.com/commaai/msgq.git
synced 2026-06-13 00:14:32 +08:00
add desired angle to logs (#229)
This commit is contained in:
@@ -611,6 +611,8 @@ struct ControlsState @0x97ff69c53601abf1 {
|
||||
delta @8 :Float32;
|
||||
output @9 :Float32;
|
||||
saturated @10 :Bool;
|
||||
steeringAngleDesiredDeg @11 :Float32;
|
||||
steeringRateDesiredDeg @12 :Float32;
|
||||
}
|
||||
|
||||
struct LateralPIDState {
|
||||
@@ -623,6 +625,7 @@ struct ControlsState @0x97ff69c53601abf1 {
|
||||
f @6 :Float32;
|
||||
output @7 :Float32;
|
||||
saturated @8 :Bool;
|
||||
steeringAngleDesiredDeg @9 :Float32;
|
||||
}
|
||||
|
||||
struct LateralLQRState {
|
||||
@@ -632,6 +635,7 @@ struct ControlsState @0x97ff69c53601abf1 {
|
||||
output @3 :Float32;
|
||||
lqrOutput @4 :Float32;
|
||||
saturated @5 :Bool;
|
||||
steeringAngleDesiredDeg @6 :Float32;
|
||||
}
|
||||
|
||||
struct LateralAngleState {
|
||||
@@ -639,6 +643,7 @@ struct ControlsState @0x97ff69c53601abf1 {
|
||||
steeringAngleDeg @1 :Float32;
|
||||
output @2 :Float32;
|
||||
saturated @3 :Bool;
|
||||
steeringAngleDesiredDeg @4 :Float32;
|
||||
}
|
||||
|
||||
struct LateralDebugState {
|
||||
|
||||
Reference in New Issue
Block a user