Skip to content
Snippets Groups Projects
Commit 6e0ad3f7 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Add a FIXME comment for the calibration vector

parent a3ee390b
No related branches found
No related tags found
1 merge request!123Calibration
......@@ -345,6 +345,7 @@ void ProcessorMotion::reintegrateBuffer(CaptureMotionPtr _capture_ptr)
const Scalar dt = motion_it->ts_ - prev_motion_it->ts_;
// re-convert data to delta with the new calibration parameters
// FIXME: Get calibration params from Capture or capture->Sensor
VectorXs calib = getCalibration();
data2delta(motion_it->data_, motion_it->data_cov_, dt, motion_it->delta_, motion_it->delta_cov_, calib, jacobian_delta_calib_);
......
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