Go to the source code of this file.
Namespaces | |
tellopy.examples.joystick_and_video | |
Functions | |
def | tellopy.examples.joystick_and_video.draw_text (image, text, row) |
def | tellopy.examples.joystick_and_video.handle_input_event (drone, e) |
def | tellopy.examples.joystick_and_video.handler (event, sender, data, args) |
def | tellopy.examples.joystick_and_video.main () |
def | tellopy.examples.joystick_and_video.recv_thread (drone) |
def | tellopy.examples.joystick_and_video.update (old, new, max_delta=0.3) |
Variables | |
tellopy.examples.joystick_and_video.buttons = None | |
tellopy.examples.joystick_and_video.flight_data = None | |
tellopy.examples.joystick_and_video.log_data = None | |
tellopy.examples.joystick_and_video.new_image = None | |
float | tellopy.examples.joystick_and_video.pitch = 0.0 |
tellopy.examples.joystick_and_video.prev_flight_data = None | |
float | tellopy.examples.joystick_and_video.roll = 0.0 |
bool | tellopy.examples.joystick_and_video.run_recv_thread = True |
int | tellopy.examples.joystick_and_video.speed = 100 |
float | tellopy.examples.joystick_and_video.throttle = 0.0 |
float | tellopy.examples.joystick_and_video.yaw = 0.0 |