Skip to content

Commit 8faaaa8

Browse files
docs: fix the typo (trajectory -> path). (#428)
Fix the typo (trajectory -> path).
1 parent 65bb0bf commit 8faaaa8

File tree

1 file changed

+1
-1
lines changed
  • docs/design/autoware-architecture/planning

1 file changed

+1
-1
lines changed

docs/design/autoware-architecture/planning/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The Planning component consists of the following sub-components:
3333
- **Mission Planning**: Calculates the route based on the given goal and map information.
3434
- **Scenario Planning**: Determines the trajectory based on the current scenario, such as Lane Driving or Parking.
3535
- **Lane Driving**: Calculates the trajectory for driving within constructed lanes.
36-
- **Behavior Planner**: Calculates suitable trajectory based on safety considerations and traffic rules.
36+
- **Behavior Planner**: Calculates suitable path based on safety considerations and traffic rules.
3737
- **Motion Planner**: Calculates suitable trajectory for the vehicle by taking into account safety factors, vehicle motion considerations, and instructions from the behavior planner.
3838
- **Parking**: Calculates the trajectory for parking in unstructured areas.
3939
- **Validation**: Verifies the safety of the trajectory.

0 commit comments

Comments
 (0)