ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hi,
when using gazebo with ROS you have to do some different steps when building your plugin.
I think rosmake uses it's own cmake version or settings that adds the directories of dependent packages to the compiler flags. You could add additional include directories to your cmake file, but that's not the "ros way".