Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
c
d
e
f
h
j
l
m
n
o
p
q
r
s
t
u
w
x
y
z
Functions
+
Variables
a
c
d
e
f
h
j
l
m
n
o
p
q
r
s
t
u
w
x
y
z
+
Classes
Class List
+
Class Members
+
All
_
a
b
d
e
f
g
j
l
m
n
o
p
r
s
t
u
v
w
x
y
z
~
+
Functions
_
d
e
g
j
l
p
r
s
t
u
~
+
Variables
_
a
b
d
f
g
j
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Files
File List
+
File Members
All
Functions
scripts
demo2.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
from
demo
import
Demo
3
4
if
__name__ ==
'__main__'
:
5
demo =
Demo
(
6
[
7
#x , y, z, yaw, sleep
8
[0.0 , -1.0, 0.5, 0, 2],
9
[1.5 , -1.0, 0.5, 0, 2],
10
[-1.5 , -1.0, 0.75, 0, 2],
11
[-1.5 , -1.5, 0.5, 0, 2],
12
[0.0 , -1.0, 0.5, 0, 0],
13
]
14
)
15
demo.run()
demo.Demo
Definition:
demo.py:11
crazyflie_demo
Author(s): Wolfgang Hoenig
autogenerated on Mon Feb 28 2022 22:11:47