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

Method Resume

roborts_costmap/src/costmap_interface.cpp:305–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305void CostmapInterface::Resume() {
306 stop_updates_ = false;
307 ros::Rate r(100.0);
308 while (!initialized_) {
309 r.sleep();
310 }
311}
312
313void CostmapInterface::ResetLayers() {
314 Costmap2D *master = layered_costmap_->GetCostMap();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected