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 7673fac commit 616690dCopy full SHA for 616690d
spatio_temporal_voxel_layer/src/spatio_temporal_voxel_grid.cpp
@@ -410,7 +410,7 @@ void SpatioTemporalVoxelGrid::ResetGridArea(
410
const bool in_y_range = pose_world.y() > start.y && pose_world.y() < end.y;
411
const bool in_range = in_x_range && in_y_range;
412
413
- if(in_range == invert_area)
+ if(in_range != invert_area)
414
{
415
ClearGridPoint(pt_index);
416
}
0 commit comments