Implements a simple StateBase that calls an actionlib action. More...
Public Member Functions | |
def | __init__ |
def | get_smach_state |
Returns an object that implements smach.State, needed by RCommander to create the final state machine. | |
Public Attributes | |
action_name | |
action_type | |
goal_cb_str | |
input_keys | |
output_keys |
Implements a simple StateBase that calls an actionlib action.
Definition at line 603 of file tool_utils.py.
def rcommander.tool_utils.SimpleStateBase.__init__ | ( | self, | |
name, | |||
action_name, | |||
action_type, | |||
goal_cb_str, | |||
input_keys = [] , |
|||
output_keys = [] |
|||
) |
name | |
action_name | |
action_type | |
goal_cb_str | |
input_keys | |
output_keys |
Definition at line 613 of file tool_utils.py.
Returns an object that implements smach.State, needed by RCommander to create the final state machine.
Reimplemented from rcommander.tool_utils.StateBase.
Definition at line 621 of file tool_utils.py.
Definition at line 613 of file tool_utils.py.
Definition at line 613 of file tool_utils.py.
Definition at line 613 of file tool_utils.py.
Definition at line 613 of file tool_utils.py.
Definition at line 613 of file tool_utils.py.