We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To obtain the VRPN library required for ROS please run:
sudo apt-get install ros-[ros_distro]-vrpn
replacing [ros_distro] with your installed ROS distribution (indigo, kinetic, etc).
To obtain the VRPN client code clone the vrpn_client_ros package and place it into your ROS workspace.
cd my_ros_workspace/ git clone git@github.com:IRLL/vrpn_client_ros.git
Then make sure it is built by running catkin_make from within your ROS workspace.
catkin_make
A set of utilities for working with the ROS output of the VRPN client can be obtained using the following:
git clone git@github.com:IRLL/optitrack.git
This code does not have to be placed in your ROS workspace.