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

Revision history [back]

click to hide/show revision 1
initial version

To know the amount of unkown by using this method. getUnknownLeafCenters

To know the amount of unkown by using this method. getUnknownLeafCenters for example:

ourmap.getUnknownLeafCenters(l, min_point, max_point);
for (auto i = l.begin(); i != l.end(); i++)
{
    print(*i, "Uknown");
}