Skip to content

Instantly share code, notes, and snippets.

@jdumont0201
Created May 4, 2018 11:30
Show Gist options
  • Save jdumont0201/3af54feb361a5558596a042600384374 to your computer and use it in GitHub Desktop.
Save jdumont0201/3af54feb361a5558596a042600384374 to your computer and use it in GitHub Desktop.
Service server CMake edits
add_service_files(
FILES
ServiceName.srv
)
...
find_package(catkin REQUIRED COMPONENTS
roscpp
message_generation
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment