Skip to content

Commit

Permalink
refactor(start_planner): rename pull out to start planner (#91)
Browse files Browse the repository at this point in the history
Signed-off-by: kosuke55 <[email protected]>
  • Loading branch information
kosuke55 authored Jun 7, 2023
1 parent edbbbbb commit feb834a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tier4_planning_msgs/msg/PathChangeModuleId.msg
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ int32 AVOIDANCE = 1
int32 LANE_CHANGE = 2
int32 FORCE_LANE_CHANGE = 3
int32 GOAL_PLANNER = 4
int32 PULL_OUT = 5
int32 START_PLANNER = 5
2 changes: 1 addition & 1 deletion tier4_planning_msgs/msg/StopReason.msg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ string AVOIDANCE_BY_LANE_CHANGE=AvoidanceByLaneChange
string EXTERNAL_LANE_CHANGE=ExternalLaneChange
string LANE_CHANGE=LaneChange
string GOAL_PLANNER=GoalPlanner
string PULL_OUT=PullOut
string START_PLANNER=StartPlanner
string reason

tier4_planning_msgs/StopFactor[] stop_factors
2 changes: 1 addition & 1 deletion tier4_rtc_msgs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The `tier4_rtc_msgs` package includes message/service definition files for reque
- `AVOIDANCE_LEFT`
- `AVOIDANCE_RIGHT`
- `GOAL_PLANNER`
- `PULL_OUT`
- `START_PLANNER`
- `TRAFFIC_LIGHT`
- `INTERSECTION`
- `CROSSWALK`
Expand Down
2 changes: 1 addition & 1 deletion tier4_rtc_msgs/msg/Module.msg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ uint8 LANE_CHANGE_RIGHT = 2
uint8 AVOIDANCE_LEFT = 3
uint8 AVOIDANCE_RIGHT = 4
uint8 GOAL_PLANNER = 5
uint8 PULL_OUT = 6
uint8 START_PLANNER = 6
uint8 TRAFFIC_LIGHT = 7
uint8 INTERSECTION = 8
uint8 INTERSECTION_OCCLUSION = 9
Expand Down

0 comments on commit feb834a

Please sign in to comment.