We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cc0280 commit 95b09f3Copy full SHA for 95b09f3
1 file changed
GEMstack/onboard/planning/velocity_profile.py
@@ -204,7 +204,6 @@ def limit_velocity_by_steering_rate(ds, velocity, wheelbase, max_steering_rate,
204
# max steering wheel rate to steering rate
205
# raise ValueError(max_steering_rate)
206
max_steering_rate = steer2front(max_steering_rate)
207
- max_steering_rate = 0.2
208
209
# Limit velocity where steering rate exceeds max
210
limited_velocity = np.copy(velocity)
0 commit comments