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

Use original error method

parent 590f05b8
No related branches found
No related tags found
1 merge request!158Imu trajectory
...@@ -270,7 +270,7 @@ inline bool ConstraintIMU::residual(const Eigen::MatrixBase<D1> & _p1, ...@@ -270,7 +270,7 @@ inline bool ConstraintIMU::residual(const Eigen::MatrixBase<D1> & _p1,
* *
* NOTE: See optimization report at the end of this file for comparisons of both methods. * NOTE: See optimization report at the end of this file for comparisons of both methods.
*/ */
//#define METHOD_1 // if commented, then METHOD_2 will be applied #define METHOD_1 // if commented, then METHOD_2 will be applied
//needed typedefs //needed typedefs
......
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