Skip to content

Commit 98c5175

Browse files
fix typo
Signed-off-by: BCKSELFDRIVEWORLD <[email protected]>
1 parent 68c3cec commit 98c5175

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
@@ -214,7 +214,7 @@ bool ClearCostmapService::clearRegion(
214214
if (!any_plugin_cleared) {
215215
RCLCPP_ERROR(logger_, "No requested plugins were cleared in clearRegion");
216216
}
217-
217+
218218
// Return false if any clearable plugin failed to clear OR if no plugins were cleared at all
219219
return !any_clearable_plugin_failed && any_plugin_cleared;
220220
}

0 commit comments

Comments
 (0)