| 80 | } |
| 81 | |
| 82 | void GridMapRosConverter::toMessage(const grid_map::GridMap& gridMap, grid_map_msgs::GridMap& message) |
| 83 | { |
| 84 | toMessage(gridMap, gridMap.getLayers(), message); |
| 85 | } |
| 86 | |
| 87 | void GridMapRosConverter::toMessage(const grid_map::GridMap& gridMap, const std::vector<std::string>& layers, |
| 88 | grid_map_msgs::GridMap& message) |
nothing calls this directly
no test coverage detected