We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent facde67 commit f9530b2Copy full SHA for f9530b2
nav2_costmap_2d/src/clear_costmap_service.cpp
@@ -229,7 +229,7 @@ void ClearCostmapService::clearEntirely(const std::vector<std::string> & plugins
229
}
230
231
232
- // TODO: Optimize to reset only affected regions instead of entire master costmap
+ // TODO(BCKSELFDRIVEWORLD): Optimize to reset only affected regions instead of entire master costmap
233
// Reset master costmap to ensure consistency
234
RCLCPP_INFO(logger_, "Resetting master costmap after plugin clearing");
235
costmap_.getCostmap()->resetMap(0, 0,
0 commit comments