You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: planning/behavior_path_planner/autoware_behavior_path_planner/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ The Planner Manager's responsibilities include:
98
98
|~/input/traffic_signals | ○ |`autoware_perception_msgs::msg::TrafficLightGroupArray`| Traffic signal information from the perception module |
99
99
|~/input/vector_map | ○ |`autoware_map_msgs::msg::LaneletMapBin`| Vector map information |
100
100
|~/input/route | ○ |`autoware_planning_msgs::msg::LaneletRoute`| Current route from start to goal |
101
-
|~/input/scenario | ○ |`tier4_planning_msgs::msg::Scenario`| Launches Behavior Path Planner if current scenario == `Scenario:LaneDriving`|
101
+
|~/input/scenario | ○ |`autoware_internal_planning_msgs::msg::Scenario`| Launches Behavior Path Planner if current scenario == `Scenario:LaneDriving`|
102
102
|~/input/lateral_offset | △ |`tier4_planning_msgs::msg::LateralOffset`| Lateral offset to trigger side shift |
103
103
|~/system/operation_mode/state | ○ |`autoware_adapi_v1_msgs::msg::OperationModeState`| Allows the planning module to know if vehicle is in autonomous mode or if it can be controlled<sup>[ref](https://github.com/autowarefoundation/autoware.universe/blob/main/system/autoware_default_adapi/document/operation-mode.md)</sup> |
0 commit comments