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
3bebaf82
Commit
3bebaf82
authored
3 years ago
by
Mederic Fourmy
Browse files
Options
Downloads
Patches
Plain Diff
move publisher vision debug params in a separate yaml
parent
86a29331
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
yaml/processor_visual_odometry.yaml
+4
-4
4 additions, 4 deletions
yaml/processor_visual_odometry.yaml
yaml/publisher_vision_debug.yaml
+4
-4
4 additions, 4 deletions
yaml/publisher_vision_debug.yaml
with
8 additions
and
8 deletions
yaml/processor_visual_odometry.yaml
+
4
−
4
View file @
3bebaf82
...
...
@@ -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
:
3
0
min_features_for_keyframe
:
5
0
# Use a robust cost function
apply_loss_function
:
true
# Select the best new Keypoints when performing detection
max_new_features
:
3
0
max_new_features
:
10
0
####################################
# ProcessorVisualOdometry parameters
...
...
@@ -30,10 +30,10 @@ klt_params:
klt_max_err
:
0.3
# Keep the number of tracks below
max_nb_tracks
:
6
0
max_nb_tracks
:
10
0
# 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
min_track_length_for_landmark
:
5
This diff is collapsed.
Click to expand it.
yaml/publisher_vision_debug.yaml
+
4
−
4
View file @
3bebaf82
...
...
@@ -9,9 +9,9 @@ tracks:
thickness
:
-1
size_pix
:
2
color
:
"
RED"
feature_kfs
:
thickness
:
0.1
size_pix
:
1
feature_kfs
:
thickness
:
0.1
size_pix
:
1
tracks_preprocess
:
show
:
false
...
...
@@ -23,4 +23,4 @@ landmarks:
show_id
:
false
size_id
:
0.5
size_pix
:
5
color
:
"
GREY"
\ No newline at end of file
color
:
"
GREY"
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