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
4
Merged
Joan Solà Ortega
requested to merge
Apriltag
into
devel
6 years ago
Overview
0
Commits
276
Pipelines
63
Changes
4
Expand
MR open while Gitflow transition
It can stay open until big merge in the future
0
0
Merge request reports
Viewing commit
dcd272f3
Prev
Next
Show latest version
4 files
+
26
−
13
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
dcd272f3
Added parameters for disambiguation using IPPE reprojection error
· dcd272f3
Mederic Fourmy
authored
6 years ago
src/examples/processor_tracker_landmark_apriltag.yaml
+
4
−
2
Options
@@ -10,6 +10,8 @@ detector parameters:
refine_edges
:
true
refine_decode
:
true
refine_pose
:
true
ippe_min_ratio
:
3.0
# quite arbitrary, always > 1 (to deactive, set at 0 for example)
ippe_max_rep_error
:
2.0
# to deactivate, set at something big (100)
tag parameters
:
tag_family
:
"
tag36h11"
@@ -24,8 +26,8 @@ tag widths:
noise
:
std_xy
:
0.1
# m
std_z
:
0.1
# m
std_rpy_degrees
:
20
# degrees
std_pix
:
2
# pixel error
std_rpy_degrees
:
5
# degrees
std_pix
:
2
0
# pixel error
vote
:
voting active
:
true
Loading