Skip to content

Commit

Permalink
fix(trajectory_follower): change stop check speed threshold to 0 (aut…
Browse files Browse the repository at this point in the history
…owarefoundation#232)

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
  • Loading branch information
TakaHoribe authored Mar 16, 2022
1 parent 769fe69 commit 3bd7d8f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
error_deriv_lpf_cutoff_hz: 5.0

# stop state
stop_state_entry_ego_speed: 0.2
stop_state_entry_target_speed: 0.5
stop_state_entry_ego_speed: 0.0
stop_state_entry_target_speed: 0.0

# vehicle parameters
vehicle:
Expand Down

0 comments on commit 3bd7d8f

Please sign in to comment.