Skip to content

Commit f1ba8fd

Browse files
committed
feat(landmark.msg): add constants for aruco marker
1 parent 63f4ccc commit f1ba8fd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

msg/Landmark.msg

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ geometry_msgs/PoseWithCovariance pose
1010
# Constants
1111

1212
# Landmark type:
13-
uint16 ARUCO_BOARD = 1
14-
uint16 PIPELINE_START = 2
15-
uint16 PIPELINE_END = 3
13+
uint16 ARUCO_MARKER = 1
14+
uint16 ARUCO_BOARD = 2
15+
uint16 PIPELINE_START = 3
16+
uint16 PIPELINE_END = 4
1617

1718
# Landmark subtype:
1819
uint16 ARUCO_BOARD_CAMERA = 1

0 commit comments

Comments
 (0)