|
1 | | -mass: 300.0 #kg |
| 1 | +mass: 700.0 #kg |
2 | 2 | gravity: 9.81 #m/s^2 |
3 | | -longitudinal_friction : 1.0 # unitless |
4 | | -lateral_friction : 1.0 # unitless |
5 | | -max_brake_deceleration: 8.0 #m/s^2. Deceleration at max brake pedal |
6 | | -max_accelerator_acceleration: #m/s^2. Acceleration at max accelerator pedal, by gear |
| 3 | +longitudinal_friction : 1.0 # unitless TODO find make/model of tires |
| 4 | +lateral_friction : 1.0 # unitless (I will bet these things do not have 1 coefficent of fricition) |
| 5 | +max_brake_deceleration: 8.0 #m/s^2. Deceleration at max brake pedal TODO (un cap this cap) |
| 6 | +max_accelerator_acceleration: #m/s^2. Acceleration at max accelerator pedal, by gear (un cap this cap) |
7 | 7 | - 0.0 |
8 | 8 | - 5.0 |
9 | 9 | max_accelerator_acceleration_reverse: 2.5 #m/s^2. Acceleration (backwards) in reverse gear |
10 | | -max_accelerator_power: #Watts. Power at max accelerator pedal, by gear |
| 10 | +max_accelerator_power: #Watts. Power at max accelerator pedal, by gear (updated from website) |
11 | 11 | - 0.0 |
12 | | - - 10000.0 |
13 | | -max_accelerator_power_reverse: 10000.0 #Watts. Power (backwards) in reverse gear |
| 12 | + - 5000.0 |
| 13 | +max_accelerator_power_reverse: 5000.0 #Watts. Power (backwards) in reverse gear |
14 | 14 |
|
15 | | -acceleration_model : kris_v1 |
| 15 | +acceleration_model : hang_v1 |
16 | 16 | accelerator_active_range : [0.2, 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 |
| 17 | +brake_active_range : [0.5,1] #range of brake pedal where output deceleration is not flat |
18 | 18 |
|
19 | 19 | internal_dry_deceleration: 0.2 #m/s^2: deceleration due to internal dry friction (non-speed dependent) |
20 | 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