Class: ClientGoalHandle

ClientGoalHandle()

- Goal handle for working with Action Clients.

Members

accepted

Gets if the goal response was accepted.
Source:

goalId

Gets the goal Id.
Source:

stamp

Gets the goal response timestamp.
Source:

status

Gets the goal status.
Source:

Methods

cancelGoal() → {Promise}

Send a cancel request for the goal.
Source:
Returns:
- The cancel response.
Type
Promise

getResult() → {Promise}

Request the result for the goal.
Source:
Returns:
- The result response.
Type
Promise