ADORe
ADORe is a modular open source software library and toolkit for decision making, planning, control and simulation of automated vehicles
test_usb_keyboard.py File Reference

Classes

class  test_usb_keyboard.usb_config
 
class  test_usb_keyboard.ros_wrapper
 

Namespaces

 test_usb_keyboard
 

Functions

def test_usb_keyboard.get_key_on_down (device)
 
def test_usb_keyboard.get_device_path_on_hold (device)
 
def test_usb_keyboard.find_device_holding_key ()
 
def test_usb_keyboard.call_wrapper (configs)
 

Variables

bool test_usb_keyboard.read_attempt_failed = False
 
list test_usb_keyboard.configs = []
 
string test_usb_keyboard.file = "usb_keyboard.json"
 
 test_usb_keyboard.config_file = open(file,"r")
 
 test_usb_keyboard.config_json = json.load(config_file)
 
 test_usb_keyboard.conf = usb_config()
 
 test_usb_keyboard.__dict__