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
5
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
5
Expand
Closes
#244 (closed)
Edited
5 years ago
by
Joan Solà Ortega
0
0
Merge request reports
Viewing commit
7313164c
Prev
Next
Show latest version
5 files
+
72
−
37
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
7313164c
New macro for processors::createAutoConf
· 7313164c
Joan Solà Ortega
authored
5 years ago
hello_wolf/hello_wolf_config.yaml
+
17
−
17
Options
@@ -4,25 +4,25 @@ config:
frame_structure
:
"
PO"
dimension
:
2
prior
:
timestamp
:
0.0
state
:
[
0
,
0
,
0
]
cov
:
[[
3
,
3
],
.01
,
0
,
0
,
0
,
.01
,
0
,
0
,
0
,
.01
]
time_tolerance
:
0.1
timestamp
:
0.0
state
:
[
0
,
0
,
0
]
cov
:
[[
3
,
3
],
.01
,
0
,
0
,
0
,
.01
,
0
,
0
,
0
,
.01
]
time_tolerance
:
0.1
sensors
:
-
type
:
"
ODOM
2D"
name
:
"
sen
odom"
type
:
"
ODOM
2D"
name
:
"
sen
odom"
extrinsic
:
pose
:
[
0
,
0
,
0
]
k_disp_to_disp
:
0.1
k_rot_to_rot
:
0.1
pose
:
[
0
,
0
,
0
]
k_disp_to_disp
:
0.1
k_rot_to_rot
:
0.1
-
type
:
"
RANGE
BEARING"
name
:
"
sen
rb"
type
:
"
RANGE
BEARING"
name
:
"
sen
rb"
extrinsic
:
pose
:
[
1
,
1
,
0
,
0
]
pose
:
[
1
,
1
,
0
]
noise_range_metres_std
:
0.1
noise_bearing_degrees_std
:
0.5
@@ -42,12 +42,12 @@ config:
unmeasured_perturbation_std
:
0.001
-
type
:
"
RANGE
BEARING"
name
:
"
prc
rb"
sensor_name
:
"
sen
rb"
voting_active
:
false
type
:
"
RANGE
BEARING"
name
:
"
prc
rb"
sensor_name
:
"
sen
rb"
voting_active
:
false
voting_aux_active
:
false
time_tolerance
:
0.1
time_tolerance
:
0.1
files
:
Loading