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
Commits
303c7c68
Commit
303c7c68
authored
5 years ago
by
Joan Solà Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Repair YAML files
parent
eefa1571
No related branches found
No related tags found
2 merge requests
!312
Adress 244: Do not use default yaml params
,
!305
WIP: Resolve "Do not use default YAML params"
Pipeline
#4125
passed
5 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
demos/processor_odom_3D.yaml
+8
-5
8 additions, 5 deletions
demos/processor_odom_3D.yaml
test/yaml/processor_odom_3D.yaml
+2
-0
2 additions, 0 deletions
test/yaml/processor_odom_3D.yaml
with
10 additions
and
5 deletions
demos/processor_odom_3D.yaml
+
8
−
5
View file @
303c7c68
processor type
:
"
ODOM
3D"
# This must match the KEY used in the SensorFactory. Otherwise it is an error.
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
processor name
:
"
Main
odometer"
# This is ignored. The name provided to the SensorFactory prevails
time tolerance
:
0.01
# seconds
time tolerance
:
0.01
# seconds
keyframe vote
:
max time span
:
0.2
# seconds
voting_active
:
false
max buffer length
:
10
# motion deltas
voting_aux_active
:
false
dist traveled
:
0.5
# meters
k_max_time span
:
0.2
# seconds
angle turned
:
0.1
# radians (1 rad approx 57 deg, approx 60 deg)
k_max_buff_length
:
10
# motion deltas
\ No newline at end of file
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
This diff is collapsed.
Click to expand it.
test/yaml/processor_odom_3D.yaml
+
2
−
0
View file @
303c7c68
...
@@ -2,6 +2,8 @@ type: "ODOM 3D" # This must match the KEY used in the SensorFactory
...
@@ -2,6 +2,8 @@ type: "ODOM 3D" # This must match the KEY used in the SensorFactory
name
:
"
Main
odometer"
# This is ignored. The name provided to the SensorFactory prevails
name
:
"
Main
odometer"
# This is ignored. The name provided to the SensorFactory prevails
time_tolerance
:
0.01
# seconds
time_tolerance
:
0.01
# seconds
voting_active
:
false
voting_aux_active
:
false
max_time_span
:
0.2
# seconds
max_time_span
:
0.2
# seconds
max_buff_length
:
10
# motion deltas
max_buff_length
:
10
# motion deltas
dist_traveled
:
0.5
# meters
dist_traveled
:
0.5
# meters
...
...
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