Skip to content
Snippets Groups Projects
Commit 1341ab45 authored by ydepledt's avatar ydepledt
Browse files

Give a better structure to the file

parent 5edf1d59
No related branches found
No related tags found
No related merge requests found
...@@ -82,20 +82,23 @@ config: ...@@ -82,20 +82,23 @@ config:
topic: "/debug_image" topic: "/debug_image"
package: "wolf_ros_vision" package: "wolf_ros_vision"
period: 0.25 period: 0.25
show_tracks_ID: true tracks:
show_landmarks_ID: false show_id: true
min_luminosity: 200 size_id: 0.5
max_luminosity: 400 thickness: 1.5
thickness_curr_ftr: -1 color: "CYAN"
size_feature_curr_pix: 3 min_lum: 100
thickness_kfs_ftr: 0.1 max_lum: 450
size_feature_kfs_pix: 3 feature_last:
thickness_lmk: 5 thickness: -1
size_text_ID: 0.5 size_pix: 2
thickness_track: 1.5 color: "RED"
size_text_ID: 0.75 feature_kfs:
color_tracks_features: "RED" thickness: 0.1
color_landmarks: "BLUE" size_pix: 1
color_last_keypoints: "GREEN" landmarks:
color_tracks_features_preprocess: "YELLOW" show_id: false
size_id: 0.5
size_pix: 5
color: "GREY"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment