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

Revision history [back]

You seem to build only one package, rosaria_client, which has a dependency to rosaria.

You probably haven't put the client into the same ROS workspace, i.e. the same src folder, where you did the first build (see 1.4 of the tutorial).

Put the rosaria_client pkg next to the rosaria pkg, and it should work