-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jose ferrao
committed
Dec 3, 2019
1 parent
94d3e56
commit 80358d7
Showing
3 changed files
with
39 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,15 @@ | ||
# Position of the marker in meters | ||
float64 posx | ||
float64 posy | ||
float64 posz | ||
|
||
# Euler rotation of the marker | ||
float64 rotx | ||
float64 roty | ||
float64 rotz | ||
|
||
# Marker size in meters | ||
float64 size | ||
int32 id | ||
|
||
# ID of the aruco marker | ||
int32 id |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters