Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 8, 2023
1 parent 606795d commit fc7c7f2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions planning/behavior_path_planner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ set(COMPILE_WITH_OLD_ARCHITECTURE TRUE) # <- HERE
### input

#### Mandatory

| Name | Type | Description |
|:---------------------------|:-------------------------------------------------------|:--------------------------------------------------------------------------------------|
| :------------------------- | :----------------------------------------------------- | :------------------------------------------------------------------------------------ |
| ~/input/odometry | `nav_msgs::msg::Odometry` | for ego velocity. |
| ~/input/accel | `geometry_msgs::msg::AccelWithCovarianceStamped` | for ego acceleration. |
| ~/input/objects | `autoware_auto_perception_msgs::msg::PredictedObjects` | dynamic objects from perception module. |
Expand All @@ -93,9 +94,10 @@ set(COMPILE_WITH_OLD_ARCHITECTURE TRUE) # <- HERE
| ~/input/route | `autoware_auto_mapping_msgs::msg::LaneletRoute` | current route from start to goal. |

#### Optional
| Name | Type | Description |
|:---------------------------|:-------------------------------------------------------|:--------------------------------------------------------------------------------------|
| ~/input/lateral_offset | `tier4_planning_msgs::msg::LateralOffset` | lateral offset from the |

| Name | Type | Description |
| :--------------------- | :---------------------------------------- | :---------------------- |
| ~/input/lateral_offset | `tier4_planning_msgs::msg::LateralOffset` | lateral offset from the |

## General features of behavior path planner

Expand Down

0 comments on commit fc7c7f2

Please sign in to comment.