Skip to content

Commit

Permalink
feat(autoware_launch): add enable_pub_extra_debug_marker in obstacle_…
Browse files Browse the repository at this point in the history
…avoidance_planner (autowarefoundation#368)

feat(autoware_launch): add enable_pub_extra_debug_marker in obstacle_avoidance_planner (autowarefoundation#512)

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
  • Loading branch information
takayuki5168 authored Aug 21, 2023
1 parent 2398dec commit 3851f70
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
debug:
# flag to publish
enable_pub_debug_marker: true # publish debug marker
enable_pub_extra_debug_marker: false # publish extra debug marker

# flag to show
enable_debug_info: false
Expand Down Expand Up @@ -104,7 +105,7 @@

# avoidance
avoidance:
max_bound_fixing_time: 3.0 # [s]
max_bound_fixing_time: 1.0 # [s]
max_longitudinal_margin_for_bound_violation: 1.0 # [m]
max_avoidance_cost: 0.5 # [m]
avoidance_cost_margin: 0.0 # [m]
Expand Down

0 comments on commit 3851f70

Please sign in to comment.