Skip to content

Commit

Permalink
Merge branch 'commaai:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
rav4kumar authored Mar 14, 2024
2 parents 2e8e850 + 4305350 commit 2721860
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ repos:
- id: check-executables-have-shebangs
- id: check-shebang-scripts-are-executable
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.9.0
hooks:
- id: mypy
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.0
rev: v0.3.2
hooks:
- id: ruff
- repo: local
Expand Down
5 changes: 4 additions & 1 deletion log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@ struct CanData {
}

struct DeviceState @0xa4d8b5af2aa492eb {
deviceType @45 :InitData.DeviceType;

networkType @22 :NetworkType;
networkInfo @31 :NetworkInfo;
networkStrength @24 :NetworkStrength;
Expand Down Expand Up @@ -685,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 @@ -1051,7 +1054,6 @@ struct LongitudinalPlan @0xe00b5b3eba12876c {
jerks @34 :List(Float32);

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

enum LongitudinalPlanSource {
cruise @0;
Expand Down Expand Up @@ -1089,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 2721860

Please sign in to comment.