How do I install a missing ROS package?
hello, How do I install packages that I can't use roscd to find?
I try to type something like rosdep install pr2_2dnav_gazebo
,
and I got:
sam@sam-desktop:~/code/ros$ rosdep install pr2_2dnav_gazebo
executing this script:
set -o errexit
#No Packages to install
sam@sam-desktop:~/code/ros$
Then I try to open another try to use roscd but failed again... How I install any package I missed like pr2_2dnav_gazebo? Or how I install all packages on ros.org? thank you~