Skip to content

Commit 4d99bb7

Browse files
authored
Tune Values in current.yaml so the car does not oscillate
1 parent a0ed900 commit 4d99bb7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

GEMstack/knowledge/defaults/current.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ control:
1414
pure_pursuit:
1515
lookahead: 2.0
1616
lookahead_scale: 2.0
17-
crosstrack_gain: 0.5
17+
crosstrack_gain: 0.3
1818
desired_speed: trajectory
1919
longitudinal_control:
20-
pid_p: 1.0
21-
pid_i: 0.05
20+
pid_p: 0.8
21+
pid_i: 0.03
2222
pid_d: 0.0
2323

2424
#configure the simulator, if using
2525
simulator:
2626
dt: 0.01
2727
real_time_multiplier: 1.0 # make the simulator run faster than real time by making this > 1
2828
gnss_emulator:
29-
dt: 0.1 #10Hz
29+
dt: 0.05 #10Hz
3030
#position_noise: 0.1 #10cm noise
3131
#orientation_noise: 0.04 #2.3 degrees noise
3232
#velocity_noise:
3333
# constant: 0.04 #4cm/s noise
34-
# linear: 0.02 #2% noise
34+
# linear: 0.02 #2% noise

0 commit comments

Comments
 (0)