Octomap with ubuntu 11.10
I'm using ROS electric and I am following the tutorial here and I got a problem when I run
rosdep install octomap_mappingI guess it's because I didn't rightly "add the source directory to your ROS_PACKAGE_PATH (e.g. in ~/.bashrc), source that file" but I am new to ubuntu and ROS so I don't know what's the right way doing it. Can anybody give me detailed instructions? Thanks a lot !
By the way, the error message I got after I run
rosdep install octomap_mappingis
chong@ubuntu:~/rospkg$ rosdep install octomap_mapping Failed to find rosdep octomap for package octomap on OS:ubuntu version:oneiric rosdep install ERROR: failed to install octomap
and my .bashrc has the following related lines:
source /opt/ros/electric/setup.bash export ROS_PACKAGE_PATH=~/rospkg:$ROS_PACKAGE_PATH