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

Wendelin Reich's profile - activity

2012-08-29 15:25:27 -0500 received badge  Famous Question (source)
2012-02-15 23:18:50 -0500 received badge  Notable Question (source)
2011-07-20 07:34:26 -0500 received badge  Popular Question (source)
2011-02-26 18:45:27 -0500 commented answer ROS core commands missing after reinstall
Yes, that fixed it - first apt-install of ros-cturtle-common, then of ros-cturtle-pr2all on top of it. Seems a bit strange, though. But I don't know how to reproduce the error, and it may be obsolete with the release of diamondback. So thanks!!
2011-02-26 18:43:34 -0500 marked best answer ROS core commands missing after reinstall

Have you tried "sudo apt-get remove ros-cturtle-ros"? That should clear out everything and let you try again. I would start with something smaller to start, like "sudo apt-get install ros-cturtle-common" (ros + common + common_msgs) to make sure the reinstall is working.

2011-02-26 18:43:34 -0500 received badge  Scholar (source)
2011-02-26 07:31:31 -0500 asked a question ROS core commands missing after reinstall

Dear all,

after uninstalling ROS and then reinstalling ros-cturtle-pr2all (according to the instructions), all of the ROS core commands are missing on my system (all of rospack, rosmake etc. -- except for roslocate and rosinstall). Indeed, the entire ROS_ROOT directory (/opt/ros/cturtle/ros) is missing. On the other hand, /opt/ros/cturtle/stacks seems to be chock-full with stacks. The apt-get install command returns without errors, and the system claims that pr2all is completely installed.

I use Ubuntu 10.10.

Any ideas how I could get "apt-get" to perform a full (re)installation of ROS? That would be very kind.

Background info: The problem started because of my own stupidity. I seem to have made an unclean uninstall of ros-cturtle-pr2, when I simply deleted /opt/ros recursively as well as ROS files in my home folder. After that I have tried several times and in several ways to uninstall/reinstall ROS (cturtle-base / pr2 / pr2all), using both apt-get install/reinstall and the Ubuntu Software Center. The result is always the same: the installation appears to be successful, but there is no /opt/ros/cturtle/ros directory.

Best, Wendelin