Skip to content

Commit b50598b

Browse files
committed
Fixed the issue where the vehicle could not reverse when the speed was too slow. Fixed the oscillation issue when reversing.
1 parent 19521f9 commit b50598b

5 files changed

Lines changed: 557 additions & 554 deletions

File tree

GEMstack/knowledge/defaults/current.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ control:
2222

2323
# Stanley controller parameters (fine tune this)
2424
stanley:
25-
control_gain: 0.1
25+
control_gain: 1.5
2626
softening_gain: 0.2
2727
desired_speed: trajectory # Speed reference source: can be "trajectory", "path", or a constant value
2828

@@ -34,9 +34,9 @@ control:
3434

3535
# Shared longitudinal control parameters
3636
longitudinal_control:
37-
pid_p: 1.0 # Proportional gain for speed PID controller
37+
pid_p: 20.0 # Proportional gain for speed PID controller
3838
pid_i: 0.1 # Integral gain for speed PID controller
39-
pid_d: 0.0 # Derivative gain for speed PID controller
39+
pid_d: 1.0 # Derivative gain for speed PID controller
4040

4141
#configure the simulator, if using
4242
simulator:

0 commit comments

Comments
 (0)