Skip to content

Commit

Permalink
TurnSpeedLimitController
Browse files Browse the repository at this point in the history
  • Loading branch information
alfhern committed Jan 29, 2024
1 parent fd5a05d commit 99325a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -1023,10 +1023,10 @@ struct LongitudinalPlan @0xe00b5b3eba12876c {
distToSpeedLimit @42 :Float32;
isMapSpeedLimit @43 :Bool;

distToTurn @43 :Float32;
turnSpeed @44 :Float32;
turnSpeedControlState @45 :SpeedLimitControlState;
turnSign @46 :Int16;
distToTurn @44 :Float32;
turnSpeed @45 :Float32;
turnSpeedControlState @46 :SpeedLimitControlState;
turnSign @47 :Int16;

enum LongitudinalPlanSource {
cruise @0;
Expand Down

0 comments on commit 99325a7

Please sign in to comment.