Public Member Functions | |
| def | __init__ |
| def | execute_cb |
Private Attributes | |
| _action_name | |
| _as | |
| _feedback | |
Static Private Attributes | |
| tuple | _feedback = shell_execution_action_server.msg.ShellCommandFeedback() |
| tuple | _result = shell_execution_action_server.msg.ShellCommandResult() |
Definition at line 13 of file action_executor.py.
| def action_executor.ShellCommand.__init__ | ( | self, | |
| name | |||
| ) |
Definition at line 18 of file action_executor.py.
| def action_executor.ShellCommand.execute_cb | ( | self, | |
| goal | |||
| ) |
Definition at line 24 of file action_executor.py.
Definition at line 18 of file action_executor.py.
action_executor.ShellCommand::_as [private] |
Definition at line 18 of file action_executor.py.
tuple action_executor.ShellCommand::_feedback = shell_execution_action_server.msg.ShellCommandFeedback() [static, private] |
Definition at line 15 of file action_executor.py.
action_executor.ShellCommand::_feedback [private] |
Definition at line 18 of file action_executor.py.
tuple action_executor.ShellCommand::_result = shell_execution_action_server.msg.ShellCommandResult() [static, private] |
Definition at line 16 of file action_executor.py.