Skip to content

Commit 0a8cf29

Browse files
authored
Merge pull request #57 from AutoModality/AM-733/apriltag
feat: correct enumerators for the camera select id
2 parents 5b1304c + b836ba1 commit 0a8cf29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

brain_box_msgs/srv/CameraSelect.srv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
uint8 VGA_FRONT=1
22
uint8 VGA_LEFT=2
3-
uint8 VGA_DOWN=3
4-
uint8 VGA_BOTTOM=4
5-
uint8 VGA_RIGHT=5
3+
uint8 VGA_RIGHT=3
4+
uint8 VGA_REAR=4
5+
uint8 VGA_BOTTOM=5
66
uint8 VGA_TOP=6
77
uint8 MAIN=7
88
uint8 FPV=8

0 commit comments

Comments
 (0)