Skip to content

Commit

Permalink
readd vision turn controller
Browse files Browse the repository at this point in the history
  • Loading branch information
rav4kumar committed Dec 19, 2023
1 parent 048d1e9 commit e9de417
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions custom.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,15 @@ struct LiveMapData @0x81c2f05a394cf4af {
struct LongitudinalPlanExt @0xaedffd8f31e7b55d {
dpE2EIsBlended @0 :Bool;
de2eIsEnabled @1 :Bool;
visionTurnControllerState @3 :VisionTurnControllerState;
visionTurnSpeed @4 :Float32;

enum VisionTurnControllerState {
disabled @0; # No predicted substancial turn on vision range or feature disabled.
entering @1; # A subsantial turn is predicted ahead, adapting speed to turn confort levels.
turning @2; # Actively turning. Managing acceleration to provide a roll on turn feeling.
leaving @3; # Road ahead straightens. Start to allow positive acceleration.
}
}

struct LateralPlanExt @0xf35cc4560bbf6ec2 {
Expand Down

0 comments on commit e9de417

Please sign in to comment.