Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds CMakeLists.txt and package.xml for ROS users #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

moriarty
Copy link
Member

I have tested this on ROS Indigo using both:

  • catkin_make
  • catkin build (still in beta)

The only odd bits are the .. in include_dirs, and the custom command to copy each header.

  • The add_custom_command gets around the headers not being in ./include/${PROJECT_NAME}
  • The .. is because the headers include the prefix protobuf_comm

I have tested this on ROS Indigo using both:
  - ```catkin_make```
  - ```catkin build``` (still in beta)

The only odd bits are the ```..``` in include_dirs, and the custom command to copy each header.
  - The ```add_custom_command``` gets around the headers not being in ```./include/${PROJECT_NAME}```
  - The ```..``` is because the headers include the prefix ```protobuf_comm```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant