Skip to content

Commit a9b9818

Browse files
committed
WIP fix clear_map radius
1 parent 2af8e11 commit a9b9818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nvblox_ros/src/lib/nvblox_node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1857,7 +1857,7 @@ void NvbloxNode::clearMapService(
18571857
{
18581858
// Set radius to 0 to clear everything
18591859
float original_radius = node->params_.map_clearing_radius_m;
1860-
node->params_.map_clearing_radius_m = 0.0f;
1860+
node->params_.map_clearing_radius_m = 0.01f;
18611861

18621862
// Call the existing function to clear everything
18631863
node->clearMapOutsideOfRadiusOfLastKnownPose();

0 commit comments

Comments
 (0)