Skip to content

Commit 56a144d

Browse files
update
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
1 parent 481c196 commit 56a144d

File tree

1 file changed

+1
-1
lines changed
  • planning/behavior_path_start_planner_module

1 file changed

+1
-1
lines changed

planning/behavior_path_start_planner_module/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The `StartPlannerModule` is designed to initiate its execution based on specific
8181

8282
1. **Start pose on the middle of the road**: The module will not initiate if the start pose of the vehicle is determined to be in the middle of the road. This ensures the planner starts from a roadside position.
8383

84-
2. **Vehicle far from start position**: If the vehicle is far from the start position, the module will not execute. This prevents redundant planning when the vehicle is already in position.
84+
2. **Vehicle is far from start position**: If the vehicle is far from the start position, the module will not execute. This prevents redundant execution when the new goal is given.
8585

8686
3. **Vehicle reached goal**: The module will not start if the vehicle has already reached its goal position, avoiding unnecessary execution when the destination is attained.
8787

0 commit comments

Comments
 (0)