ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I don't have any personal experience with octomap, but looking at the docs there appear to be several options:
a standalone library with no ROS dependencies
a ROS wrapper package with various message conversion functions
You probably do want to provide appropriate transforms to the odom
coordinate frame.
Perhaps someone more knowledgeable will provide additional suggestions.