|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RobotDefinitionResponse
RobotResponse to a Robot definition request. Contains all the values needed to initialize a RemoteRobot: connection status, enabled status, and joint definitions.
| Nested Class Summary | |
|---|---|
static interface |
RobotDefinitionResponse.JointDefinition
Contains the values needed to initialize a RemoteJoint. |
| Nested classes/interfaces inherited from interface org.robokind.api.motion.messaging.messages.RobotResponse |
|---|
RobotResponse.RobotPositionResponse, RobotResponse.RobotResponseHeader, RobotResponse.RobotStatusResponse |
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.robokind.api.motion.messaging.messages.RobotResponse |
|---|
getResponseHeader |
| Method Detail |
|---|
boolean getConnected()
boolean getEnabled()
List<RobotDefinitionResponse.JointDefinition> getJointDefinitions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||