Skip to content

Commit

Permalink
Parametrize startingBrakeRate (commaai#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
briskspirit authored Dec 16, 2020
1 parent af256ed commit a9058ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions car.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ struct CarParams {
radarOffCan @35 :Bool; # True when radar objects aren't visible on CAN
minSpeedCan @51 :Float32; # Minimum vehicle speed from CAN (below this value drops to 0)
stoppingBrakeRate @52 :Float32; # brake_travel/s while trying to stop
startingBrakeRate @53 :Float32; # brake_travel/s while releasing on restart

steerActuatorDelay @36 :Float32; # Steering wheel actuator delay in seconds
openpilotLongitudinalControl @37 :Bool; # is openpilot doing the longitudinal control?
Expand Down

0 comments on commit a9058ef

Please sign in to comment.