ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Turns out the issue was because I had installed OpenRAVE separately from the ROS stack of OpenRAVE. This occurs because during compilation it looks under /usr/bin/openrave which is not linked to the ROS stack OpenRAVE. After uninstalling the separate version of OpenRAVE and re-running rosmake in the openrave_robot_control directory everything worked perfectly.