ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
To know the amount of unkown by using this method. getUnknownLeafCenters
2 | No.2 Revision |
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");
}