ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Switching back to Electric is likely to break things.
What you want to do is install gazebo (trunk) into your ROS workspace, build it, and then make sure your ROS_PACKAGE_PATH
is set up correctly, so that you find the version you built from source.
The link for the source download is here (bulleted list, not too far down). Take a look at the rosinstall
and rosws
tools if you aren't familiar with building from source.