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

Revision history [back]

The end points and scans with poses are stored in a format proprietary for OctoMap. The OctoMap tool "graph2tree" can read them, so your best starting point would be to have a look at the file graph2tree, specifically ScanGraph::readBinary(...).

However, there is no color information stored in them.