Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gnss
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
wolf_projects
wolf_lib
plugins
gnss
Commits
9b4cfbe2
Commit
9b4cfbe2
authored
5 years ago
by
Joan Vallvé Navarro
Browse files
Options
Downloads
Patches
Plain Diff
nothing
parent
bfc5e056
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/processor/processor_gnss_single_diff.cpp
+9
-1
9 additions, 1 deletion
src/processor/processor_gnss_single_diff.cpp
with
9 additions
and
1 deletion
src/processor/processor_gnss_single_diff.cpp
+
9
−
1
View file @
9b4cfbe2
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment