Definition at line 69 of file example_test.py.
def example_test.TestScenario.__init__ |
( |
|
self, |
|
|
|
debug_exceptions = False |
|
) |
| |
def example_test.TestScenario._available_test_methods |
( |
|
self | ) |
|
|
private |
def example_test.TestScenario._start_scenario |
( |
|
self, |
|
|
|
request |
|
) |
| |
|
private |
def example_test.TestScenario.start_scenario |
( |
|
self, |
|
|
|
scenario |
|
) |
| |
def example_test.TestScenario.stop |
( |
|
self | ) |
|
def example_test.TestScenario.test_all |
( |
|
self | ) |
|
def example_test.TestScenario.test_happy_flow |
( |
|
self | ) |
|
The robot is told to go charge.
It should then navigate to a position close to the charger,
call the dock-service then uses it's arm to plug itself in and say something when
finally getting some juice from the charger.
Definition at line 158 of file example_test.py.
def example_test.TestScenario.test_unhappy_flow |
( |
|
self | ) |
|
The robot is told to go charge.
It should then navigate to a position close to the charger.
call the dock-service then uses it's arm to plug itself in and say something when
finally getting some juice from the charger.
However, the docking fails first so the robot retries and then the arm fails at first,
so the robot says something about it's arm and then retries
Definition at line 186 of file example_test.py.
example_test.TestScenario._start_scenario_srv |
|
private |
example_test.TestScenario.arm |
example_test.TestScenario.debug_exceptions |
example_test.TestScenario.dock |
example_test.TestScenario.human_to_robot_speech |
example_test.TestScenario.move_base |
example_test.TestScenario.say |
The documentation for this class was generated from the following file: