Skip to content

Commit

Permalink
feat: add change topic relay control service (#164)
Browse files Browse the repository at this point in the history
Signed-off-by: TetsuKawa <[email protected]>
  • Loading branch information
TetsuKawa authored Jan 20, 2025
1 parent d0e52d3 commit 10a235a
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -41,6 +41,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"srv/OperateMrm.srv"
"srv/ChangeOperationMode.srv"
"srv/ChangeAutowareControl.srv"
"srv/ChangeTopicRelayControl.srv"
DEPENDENCIES
autoware_common_msgs
builtin_interfaces
Expand Down
3 changes: 3 additions & 0 deletions tier4_system_msgs/srv/ChangeTopicRelayControl.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
bool relay_on
---
autoware_common_msgs/ResponseStatus status

0 comments on commit 10a235a

Please sign in to comment.