You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/autoware_behavior_path_static_obstacle_avoidance_module/static_obstacle_avoidance.param.yaml
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,13 @@
5
5
resample_interval_for_planning: 0.3# [m] FOR DEVELOPER
6
6
resample_interval_for_output: 4.0# [m] FOR DEVELOPER
7
7
8
+
# drivable lane setting. this module is able to use not only current lane but also right/left lane
9
+
# if the current lane(=lanelet::Lanelet) and the right/left lane share the boundary(=lanelet::Linestring) in HDMap.
10
+
# "current_lane" : use only current lane. this module doesn't use adjacent lane to avoid object.
11
+
# "same_direction_lane" : this module uses same direction lane to avoid object if need.
12
+
# "opposite_direction_lane": this module uses both same direction and opposite direction lane.
0 commit comments