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
!233
WIP: Apriltag
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
WIP: Apriltag
Apriltag
into
devel
Overview
0
Commits
276
Pipelines
63
Changes
2
Merged
Joan Solà Ortega
requested to merge
Apriltag
into
devel
6 years ago
Overview
0
Commits
276
Pipelines
63
Changes
2
Expand
MR open while Gitflow transition
It can stay open until big merge in the future
0
0
Merge request reports
Viewing commit
3957b540
Show latest version
2 files
+
50
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
3957b540
Add map corresponding to logitech dataset
· 3957b540
Mederic Fourmy
authored
6 years ago
src/examples/maps/map_apriltag_logitech_1234.yaml
0 → 100644
+
46
−
0
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 at 75cm from the sheet with RDF convention (like a camera).
# Landmarks facing the Z axis (view axis of the camera) have the same orientation as world frame.
######################
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.061
,
-0.185
,
0.75
]
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.061
,
-0.185
,
0.75
]
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.061
,
0
,
0.75
]
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.061
,
0
,
0.75
]
orientation
:
[
0
,
0
,
0
]
# roll pitch yaw in degrees
position fixed
:
true
orientation fixed
:
true
Loading