Skip to content

Commit

Permalink
fix updateFootprint (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
doisyg committed Jun 1, 2020
1 parent 67a6e4d commit e077795
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spatio_temporal_voxel_layer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,7 @@ bool SpatioTemporalVoxelLayer::updateFootprint(double robot_x, double robot_y, \
touch(_transformed_footprint[i].x, _transformed_footprint[i].y, \
min_x, min_y, max_x, max_y);
}
return true;
}

/*****************************************************************************/
Expand Down

0 comments on commit e077795

Please sign in to comment.