Skip to content

Instantly share code, notes, and snippets.

@jdumont0201
Last active May 4, 2018 11:29
Show Gist options
  • Save jdumont0201/b9897a01776b9da3a907bf0b67ef3de1 to your computer and use it in GitHub Desktop.
Save jdumont0201/b9897a01776b9da3a907bf0b67ef3de1 to your computer and use it in GitHub Desktop.
Custom service message CMake edits
find_package(catkin REQUIRED COMPONENTS roscpp std_msgs message_generation )
...
add_service_files(
FILES
MyCustomServiceMessage.srv
)
...
generate_messages(
DEPENDENCIES
std_msgs
)
...
catkin_package(
CATKIN_DEPENDS
roscpp
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment