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