PX4 Teleop
Functions | Variables
px4_teleop_key Namespace Reference

Functions

def addstrln (scr, string, posx=0, posy=0)
 
def show_key_config (scr)
 
def publish_pos (pub, msg, key)
 
def state_cb (msg)
 
def px4_teleop_key ()
 

Variables

 current_state = State()
 

Function Documentation

def px4_teleop_key.addstrln (   scr,
  string,
  posx = 0,
  posy = 0 
)

Definition at line 20 of file px4_teleop_key.py.

def px4_teleop_key.publish_pos (   pub,
  msg,
  key 
)

Definition at line 37 of file px4_teleop_key.py.

def px4_teleop_key.px4_teleop_key ( )

Definition at line 88 of file px4_teleop_key.py.

def px4_teleop_key.show_key_config (   scr)

Definition at line 25 of file px4_teleop_key.py.

def px4_teleop_key.state_cb (   msg)

Definition at line 84 of file px4_teleop_key.py.

Variable Documentation

px4_teleop_key.current_state = State()

Definition at line 18 of file px4_teleop_key.py.