Skip to content

Commit

Permalink
Rm duplicate enums? (#575)
Browse files Browse the repository at this point in the history
Duplicate enums
  • Loading branch information
haraschax authored Jun 5, 2024
1 parent d0ceac7 commit 9eadf17
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -1140,29 +1140,6 @@ struct LateralPlan @0xe1e9318e2ae8b51e {
u @1 :List(Float32);
}

enum Desire {
none @0;
turnLeft @1;
turnRight @2;
laneChangeLeft @3;
laneChangeRight @4;
keepLeft @5;
keepRight @6;
}

enum LaneChangeState {
off @0;
preLaneChange @1;
laneChangeStarting @2;
laneChangeFinishing @3;
}

enum LaneChangeDirection {
none @0;
left @1;
right @2;
}

# deprecated
curvatureDEPRECATED @22 :Float32;
curvatureRateDEPRECATED @23 :Float32;
Expand Down

0 comments on commit 9eadf17

Please sign in to comment.