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

Method toMessage

grid_map_ros/src/GridMapRosConverter.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void GridMapRosConverter::toMessage(const grid_map::GridMap& gridMap, grid_map_msgs::GridMap& message)
83{
84 toMessage(gridMap, gridMap.getLayers(), message);
85}
86
87void GridMapRosConverter::toMessage(const grid_map::GridMap& gridMap, const std::vector<std::string>& layers,
88 grid_map_msgs::GridMap& message)

Callers

nothing calls this directly

Calls 5

getPositionMethod · 0.80
clearMethod · 0.80
getTimestampMethod · 0.45
getResolutionMethod · 0.45

Tested by

no test coverage detected