mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-09-18 10:23:43 +08:00
Reduce stopped deceleration rate from 2.0 to 0.5
This commit is contained in:
@@ -12,7 +12,7 @@ STOPPED_SPEED = 0.02
|
||||
STOPPING_TIME = 2.5
|
||||
MIN_STOPPING_HOLD_ACCEL = -0.2
|
||||
STOPPING_DECEL_RATE = 0.3
|
||||
STOPPED_DECEL_RATE = 2.0
|
||||
STOPPED_DECEL_RATE = 0.5
|
||||
|
||||
|
||||
class LongControlSP:
|
||||
|
||||
Reference in New Issue
Block a user