Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wolf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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_lib
wolf
Merge requests
!305
WIP: Resolve "Do not use default YAML params"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
WIP: Resolve "Do not use default YAML params"
244-yaml-params-with-spaces-not-underscores
into
devel
Overview
2
Commits
24
Pipelines
14
Changes
2
Closed
Joan Solà Ortega
requested to merge
244-yaml-params-with-spaces-not-underscores
into
devel
5 years ago
Overview
2
Commits
24
Pipelines
14
Changes
2
Expand
Closes
#244 (closed)
Edited
5 years ago
by
Joan Solà Ortega
0
0
Merge request reports
Viewing commit
303c7c68
Prev
Next
Show latest version
2 files
+
10
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
303c7c68
Repair YAML files
· 303c7c68
Joan Solà Ortega
authored
5 years ago
demos/processor_odom_3D.yaml
+
8
−
5
Options
processor type
:
"
ODOM
3D"
# This must match the KEY used in the SensorFactory. Otherwise it is an error.
processor name
:
"
Main
odometer"
# This is ignored. The name provided to the SensorFactory prevails
time tolerance
:
0.01
# seconds
keyframe vote
:
max time span
:
0.2
# seconds
max buffer length
:
10
# motion deltas
dist traveled
:
0.5
# meters
angle turned
:
0.1
# radians (1 rad approx 57 deg, approx 60 deg)
\ No newline at end of file
voting_active
:
false
voting_aux_active
:
false
k_max_time span
:
0.2
# seconds
k_max_buff_length
:
10
# motion deltas
k_dist_traveled
:
0.5
# meters
k_angle_turned
:
0.1
# radians (1 rad approx 57 deg, approx 60 deg)
\ No newline at end of file
Loading