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

Revision history [back]

You are missing the vrpn dependency for the package.

You could install all dependencies for your workspace via rosdep (rosdep install --from-paths .)

Or you could just install debians, which will pull in dependencies automatically (sudo apt-get install ros-indigo-vrpn-client-ros). Is there a reason you want to run from source?