This test checks the correct call to commands from the cob_script_server. More...
Public Member Functions | |
def | __init__ |
def | base_cb |
def | cb |
def | script_action_move_base |
def | script_action_trigger |
def | test_init |
def | test_recover |
def | test_stop |
Public Attributes | |
as_server | |
cb_executed | |
cb_move_executed | |
component_name |
This test checks the correct call to commands from the cob_script_server.
This does not cover the execution of the commands (this shoud be checked in the package where the calls refer to).
Definition at line 26 of file test_action_interface.py.
def test_action_interface.TestActionInterface.__init__ | ( | self, | |
args | |||
) |
Definition at line 27 of file test_action_interface.py.
def test_action_interface.TestActionInterface.base_cb | ( | self, | |
goal | |||
) |
Definition at line 127 of file test_action_interface.py.
def test_action_interface.TestActionInterface.cb | ( | self, | |
req | |||
) |
Definition at line 68 of file test_action_interface.py.
def test_action_interface.TestActionInterface.script_action_move_base | ( | self, | |
goal | |||
) |
Definition at line 106 of file test_action_interface.py.
def test_action_interface.TestActionInterface.script_action_trigger | ( | self, | |
goal | |||
) |
Definition at line 53 of file test_action_interface.py.
Definition at line 35 of file test_action_interface.py.
Definition at line 47 of file test_action_interface.py.
Definition at line 41 of file test_action_interface.py.
Definition at line 106 of file test_action_interface.py.
Definition at line 27 of file test_action_interface.py.
Definition at line 27 of file test_action_interface.py.
Definition at line 27 of file test_action_interface.py.