Skip to content

Commit

Permalink
feat(tier4_planning_msgs): add reroute availability msgs (#95)
Browse files Browse the repository at this point in the history
* feat(tier4_planning_msgs): add reroute availability msgs

Signed-off-by: yutaka <[email protected]>

* update

Signed-off-by: yutaka <[email protected]>

---------

Signed-off-by: yutaka <[email protected]>
  • Loading branch information
purewater0901 authored Aug 8, 2023
1 parent fbc4871 commit d85cc4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tier4_planning_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"msg/PathChangeModuleArray.msg"
"msg/PathChangeModuleId.msg"
"msg/PathPoint.msg"
"msg/RerouteAvailability.msg"
"msg/Scenario.msg"
"msg/StopFactor.msg"
"msg/StopReason.msg"
Expand Down
2 changes: 2 additions & 0 deletions tier4_planning_msgs/msg/RerouteAvailability.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
builtin_interfaces/Time stamp
bool availability

0 comments on commit d85cc4f

Please sign in to comment.