ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
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.