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
65
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
65
Expand
Closes
#244 (closed)
Edited
5 years ago
by
Joan Solà Ortega
0
0
Merge request reports
Compare
devel
version 12
7f006a11
5 years ago
version 11
a8c7a454
5 years ago
version 10
38eaf282
5 years ago
version 9
55d95c00
5 years ago
version 8
303c7c68
5 years ago
version 7
4a967518
5 years ago
version 6
7ca64b31
5 years ago
version 5
dd67dce5
5 years ago
version 4
24cd1b8f
5 years ago
version 3
66e39df1
5 years ago
version 2
f07d5650
5 years ago
version 1
7756bf27
5 years ago
devel (base)
and
latest version
latest version
7313164c
24 commits,
5 years ago
version 12
7f006a11
23 commits,
5 years ago
version 11
a8c7a454
22 commits,
5 years ago
version 10
38eaf282
19 commits,
5 years ago
version 9
55d95c00
18 commits,
5 years ago
version 8
303c7c68
17 commits,
5 years ago
version 7
4a967518
15 commits,
5 years ago
version 6
7ca64b31
14 commits,
5 years ago
version 5
dd67dce5
13 commits,
5 years ago
version 4
24cd1b8f
11 commits,
5 years ago
version 3
66e39df1
10 commits,
5 years ago
version 2
f07d5650
7 commits,
5 years ago
version 1
7756bf27
6 commits,
5 years ago
65 files
+
307
−
2533
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
65
Search (e.g. *.vue) (Ctrl+P)
demos/maps/map_apriltag_logitech_1234.yaml deleted
100644 → 0
+
0
−
46
Options
map name
:
"
4
tags
printed
on
a
A4
sheet
vertical
recorded
at
IRI
with
logitech
webcam."
nlandmarks
:
4
# This must match the number of landmarks in the list that follows. Otherwise it is an error.
######################
# World frame is considered to be the top left corner of tag id 0. Reference frame is corherent with a camera
# looking straight at the sheet with RBF convention.
######################
landmarks
:
-
id
:
0
# use same as tag id
type
:
"
APRILTAG"
# This must match the KEY used in the LandmarkFactory. Otherwise it is an error.
tag id
:
0
tag width
:
0.055
position
:
[
0.0225
,
0.0225
,
0
]
orientation
:
[
0
,
0
,
0
]
# roll pitch yaw in degrees
position fixed
:
true
orientation fixed
:
true
-
id
:
1
# use same as tag id
type
:
"
APRILTAG"
# This must match the KEY used in the LandmarkFactory. Otherwise it is an error.
tag id
:
1
tag width
:
0.055
position
:
[
0.1525
,
0.0225
,
0
]
orientation
:
[
0
,
0
,
0
]
# roll pitch yaw in degrees
position fixed
:
true
orientation fixed
:
true
-
id
:
2
# use same as tag id
type
:
"
APRILTAG"
# This must match the KEY used in the LandmarkFactory. Otherwise it is an error.
tag id
:
2
tag width
:
0.055
position
:
[
0.0225
,
0.2125
,
0
]
orientation
:
[
0
,
0
,
0
]
# roll pitch yaw in degrees
position fixed
:
true
orientation fixed
:
true
-
id
:
3
# use same as tag id
type
:
"
APRILTAG"
# This must match the KEY used in the LandmarkFactory. Otherwise it is an error.
tag id
:
3
tag width
:
0.055
position
:
[
0.1525
,
0.2125
,
0
]
orientation
:
[
0
,
0
,
0
]
# roll pitch yaw in degrees
position fixed
:
true
orientation fixed
:
true
Loading