MCPcopy Create free account
hub / github.com/ANYbotics/grid_map / isPastEnd

Method isPastEnd

grid_map_core/src/iterators/EllipseIterator.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74bool EllipseIterator::isPastEnd() const
75{
76 return internalIterator_->isPastEnd();
77}
78
79const Size& EllipseIterator::getSubmapSize() const
80{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected