ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
This is a recently introduced bug in our version of Stage, see:
https://github.com/ros-simulation/stage_ros/issues/14#issuecomment-142087624
I've already got a patch that I've already tested on OS X and I'm testing it now on Linux before releasing the fix.
You should be able to fix the problem by doing this:
rm -rf /Users/morpheus/ros_catkin_ws/src/stage
rm -rf /Users/morpheus/ros_catkin_ws/build/stage
git clone https://github.com/ros-gbp/stage-release.git -b release/indigo/stage /Users/morpheus/ros_catkin_ws/src/stage
cd /Users/morpheus/ros_catkin_ws
# Rerun the command you used to build your workspace ...