◆ __init__()
| test_action_client_state.AuxNode.__init__ |
( |
| self | ) |
|
◆ cancel_action()
| int test_action_client_state.AuxNode.cancel_action |
( |
| self, |
|
|
| goal_handle ) |
◆ execute_action()
| test_action_client_state.AuxNode.execute_action |
( |
| self, |
|
|
| goal_handle ) |
◆ goal_callback()
| int test_action_client_state.AuxNode.goal_callback |
( |
| self, |
|
|
| goal_request ) |
◆ handle_accepted_callback()
| None test_action_client_state.AuxNode.handle_accepted_callback |
( |
| self, |
|
|
| goal_handle ) |
◆ action_server
| test_action_client_state.AuxNode.action_server |
Initial value:= ActionServer(
self,
Fibonacci,
"test",
goal_callback=self.goal_callback,
handle_accepted_callback=self.handle_accepted_callback,
execute_callback=self.execute_action,
cancel_callback=self.cancel_action,
callback_group=ReentrantCallbackGroup(),
)
The documentation for this class was generated from the following file: