Skip to content
Snippets Groups Projects
Commit cb2993dc authored by Dinesh Atchuthan's avatar Dinesh Atchuthan
Browse files

correction

parent 3d943b7d
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ int main(int argc, char** argv)
//make final a keyframe
ts = wolf_problem_ptr_->getProcessorMotionPtr()->getBuffer().get().back().ts_;
state_vec = wolf_problem_ptr_->getProcessorMotionPtr()->getCurrentState();
FrameBasePtr last_frame = std::make_shared<FrameIMU>(KEY_FRAME, ts, state_vec);
last_frame = std::make_shared<FrameIMU>(KEY_FRAME, ts, state_vec);
wolf_problem_ptr_->getTrajectoryPtr()->addFrame(last_frame);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment