Skip to content

Commit 95b09f3

Browse files
committed
removed hard coded max steering rate
1 parent 0cc0280 commit 95b09f3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

GEMstack/onboard/planning/velocity_profile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ def limit_velocity_by_steering_rate(ds, velocity, wheelbase, max_steering_rate,
204204
# max steering wheel rate to steering rate
205205
# raise ValueError(max_steering_rate)
206206
max_steering_rate = steer2front(max_steering_rate)
207-
max_steering_rate = 0.2
208207

209208
# Limit velocity where steering rate exceeds max
210209
limited_velocity = np.copy(velocity)

0 commit comments

Comments
 (0)