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

Revision history [back]

Yup. Same problem here. I made a bigger jump, however. I jumped from 10.04.4 to 12.04. The issue is that Turtlebot ROS setup was installed for the older version. You'll need to change your configuration to re-enable the ros repositories.

What I did (hey, it works):

sudo rm -rf /opt/ros/

This will remove all the ros files.

Now, change your repositories to fuerte. Just go to the install page. Follow those instructions, and you should be good.

Yup. Same problem here. I made a bigger jump, however. I jumped from 10.04.4 to 12.04. The issue is that Turtlebot ROS setup was installed for the older version. You'll need to change your configuration to re-enable the ros repositories.

What I did (hey, it works):

sudo rm -rf /opt/ros/

This will remove all the ros files.

Now, change your repositories to fuerte. Just go to the install page. Follow those instructions, and you should be good.


My appologies, they are absolutely correct. I meant this step as a post-removal step. A "just in case it didn't get everything" step before re-install.