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

Method getCurrentRadius

grid_map_core/src/iterators/SpiralIterator.cpp:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116double SpiralIterator::getCurrentRadius() const
117{
118 Index radius = *(*this) - indexCenter_;
119 return radius.matrix().norm() * resolution_;
120}
121
122} /* namespace grid_map */
123

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected