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

Method isInside

grid_map_core/src/iterators/PolygonIterator.cpp:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70bool PolygonIterator::isInside() const
71{
72 Position position;
73 getPositionFromIndex(position, *(*internalIterator_), mapLength_, mapPosition_, resolution_, bufferSize_, bufferStartIndex_);
74 return polygon_.isInside(position);
75}
76
77void PolygonIterator::findSubmapParameters(const grid_map::Polygon& polygon, Index& startIndex, Size& bufferSize) const
78{

Callers

nothing calls this directly

Calls 1

getPositionFromIndexFunction · 0.85

Tested by

no test coverage detected