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

change file author

parent acf09efe
No related branches found
No related tags found
3 merge requests!31devel->main,!29Add functionality for UAV,!27Fix test with acc_x = 2 m/s2
......@@ -23,7 +23,7 @@
* processor_preintegrator_force_torque_inertial_dynamics.cpp
*
* Created on: Aug 19, 2021
* Author: jsola
* Author: asanjuan
*/
// bodydynamics
......@@ -100,9 +100,6 @@ FactorBasePtr ProcessorForceTorqueInertialPreintDynamics::emplaceFactor(FeatureB
auto fac_ftipd = FactorBase::emplace<FactorForceTorqueInertialDynamics>(_feature_motion, ftr_ftipd, _capture_origin, shared_from_this(), params_->apply_loss_function);
return fac_ftipd;
//FactorBasePtr returnValue;
//return returnValue;
}
void ProcessorForceTorqueInertialPreintDynamics::setCalibration(const CaptureBasePtr _capture,
......
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