Skip to content

Commit 9244ee3

Browse files
authored
Add global position int
1 parent d91e090 commit 9244ee3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MAVez/enums/mav_message.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class MAVMessage(Enum):
3131
ATTITUDE = 30
3232
ATTITUDE_QUATERNION = 31
3333
LOCAL_POSITION_NED = 32
34+
GLOBAL_POSITION_INT = 33
3435
RC_CHANNELS_SCALED = 34
3536
RC_CHANNELS_RAW = 35
3637
SERVO_OUTPUT_RAW = 36

0 commit comments

Comments
 (0)