Skip to content

Commit

Permalink
feat(tier4_system_msgs): add mode change available message (#61)
Browse files Browse the repository at this point in the history
* feat(tier4_system_msgs): add launch state message

Signed-off-by: Takagi, Isamu <[email protected]>

* feat: change message

Signed-off-by: Takagi, Isamu <[email protected]>

Signed-off-by: Takagi, Isamu <[email protected]>
  • Loading branch information
isamu-takagi authored Oct 24, 2022
1 parent a6fa3f7 commit b4ab436
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tier4_system_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"msg/HazardStatus.msg"
"msg/HazardStatusStamped.msg"
"msg/ServiceLog.msg"
"msg/ModeChangeAvailable.msg"
"msg/IsAutonomousAvailable.msg"
"msg/OperationMode.msg"
"srv/OperationModeRequest.srv"
Expand Down
2 changes: 2 additions & 0 deletions tier4_system_msgs/msg/ModeChangeAvailable.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
builtin_interfaces/Time stamp
bool available

0 comments on commit b4ab436

Please sign in to comment.