new ActionClient(options)
An actionlib action client.
Emits the following events:
- 'timeout' - If a timeout occurred while sending a goal.
- 'status' - The status messages received from the action server.
- 'feedback' - The feedback messages received from the action server.
- 'result' - The result returned from the action server.
Parameters:
Name | Type | Description | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
Properties
|
- Source:
Methods
cancel()
Cancel all goals associated with this ActionClient.
- Source:
dispose()
Unsubscribe and unadvertise all topics associated with this ActionClient.
- Source: