Go to the source code of this file.
Classes | |
class | Hover.Crazyflie |
Namespaces | |
namespace | Hover |
Functions | |
def | Hover.handler |
Variables | |
tuple | Hover.cf1 = Crazyflie("cf1") |
tuple | Hover.cf2 = Crazyflie("cf2") |
tuple | Hover.t1 = Thread(target=handler, args=(cf1,)) |
tuple | Hover.t2 = Thread(target=handler, args=(cf2,)) |