| 285 | } |
| 286 | |
| 287 | GridMap GridMap::getSubmap(const Position& position, const Length& length, bool& isSuccess) const { |
| 288 | Index index; |
| 289 | return getSubmap(position, length, index, isSuccess); |
| 290 | } |
| 291 | |
| 292 | GridMap GridMap::getSubmap(const Position& position, const Length& length, Index& indexInSubmap, bool& isSuccess) const { |
| 293 | // Submap the generate. |
nothing calls this directly
no test coverage detected