dartros
dartros
ActionLibClient
<
G extends RosMessage<
G
>
,
AG extends RosActionGoal<
G
,
AG
>
,
F extends RosMessage<
F
>
,
AF extends RosActionFeedback<
F
,
AF
>
,
R extends RosMessage<
R
>
,
AR extends RosActionResult<
R
,
AR
>
,
A extends RosActionMessage<
G
,
AG
,
F
,
AF
,
R
,
AR
>
>
handleStatus abstract method
handleStatus
dartros
dartros
ActionLibClient
<
G extends RosMessage<
G
>
,
AG extends RosActionGoal<
G
,
AG
>
,
F extends RosMessage<
F
>
,
AF extends RosActionFeedback<
F
,
AF
>
,
R extends RosMessage<
R
>
,
AR extends RosActionResult<
R
,
AR
>
,
A extends RosActionMessage<
G
,
AG
,
F
,
AF
,
R
,
AR
>
>
handleStatus abstract method
ActionLibClient class
Constructors
ActionLibClient
Properties
actionClass
actionServer
hashCode
hasStatus
isServerConnected
node
runtimeType
type
Methods
cancel
generateGoalID
handleFeedback
handleResult
handleStatus
noSuchMethod
sendActionGoal
shutdown
toString
waitForActionServerToStart
Operators
operator ==
handleStatus
method
void
handleStatus
(
GoalStatusArray
status
)
Implementation
void handleStatus(GoalStatusArray status);