Skip to content
Snippets Groups Projects
Commit 57fd7f90 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

hotfix: get state and structure from problem

parent 8a7d9324
No related branches found
No related tags found
No related merge requests found
...@@ -83,8 +83,8 @@ void ProcessorTracker::processCapture(CaptureBasePtr _incoming_ptr) ...@@ -83,8 +83,8 @@ void ProcessorTracker::processCapture(CaptureBasePtr _incoming_ptr)
FrameBasePtr kfrm = FrameBase::emplaceKeyFrame<FrameBase>(getProblem()->getTrajectory(), FrameBasePtr kfrm = FrameBase::emplaceKeyFrame<FrameBase>(getProblem()->getTrajectory(),
incoming_ptr_->getTimeStamp(), incoming_ptr_->getTimeStamp(),
getStateStructure(), getProblem()->getFrameStructure(),
getProblem()->getState(getStateStructure())); getProblem()->getState());
incoming_ptr_->link(kfrm); incoming_ptr_->link(kfrm);
// Process info // Process info
......
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