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
9fdcece1
Commit
9fdcece1
authored
3 years ago
by
ydepledt
Browse files
Options
Downloads
Patches
Plain Diff
Restore the yaml file and add a parameter to show or not features from the preprocessor
parent
fd9cf5b9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
yaml/demo_visual_odometry_euroc.yaml
+1
-24
1 addition, 24 deletions
yaml/demo_visual_odometry_euroc.yaml
yaml/publisher_vision_debug.yaml
+5
-4
5 additions, 4 deletions
yaml/publisher_vision_debug.yaml
with
6 additions
and
28 deletions
yaml/demo_visual_odometry_euroc.yaml
+
1
−
24
View file @
9fdcece1
...
...
@@ -83,28 +83,5 @@ config:
topic_preprocessor
:
"
/debug_image_preprocessor"
package
:
"
wolf_ros_vision"
period
:
0.05
tracks
:
show_id
:
false
size_id
:
0.75
thickness
:
1.0
color
:
"
CYAN"
min_lum
:
100
max_lum
:
450
feature_last
:
thickness
:
-1
size_pix
:
2
color
:
"
RED"
feature_kfs
:
thickness
:
0.1
size_pix
:
2
tracks_preprocess
:
show
:
true
show_on_diff_topic
:
false
thickness
:
1.0
color
:
"
GREEN"
landmarks
:
show_id
:
false
size_id
:
0.75
size_pix
:
5
color
:
"
RED"
follow
:
"
publisher_vision_debug.yaml"
This diff is collapsed.
Click to expand it.
yaml/publisher_vision_debug.yaml
+
5
−
4
View file @
9fdcece1
...
...
@@ -2,7 +2,7 @@ tracks:
show_id
:
true
size_id
:
0.5
thickness
:
1.5
min_max_on_alive_tracks
:
fals
e
min_max_on_alive_tracks
:
tru
e
color
:
"
CYAN"
# color of the tracks and feature_kfs
min_lum
:
100
# above 0
max_lum
:
450
# below 510
...
...
@@ -15,13 +15,14 @@ tracks:
size_pix
:
1
tracks_preprocess
:
show
:
fals
e
# tracks from the preprocess are visible or not
show
:
tru
e
# tracks from the preprocess are visible or not
show_on_diff_topic
:
false
# tracks from the preprocess are visible in the same image as the others tracks or not
show_features
:
false
thickness
:
1.5
color
:
"
CYA
N"
color
:
"
GREE
N"
landmarks
:
show_id
:
false
size_id
:
0.5
size_pix
:
5
color
:
"
GREY
"
color
:
"
YELLOW
"
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