Skip to content
Snippets Groups Projects
Commit 34779830 authored by cont-integration's avatar cont-integration
Browse files

[skip ci] yaml templates added or modified

parent 58b20fe5
No related branches found
No related tags found
1 merge request!39Draft: Resolve "Adapt to new sensor constructors in core"
...@@ -42,4 +42,5 @@ grid: ...@@ -42,4 +42,5 @@ grid:
landmark_creation: landmark_creation:
min_track_length: 0 # DOC Minimum required track length to create a landmark - TYPE unsigned int min_track_length: 0 # DOC Minimum required track length to create a landmark - TYPE unsigned int
min_pixel_dist: 0 # DOC Minimum distance between two features in pixels to create a landmark - TYPE unsigned int min_pixel_dist: 0 # DOC Minimum distance between two features in pixels to create a landmark - TYPE unsigned int
use_homogeneous: false # DOC The created landmarks will use homogeneous coordinates (recommended), if false, it will create euclidean 3D points. - TYPE bool use_homogeneous: false # DOC The created landmarks will use homogeneous coordinates (recommended), if false, it will create euclidean 3D points. - TYPE bool
\ No newline at end of file distance_init: 10.0 # OPTIONAL - DOC The distance used to initialize the landmarks in meters projecting the feature direction, only done when triangulation method fails. - TYPE double
\ No newline at end of file
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