Skip to content

Commit

Permalink
add same files to msg and srv in the same package, as example.
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoya Fujita <[email protected]>
  • Loading branch information
fujitatomoya committed May 21, 2024
1 parent 81f587f commit 54a4a4f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prover_interfaces/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ set(msg_files
"msg/StringLengthTest.msg"
"msg/Property.msg"
"msg/TestMsg.msg"
"msg/SameName.msg"
)
set(srv_files
"srv/Huge.srv"
"srv/SameName.srv"
)
rosidl_generate_interfaces(${PROJECT_NAME}
${msg_files}
Expand Down
1 change: 1 addition & 0 deletions prover_interfaces/msg/SameName.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
string anything
3 changes: 3 additions & 0 deletions prover_interfaces/srv/SameName.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
string input_anything
---
string output_anything

0 comments on commit 54a4a4f

Please sign in to comment.