Skip to content

Commit e05dbf8

Browse files
takayuki5168danielsanchezaran
authored andcommitted
feat: enable dynamic_avoidance and disable outside_drivable_area_stop
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
1 parent 31ad59a commit e05dbf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

autoware_launch/config/planning/preset/default_preset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ launch:
88
default: "true"
99
- arg:
1010
name: launch_dynamic_avoidance_module
11-
default: "false"
11+
default: "true"
1212
- arg:
1313
name: launch_sampling_planner_module
1414
default: "false" # Warning, experimental module, use only in simulations

autoware_launch/config/planning/scenario_planning/lane_driving/motion_planning/obstacle_avoidance_planner/obstacle_avoidance_planner.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
option:
44
enable_skip_optimization: false # skip elastic band and model predictive trajectory
55
enable_reset_prev_optimization: false # If true, optimization has no fix constraint to the previous result.
6-
enable_outside_drivable_area_stop: true # stop if the ego's trajectory footprint is outside the drivable area
6+
enable_outside_drivable_area_stop: false # stop if the ego's trajectory footprint is outside the drivable area
77
use_footprint_polygon_for_outside_drivable_area_check: false # If false, only the footprint's corner points are considered.
88

99
debug:

0 commit comments

Comments
 (0)