We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9f62a commit c4a9abeCopy full SHA for c4a9abe
1 file changed
GEMstack/knowledge/vehicle/gem_e2_dynamics.yaml
@@ -14,7 +14,7 @@ max_accelerator_power_reverse: 10000.0 #Watts. Power (backwards) in reverse gea
14
15
acceleration_model : kris_v1
16
accelerator_active_range : [0.32, 1.0] #range of accelerator pedal where output acceleration is not flat
17
-brake_active_range : [0,1] #range of brake pedal where output deceleration is not flat
+brake_active_range : [0.25,1] #range of brake pedal where output deceleration is not flat
18
19
internal_dry_deceleration: 0.2 #m/s^2: deceleration due to internal dry friction (non-speed dependent)
20
internal_viscous_deceleration: 0.05 #1/s: scales the current velocity to get deceleration due to internal viscous friction (speed dependent)
0 commit comments