Skip to content

Commit

Permalink
Move personality to controlsState (#602)
Browse files Browse the repository at this point in the history
* move personality to controlsState

* move down
  • Loading branch information
sshane authored Mar 13, 2024
1 parent 53af164 commit 4305350
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,7 @@ struct ControlsState @0x97ff69c53601abf1 {
active @36 :Bool;

experimentalMode @64 :Bool;
personality @66 :LongitudinalPersonality;

longControlState @30 :Car.CarControl.Actuators.LongControlState;
vPid @2 :Float32;
Expand Down Expand Up @@ -1053,7 +1054,6 @@ struct LongitudinalPlan @0xe00b5b3eba12876c {
jerks @34 :List(Float32);

solverExecutionTime @35 :Float32;
personality @36 :LongitudinalPersonality;

enum LongitudinalPlanSource {
cruise @0;
Expand Down Expand Up @@ -1091,6 +1091,7 @@ struct LongitudinalPlan @0xe00b5b3eba12876c {
eventsDEPRECATED @13 :List(Car.CarEvent);
gpsTrajectoryDEPRECATED @12 :GpsTrajectory;
gpsPlannerActiveDEPRECATED @19 :Bool;
personalityDEPRECATED @36 :LongitudinalPersonality;

struct GpsTrajectory {
x @0 :List(Float32);
Expand Down

0 comments on commit 4305350

Please sign in to comment.