org.robokind.api.motion.messaging.messages
Interface RobotDefinitionResponse.JointDefinition

Enclosing interface:
RobotDefinitionResponse

public static interface RobotDefinitionResponse.JointDefinition


Method Summary
 NormalizedDouble getDefaultPosition()
           
 boolean getEnabled()
           
 NormalizedDouble getGoalPosition()
           
 Joint.Id getJointId()
           
 String getName()
           
 

Method Detail

getJointId

Joint.Id getJointId()

getName

String getName()

getDefaultPosition

NormalizedDouble getDefaultPosition()

getGoalPosition

NormalizedDouble getGoalPosition()

getEnabled

boolean getEnabled()


Copyright © 2011-2012. All Rights Reserved.