Skip to content

Commit

Permalink
fix a flag initialization bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MaverickPeter committed Jul 8, 2021
1 parent c7f6fb6 commit 997d31b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ bool ElevationMapping::initialize()
denseSubmap = false;
newLocalMapFlag = 1;
JumpOdomFlag = 0;
JumpFlag = 0;
initFlag = 1;
ROS_INFO("Done.");

Expand Down

0 comments on commit 997d31b

Please sign in to comment.