Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wolf_demo_visual_odometry
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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_ros
demos
wolf_demo_visual_odometry
Commits
71a85437
Commit
71a85437
authored
3 years ago
by
Joan Solà Ortega
Browse files
Options
Downloads
Patches
Plain Diff
tune processor for speed
parent
e6ca6d8e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
yaml/processor_visual_odometry.yaml
+3
-3
3 additions, 3 deletions
yaml/processor_visual_odometry.yaml
with
3 additions
and
3 deletions
yaml/processor_visual_odometry.yaml
+
3
−
3
View file @
71a85437
...
...
@@ -4,13 +4,13 @@ keyframe_vote:
voting_active
:
true
# Trigger a new keyframe creation as well as detection of new keypoints in last frame
# when the track number goes below min_features_for_keyframe in incoming
min_features_for_keyframe
:
5
0
min_features_for_keyframe
:
2
5
# Use a robust cost function
apply_loss_function
:
true
# Select the best new Keypoints when performing detection
max_new_features
:
10
0
max_new_features
:
10
####################################
# ProcessorVisualOdometry parameters
...
...
@@ -30,7 +30,7 @@ klt_params:
klt_max_err
:
0.3
# Keep the number of tracks below
max_nb_tracks
:
10
0
max_nb_tracks
:
5
0
# standard deviation of the pixel reprojection factor
std_pix
:
1
...
...
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