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

OctoMap and octovis

asked 2017-03-03 04:46:44 -0500

HenrySleek gravatar image

updated 2017-03-10 08:49:08 -0500

I am running Ubuntu 14.04 and ROS Indigo, and I am quite new to it. I need to use OctoMap: I installed everything from Debians (octomap, octovis etc..). MoveIt! can use the libraries and I can see the the OctoMap in Rviz, but I would like to process it and to select only a specific area of it, accessing the position of each voxel. For this, I guess I would need to use octovis or at least some of the .cpp contained in the octomap package, for seeing some examples on how to filter the map. The problem is that the package that I have under opt/ros/indigo/share is just an empty shell redirecting to the libraries: I see none of the files listed here ( https://github.com/OctoMap/octomap ), where it is full of examples and .cpp. How can I install/access those files?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2017-03-03 06:20:04 -0500

Sebastian Kasperski gravatar image

In order to use a library (octomap) you do not need its source code. All required definitions are in the cpp-headers, which should be installed in /opt/ros/indigo/include. So in your code you can load the octomap and access it via all the methods provided by the library.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-03-03 04:46:44 -0500

Seen: 730 times

Last updated: Mar 10 '17