Skip to content

Commit a6080fd

Browse files
committed
Fix terminology: changed 'modulation' to 'modularization' in planning module
Signed-off-by: Guzman <guzgonav@gmail.com>
1 parent 67ce8c4 commit a6080fd

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The Planning Component comprises several sub-components:
5858

5959
Key aspects of this high-level design include:
6060

61-
#### Modulation of each function
61+
#### Modularization of each function
6262

6363
Essential Planning functions, such as route generation, lane changes, and intersection management, are modularized. These modules come with standardized interfaces, enabling easy addition or modification. More details on these interfaces will be discussed in subsequent sections. You can see the details about how to enable/disable each module in [the implementation documentation of Planning](https://autowarefoundation.github.io/autoware_universe/main/planning/#how-to-enable-or-disable-planning-module).
6464

0 commit comments

Comments
 (0)