Skip to content
Snippets Groups Projects
Commit edc94bf4 authored by Médéric Fourmy's avatar Médéric Fourmy
Browse files

hotfix: bias preintegration propagation from origin and not last capture

parent 22612b40
No related branches found
No related tags found
No related merge requests found
Pipeline #6121 passed
......@@ -439,8 +439,8 @@ void ProcessorMotion::processCapture(CaptureBasePtr _incoming_ptr)
key_frame->getTimeStamp(),
Eigen::VectorXd::Zero(data_size_),
getSensor()->getNoiseCov(),
getCalibration(last_ptr_),
getCalibration(last_ptr_),
getCalibration(origin_ptr_),
getCalibration(origin_ptr_),
last_ptr_);
// reset the new buffer
capture_new->getBuffer().push_back( motionZero(key_frame->getTimeStamp()) ) ;
......
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