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()


crazyflie_demo
Author(s): Wolfgang Hoenig
autogenerated on Mon Sep 28 2020 03:40:12