Skip to content

Commit 73ee467

Browse files
authored
Merge pull request #497 from JdeRobot/add-marker-height
Add marker height in marker visual loc
2 parents ff79e1b + 8bf7c55 commit 73ee467

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Coords must be transformed, origin (1,-1.5,0)
22
tags:
33
tag_0:
4-
position: [1.75, -3.535, -1.57079]
4+
position: [1.75, -3.535, 0.8, -1.57079]
55
tag_1:
6-
position: [2.2, 2.835, 1.57079]
6+
position: [2.2, 2.835, 0.8, 1.57079]
77
tag_2:
8-
position: [5.935, -2.89, 0]
8+
position: [5.935, -2.89, 0.8, 0]
99
tag_3:
10-
position: [3.17, -6.14, -1.57079]
10+
position: [3.17, -6.14, 0.8, -1.57079]
1111
tag_4:
12-
position: [-2.18, 1.5, 3.14158]
12+
position: [-2.18, 1.5, 0.8, 3.14158]
1313
tag_5:
14-
position: [4.59, -1.0, 0]
14+
position: [4.59, -1.0, 0.8, 0]
1515
tag_6:
16-
position: [-0.8, -2.85, -1.57079]
16+
position: [-0.8, -2.85, 0.8, -1.57079]
1717
tag_7:
18-
position: [1.98, -5.23, 3.14158]
18+
position: [1.98, -5.23, 0.8, 3.14158]
1919

0 commit comments

Comments
 (0)