help with erratic_robot
Hi i am trying to install erratic_robot and i am getting errors- E: Unable to locate package ros-diamondback-erratic-robot or after i did sudo apt-get update i got this long error- Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: ros-diamondback-erratic-robot : Depends: ros-diamondback-ros (= 1.4.10-s1314988837~natty) but it is not going to be installed Depends: ros-diamondback-ros-comm (= 1.4.8-s1314988916~natty) but it is not going to be installed Depends: ros-diamondback-robot-model (= 1.4.0-s1315008455~natty) but it is not going to be installed Depends: ros-diamondback-common (= 1.4.3-s1315005864~natty) but it is not going to be installed Depends: ros-diamondback-simulator-gazebo (= 1.2.8-s1315019072~natty) but it is not going to be installed Depends: ros-diamondback-navigation (= 1.4.2-s1315423226~natty) but it is not going to be installed Depends: ros-diamondback-laser-pipeline (= 1.2.0-s1315009845~natty) but it is not going to be installed Depends: ros-diamondback-motion-planning-common (= 0.3.6-s1315012421~natty) but it is not going to be installed Depends: ros-diamondback-slam-gmapping (= 1.2.3-s1315532575~natty) but it is not going to be installed Depends: ros-diamondback-geometry (= 1.4.2-s1315006035~natty) but it is not going to be installed Depends: ros-diamondback-common-msgs (= 1.4.0-s1315005773~natty) but it is not going to be installed Depends: ros-diamondback-pr2-simulator (= 1.4.3-s1315534131~natty) but it is not going to be installed Depends: ros-diamondback-point-cloud-perception (= 0.5.2-s1315018265~natty) but it is not going to be installed E: Unable to correct problems, you have held broken packages. does any one have an idea what should be done?
thanks.
you have to install it like this: sudo apt-get install ros_fuerte_erratic_robot, and thats all!! good luck!
Strange, when i tried your method, I get an error, E: Unable to locate package ros_fuerte_erratic_robot. Does anyone knows where I went wrong?
The proper command is: "sudo apt-get install ros-fuerte-erratic-robot", notice the dashes (-) instead of underscores(_).
Thanks arebgun! It works!