We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ed900 commit 4d99bb7Copy full SHA for 4d99bb7
1 file changed
GEMstack/knowledge/defaults/current.yaml
@@ -14,21 +14,21 @@ control:
14
pure_pursuit:
15
lookahead: 2.0
16
lookahead_scale: 2.0
17
- crosstrack_gain: 0.5
+ crosstrack_gain: 0.3
18
desired_speed: trajectory
19
longitudinal_control:
20
- pid_p: 1.0
21
- pid_i: 0.05
+ pid_p: 0.8
+ pid_i: 0.03
22
pid_d: 0.0
23
24
#configure the simulator, if using
25
simulator:
26
dt: 0.01
27
real_time_multiplier: 1.0 # make the simulator run faster than real time by making this > 1
28
gnss_emulator:
29
- dt: 0.1 #10Hz
+ dt: 0.05 #10Hz
30
#position_noise: 0.1 #10cm noise
31
#orientation_noise: 0.04 #2.3 degrees noise
32
#velocity_noise:
33
# constant: 0.04 #4cm/s noise
34
- # linear: 0.02 #2% noise
+ # linear: 0.02 #2% noise
0 commit comments