Skip to content

Commit

Permalink
feat: add String.srv
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 committed Dec 25, 2024
1 parent 13968e8 commit 2c0323d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions autoware_internal_debug_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,18 @@ set(msg_files
"msg/StringStamped.msg"
)

set(srv_files
"srv/String.srv"
)

set(msg_dependencies
builtin_interfaces
std_msgs
)

rosidl_generate_interfaces(${PROJECT_NAME}
${msg_files}
${srv_files}
DEPENDENCIES ${msg_dependencies}
ADD_LINTER_TESTS
)
Expand Down
3 changes: 3 additions & 0 deletions autoware_internal_debug_msgs/srv/String.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
string data
---
bool success

0 comments on commit 2c0323d

Please sign in to comment.