Skip to content

Commit 7d56f33

Browse files
jarvisjarvis
authored andcommitted
New Branch with all implementation of Jugal's Work
1 parent f587a81 commit 7d56f33

6 files changed

Lines changed: 701 additions & 12 deletions

File tree

GEMstack/knowledge/defaults/current.yaml

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

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

2929
# Shared longitudinal control parameters
3030
longitudinal_control:
31-
pid_p: 1.5 # Proportional gain for speed PID controller
31+
pid_p: 1 # Proportional gain for speed PID controller
3232
pid_i: 0.1 # Integral gain for speed PID controller
3333
pid_d: 0.0 # Derivative gain for speed PID controller
3434

0 commit comments

Comments
 (0)