Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
355
double Costmap2D::GetResolution() const {
356
return resolution_;
357
}
358
359
bool Costmap2D::SaveMap(std::string file_name) {
360
FILE *fp = fopen(file_name.c_str(),
"w"
);
Callers
7
AStarPlanner
Method · 0.80
TransformGlobalPlan
Method · 0.80
MatchSize
Method · 0.80
InComingMap
Method · 0.80
MatchSize
Method · 0.80
MapUpdateLoop
Method · 0.80
MatchSize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected