Namespaces | Functions | Variables
test_input.py File Reference

Go to the source code of this file.

Namespaces

 test_input
 

Functions

def test_input.BumperEventCallback (data)
 
def test_input.ButtonEventCallback (data)
 
def test_input.clearing ()
 
def test_input.CliffEventCallback (data)
 
def test_input.DigitalInputEventCallback (data)
 
def test_input.ImuCallback (data)
 
def test_input.PowerEventCallback (data)
 
def test_input.SensorStateCallback (data)
 
def test_input.WheelDropEventCallback (data)
 

Variables

dictionary test_input.bumper0 = { BumperEvent.LEFT:0, BumperEvent.CENTER:1, BumperEvent.RIGHT:2, }
 
dictionary test_input.bumper1 = { BumperEvent.RELEASED:'Released', BumperEvent.PRESSED:'Pressed ', }
 
list test_input.bumperS = [ 'Released', 'Released', 'Released', ]
 
dictionary test_input.button0 = { ButtonEvent.Button0:0, ButtonEvent.Button1:1, ButtonEvent.Button2:2, }
 
dictionary test_input.button1 = { ButtonEvent.RELEASED:'Released', ButtonEvent.PRESSED:'Pressed ', }
 
list test_input.buttonS = [ 'Released', 'Released', 'Released', ]
 
dictionary test_input.cliff0 = { CliffEvent.LEFT:0, CliffEvent.CENTER:1, CliffEvent.RIGHT:2, }
 
dictionary test_input.cliff1 = { CliffEvent.FLOOR:'Floor', CliffEvent.CLIFF:'Cliff', }
 
list test_input.cliffS = [ 'Floor', 'Floor', 'Floor',]
 
list test_input.digitalS = [False, False, False, False]
 
 test_input.key = stdscr.getch()
 
dictionary test_input.power0
 
string test_input.powerS = "Not Available"
 
 test_input.stdscr = curses.initscr()
 
dictionary test_input.wheel0 = { WheelDropEvent.LEFT:0, WheelDropEvent.RIGHT:1, }
 
dictionary test_input.wheel1 = { WheelDropEvent.RAISED:'Raised ', WheelDropEvent.DROPPED:'Dropped', }
 
list test_input.wheelS = [ 'Raised ', 'Raised ', ]
 


kobuki_testsuite
Author(s): Jorge Santos Simon
autogenerated on Mon Jun 10 2019 13:45:22