public interface RobotDefinitionResponse extends RobotResponse
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RobotDefinitionResponse.JointDefinition
Contains the values needed to initialize a RemoteJoint.
|
static interface |
RobotDefinitionResponse.JointPropDefinition |
RobotResponse.RobotPositionResponse, RobotResponse.RobotResponseHeader, RobotResponse.RobotStatusResponse| Modifier and Type | Method and Description |
|---|---|
boolean |
getConnected()
Returns the Robot's connection status.
|
boolean |
getEnabled()
Returns the Robot's enabled status.
|
List<RobotDefinitionResponse.JointDefinition> |
getJointDefinitions()
Returns the Robot's joint definitions.
|
getResponseHeaderboolean getConnected()
boolean getEnabled()
List<RobotDefinitionResponse.JointDefinition> getJointDefinitions()
Copyright © 2011-2014. All Rights Reserved.