Skip to content

Commit e077795

Browse files
authored
fix updateFootprint (#168)
1 parent 67a6e4d commit e077795

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/spatio_temporal_voxel_layer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,7 @@ bool SpatioTemporalVoxelLayer::updateFootprint(double robot_x, double robot_y, \
493493
touch(_transformed_footprint[i].x, _transformed_footprint[i].y, \
494494
min_x, min_y, max_x, max_y);
495495
}
496+
return true;
496497
}
497498

498499
/*****************************************************************************/

0 commit comments

Comments
 (0)