Skip to content

Commit

Permalink
isActive read in FrameMemory::activateFrame befor being init
Browse files Browse the repository at this point in the history
  • Loading branch information
artivis committed Sep 18, 2014
1 parent 65985bc commit a9deb42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lsd_slam_core/src/DataStructures/Frame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,8 @@ void Frame::initialize(int id, int width, int height, const Eigen::Matrix3f& K,
edgeErrorSum = edgesNum = 1;

lastConstraintTrackedCamToWorld = Sim3();

isActive = false;
}

void Frame::setDepth_Allocate()
Expand Down

0 comments on commit a9deb42

Please sign in to comment.