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

nothing

parent bfc5e056
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,15 @@ void ProcessorGnssSingleDiff::processCapture(CaptureBasePtr _capture)
auto ftr = FeatureBase::emplace<FeatureGnssSingleDiff>(incoming_capture_, incoming_capture_->getData(),incoming_capture_->getDataCovariance());
// ADD FACTOR
emplaceFactor(ftr);
auto new_fac = emplaceFactor(ftr);
// outlier rejection (only can be evaluated if ENU defined and ENU-MAP initialized)
// if (sensor_gnss_->isEnuDefined() && sensor_gnss_->isEnuMapRotationInitialized())
// if (rejectOutlier(new_fac))
// {
// new_fac->remove();
// return;
// }
// store last KF
last_KF_ = new_frame;
......
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