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

Merge branch '2-loss-function-api' into 'master'

Resolve "Loss function API"

Closes #2

See merge request !2
parents bb37012a 68e37be8
No related branches found
No related tags found
1 merge request!2Resolve "Loss function API"
......@@ -21,8 +21,8 @@ class FactorInertialKinematics : public FactorAutodiff<FactorInertialKinematics,
public:
FactorInertialKinematics(const FeatureBasePtr& _feat,
const StateBlockPtr& _sb_bias_imu,
const ProcessorBasePtr& _processor_ptr = nullptr,
bool _apply_loss_function = false,
const ProcessorBasePtr& _processor_ptr,
bool _apply_loss_function,
FactorStatus _status = FAC_ACTIVE);
virtual ~FactorInertialKinematics() { /* nothing */ }
......
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