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

rgbdslam and octomap under ROS electric

asked 2012-06-03 09:38:53 -0500

Chong gravatar image

I am quite confused by the octomap packages since it doesn't specify details on how to get it run on electric. I cannot update my ros to furte cuz my whole lab is using electric version. Right now I'm trying to use octomap to save and view the map I get from rgbdslam package. But when I run

rosrun octomap_server octomap_saver filename.bt 
it shows the following:

chong@ubuntu:~$ rosrun octovis octovis filename.bt
[rosrun] Couldn't find executable named octovis below /home/chong/rospkg/octomap_mapping-experimental/octovis
[rosrun] Found the following, but they're either not files, 
[rosrun] or not executable:
[rosrun]   /home/chong/rospkg/octomap_mapping-experimental/octovis
[rosrun]   /home/chong/rospkg/octomap_mapping-experimental/octovis/src/octovis

and by the way I've already done

chong@ubuntu:~$ cd rospkg
chong@ubuntu:~/rospkg$ svn co http://alufr-ros-pkg.googlecode.com/svn/branches/octomap_mapping-experimental/
Checked out revision 2780.

so does anyone know why this happens? and how can I solve it? and detailed instructions will be appreciated because I am new to ROS and even ubuntu... Thanks !

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2012-06-13 06:40:07 -0500

Rydel gravatar image

You've checked out the source code but you have not compiled it.

$ rosmake --rosdep-install PACKAGE-NAME

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-06-03 09:38:53 -0500

Seen: 391 times

Last updated: Jun 13 '12