Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vision
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
vision
Merge requests
!38
Draft: Resolve "Improve visual odometry"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: Resolve "Improve visual odometry"
24-improve-visual-system
into
devel
Overview
0
Commits
25
Pipelines
0
Changes
10
Open
Mederic Fourmy
requested to merge
24-improve-visual-system
into
devel
2 years ago
Overview
0
Commits
25
Pipelines
0
Changes
10
Expand
Closes
#24
, Closes
#26
Edited
2 years ago
by
Mederic Fourmy
0
0
Merge request reports
Compare
devel
version 7
45567edc
2 years ago
version 6
3066aa55
2 years ago
version 5
d2541f88
2 years ago
version 4
5a7efea9
2 years ago
version 3
fbd21e9b
2 years ago
version 2
61617f8c
2 years ago
version 1
d1d5ba23
2 years ago
devel (base)
and
latest version
latest version
4de746cf
25 commits,
2 years ago
version 7
45567edc
23 commits,
2 years ago
version 6
3066aa55
19 commits,
2 years ago
version 5
d2541f88
15 commits,
2 years ago
version 4
5a7efea9
12 commits,
2 years ago
version 3
fbd21e9b
10 commits,
2 years ago
version 2
61617f8c
5 commits,
2 years ago
version 1
d1d5ba23
3 commits,
2 years ago
10 files
+
855
−
308
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
demos/processor_visual_odometry.yaml
+
6
−
2
Options
@@ -67,5 +67,9 @@ max_nb_tracks: 100
# standard deviation of the pixel reprojection factor
std_pix
:
1
# before creating a landmark, wait until the track is old enough
min_track_length_for_landmark
:
3
# Rules to create a new landmark from a track
lmk_creation
:
# wait until the track is old enough
min_track_length_for_landmark
:
3
# enough pixel distance
min_pixel_dist
:
0.0
Loading