Skip to content

Commit

Permalink
fix(control_launch): revert the vehicle speed threshold for steering …
Browse files Browse the repository at this point in the history
…operation (autowarefoundation#135)

* Revert "fix(trajectory_follower): change stop check speed threshold to almost 0 (autowarefoundation#246)"

This reverts commit 0cdd76c.

* Revert "fix(trajectory_follower): change stop check speed threshold to 0 (autowarefoundation#232)"

This reverts commit 3bd7d8f.

Co-authored-by: Tomoya Kimura <tomoya.kimura@tier4.jp>
  • Loading branch information
mkuri and tkimura4 authored Apr 27, 2022
1 parent 80a618b commit 95789a2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
steering_lpf_cutoff_hz: 3.0 # cutoff frequency of lowpass filter for steering command [Hz]
error_deriv_lpf_cutoff_hz: 5.0

# stop state: steering command is kept in the previous value in the stop state.
stop_state_entry_ego_speed: 0.001
stop_state_entry_target_speed: 0.001
# stop state
stop_state_entry_ego_speed: 0.2
stop_state_entry_target_speed: 0.5

# vehicle parameters
vehicle:
Expand Down

0 comments on commit 95789a2

Please sign in to comment.