How to get new stack/package installed into your Ubuntu?
I am a new learner of ROS. On my project, I need a new stack which is not installed by default, so I have tried the command "rosdep" while it dose not work, here is some results: wbin@wbin:~$ rosdep install pr2_cockpit
ERROR: Rosdep cannot find all required resources to answer your query
Missing resource pr2_cockpit
ROS path [0]=/opt/ros/fuerte/share/ros
ROS path [1]=/home/wbin/fuerte_workspace/sandbox
ROS path [2]=/opt/ros/fuerte/stacks
ROS path [3]=/opt/ros/fuerte/share
ROS path [4]=/opt/ros/fuerte/share/ros
Is any way to get new stacks/packages?