class

ClientGoalHandle()

- Goal handle for working with Action Clients.

Members

member

accepted

Gets if the goal response was accepted.
Source:
member

goalId

Gets the goal Id.
Source:
member

stamp

Gets the goal response timestamp.
Source:
member

status

Gets the goal status.
Source:

Methods

function

cancelGoal() → {Promise}

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

getResult() → {Promise}

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