Skip to content

Commit f9530b2

Browse files
TODO
Signed-off-by: BCKSELFDRIVEWORLD <[email protected]>
1 parent facde67 commit f9530b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nav2_costmap_2d/src/clear_costmap_service.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ void ClearCostmapService::clearEntirely(const std::vector<std::string> & plugins
229229
}
230230
}
231231
}
232-
// TODO: Optimize to reset only affected regions instead of entire master costmap
232+
// TODO(BCKSELFDRIVEWORLD): Optimize to reset only affected regions instead of entire master costmap
233233
// Reset master costmap to ensure consistency
234234
RCLCPP_INFO(logger_, "Resetting master costmap after plugin clearing");
235235
costmap_.getCostmap()->resetMap(0, 0,

0 commit comments

Comments
 (0)