Skip to content

Commit

Permalink
build(voraus_interfaces): Distinguish between srv and msg files
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-caspers committed Dec 18, 2024
1 parent 639283d commit 8bdd27c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion voraus_interfaces/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,17 @@ find_package(rosidl_default_generators REQUIRED)
find_package(geometry_msgs REQUIRED)

set(msg_files
"msg/Voraus.msg"
"msg/CartesianStiffness.msg"
"msg/Voraus.msg"
)

set(srv_files
"srv/Voraus.srv"
)

rosidl_generate_interfaces(${PROJECT_NAME}
${msg_files}
${srv_files}
DEPENDENCIES geometry_msgs
)

Expand Down

0 comments on commit 8bdd27c

Please sign in to comment.