Skip to content

Commit

Permalink
feat(autoware_launch): suppress flickering to entry slow down (#382)
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 authored and 1222-takeshi committed Jun 16, 2023
1 parent c5f4f05 commit bdbb3e8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@
max_lat_margin: 1.1 # lateral margin between obstacle and trajectory band with ego's width
lat_hysteresis_margin: 0.2

successive_num_to_entry_slow_down_condition: 5
successive_num_to_exit_slow_down_condition: 5

cruise:
pid_based_planner:
use_velocity_limit_based_planner: true
Expand Down

0 comments on commit bdbb3e8

Please sign in to comment.