Skip to content

Commit

Permalink
CarParams: add field for auto resume capability (commaai#349)
Browse files Browse the repository at this point in the history
* Add field for auto resume

* Update car.capnp

* add a comment section
  • Loading branch information
sshane authored Aug 30, 2022
1 parent c4cc38c commit aaf67ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions car.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,10 @@ struct CarParams {
maxSteeringAngleDeg @54 :Float32;
safetyConfigs @62 :List(SafetyConfig);
alternativeExperience @65 :Int16; # panda flag for features like no disengage on gas

# Car docs fields
maxLateralAccel @68 :Float32;
autoResumeSng @69 :Bool; # describes whether car can resume from a stop automatically

steerMaxBPDEPRECATED @11 :List(Float32);
steerMaxVDEPRECATED @12 :List(Float32);
Expand Down

0 comments on commit aaf67ac

Please sign in to comment.