Generating Octomap [Solved]
Hello guys!
I'm facing some problems trying to generate an Octomap. First of all, I downloaded RGBDSLAM ( http://felixendres.github.io/rgbdslam... ) and installed as recommended. I'm able to run roslaunch rgbdslam rgbdslam.launch
and see the map as i capture the frames. My problem is when i try to save this map as an octomap or pointcloud map. None of them are working.
-- As Felix said, the only think you must do to save the octomap is, from the GUI, click on 'Octomap'->'Save Octomap'. First problem: When i click on save octomap, i generate a .pcd file, not a .bt. Second problem: When i try to open this .pcd file from rosrun pcl_viewer file.pcd
I got this error: No points to read. How can i properly save an Octomap after finish my rgbdslam ?
-- My second attempt was try to use these packages: http://octomap.github.io/ but i don't know and didn't find out how to run this package. In other words, i want to use this to generate my own octomap and, if it's possible, visualize it in RVIZ. I downloaded the latest version (1.6.8) and extract all the folder to my home folder. Then i run the commands to compile and (i think) everythink is ok with that. So, how can i use this package to create my own map using ROS ? Also, i tried to follow these instructions ( http://wiki.ros.org/octomap ) but nothing changed.