Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
a
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
x
+
Functions
_
b
c
g
i
m
n
p
s
t
Variables
Typedefs
Enumerations
+
Enumerator
m
o
u
+
Macros
_
a
b
c
d
e
f
g
h
m
p
r
s
t
x
pymavlink
tools
python_array_test_recv.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
3
4
from
__future__
import
print_function
5
from
pymavlink
import
mavutil
6
7
master = mavutil.mavlink_connection(
"udp::14555"
, dialect=
"array_test"
)
8
9
while
True
:
10
m = master.recv_msg()
11
if
m
is
not
None
:
12
print(m)
mavlink
Author(s): Lorenz Meier
autogenerated on Fri Aug 2 2019 03:39:46