Skip to content

Commit a2bb8f7

Browse files
committed
docs(goal_planner): update parameter description
Signed-off-by: Keisuke Shima <19993104+KeisukeShima@users.noreply.github.com>
1 parent fa6d8c5 commit a2bb8f7

File tree

1 file changed

+1
-2
lines changed
  • planning/behavior_path_planner/autoware_behavior_path_goal_planner_module

1 file changed

+1
-2
lines changed

planning/behavior_path_planner/autoware_behavior_path_goal_planner_module/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,7 @@ The gray numbers represent objects to avoid, and you can see that the goal in fr
184184
| longitudinal_margin | [m] | double | margin between ego-vehicle at the goal position and obstacles | 3.0 |
185185
| max_lateral_offset | [m] | double | maximum offset of goal search in the lateral direction | 0.5 |
186186
| lateral_offset_interval | [m] | double | distance interval of goal search in the lateral direction | 0.25 |
187-
| ignore_distance_from_lane_start | [m] | double | distance from start of pull over lanes for ignoring goal candidates | 0.0 |
188-
| ignore_distance_from_lane_start | [m] | double | distance from start of pull over lanes for ignoring goal candidates | 0.0 |
187+
| ignore_distance_from_lane_start | [m] | double | This parameter ensures that the distance between the start of the shoulder lane and the goal is not less than the specified value. It's used to prevent setting goals too close to the beginning of the shoulder lane, which might lead to unsafe or impractical pull-over maneuvers. Increasing this value will force the system to ignore potential goal positions near the start of the shoulder lane, potentially leading to safer and more comfortable pull-over locations. | 0.0 |
189188
| margin_from_boundary | [m] | double | distance margin from edge of the shoulder lane | 0.5 |
190189

191190
## **Pull Over**

0 commit comments

Comments
 (0)