We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af8e11 commit a9b9818Copy full SHA for a9b9818
nvblox_ros/src/lib/nvblox_node.cpp
@@ -1857,7 +1857,7 @@ void NvbloxNode::clearMapService(
1857
{
1858
// Set radius to 0 to clear everything
1859
float original_radius = node->params_.map_clearing_radius_m;
1860
- node->params_.map_clearing_radius_m = 0.0f;
+ node->params_.map_clearing_radius_m = 0.01f;
1861
1862
// Call the existing function to clear everything
1863
node->clearMapOutsideOfRadiusOfLastKnownPose();
0 commit comments