MCPcopy Create free account
hub / github.com/RoboMaster/RoboRTS / GetResolution

Method GetResolution

roborts_costmap/src/costmap_2d.cpp:355–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353}
354
355double Costmap2D::GetResolution() const {
356 return resolution_;
357}
358
359bool Costmap2D::SaveMap(std::string file_name) {
360 FILE *fp = fopen(file_name.c_str(), "w");

Callers 7

AStarPlannerMethod · 0.80
TransformGlobalPlanMethod · 0.80
MatchSizeMethod · 0.80
InComingMapMethod · 0.80
MatchSizeMethod · 0.80
MapUpdateLoopMethod · 0.80
MatchSizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected