ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

I believe ros/ros.h is part of the roscpp package.

Are you using the ROS Build System? You need to include roscpp as a dependency in the manifest.xml of the package you are building:

<depend package="roscpp"/>