Skip to content

Commit

Permalink
add AutoModeWithModule (#69)
Browse files Browse the repository at this point in the history
Signed-off-by: tkhmy <[email protected]>

Signed-off-by: tkhmy <[email protected]>
  • Loading branch information
tkhmy authored Dec 19, 2022
1 parent e63bc03 commit a360ee9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions tier4_rtc_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"msg/AutoModeStatusArray.msg"
"msg/Module.msg"
"srv/AutoMode.srv"
"srv/AutoModeWithModule.srv"
"srv/CooperateCommands.srv"
DEPENDENCIES
builtin_interfaces
Expand Down
4 changes: 4 additions & 0 deletions tier4_rtc_msgs/srv/AutoModeWithModule.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
tier4_rtc_msgs/Module module
bool enable
---
bool success

0 comments on commit a360ee9

Please sign in to comment.