Skip to content

Commit

Permalink
fix(trajectory_follower): change stop check speed threshold to 0
Browse files Browse the repository at this point in the history
Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
  • Loading branch information
TakaHoribe committed Mar 3, 2022
1 parent 1bab84e commit 7b60421
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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
mass_kg: 2400.0
Expand All @@ -66,4 +66,3 @@
mass_rr: 600.0
cf: 155494.663
cr: 155494.663

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 7b60421

Please sign in to comment.