| Package | Description |
|---|---|
| org.robokind.api.motion | |
| org.robokind.api.motion.jointgroup | |
| org.robokind.api.motion.messaging | |
| org.robokind.api.motion.utils |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Robot.JointId,J> |
AbstractRobot.myJointMap
Map of the Robot's JointIds and Joints.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Robot.JointId> |
Robot.getJointIds()
Returns a set of the Robot's Joint ids.
|
Set<Robot.JointId> |
AbstractRobot.getJointIds() |
| Modifier and Type | Method and Description |
|---|---|
J |
Robot.getJoint(Robot.JointId id)
Return the Joint with the given id.
|
J |
AbstractRobot.getJoint(Robot.JointId id) |
String |
Robot.getJointName(Robot.JointId id)
The Robot's name for the Joint with the given logical id.
|
String |
AbstractRobot.getJointName(Robot.JointId id) |
| Constructor and Description |
|---|
Robot.RobotPositionHashMap(Map<? extends Robot.JointId,? extends NormalizedDouble> m) |
| Modifier and Type | Method and Description |
|---|---|
protected Joint |
RobotJointGroup.getJointById(Robot.JointId jointId) |
| Constructor and Description |
|---|
RobotJointGroup(String name,
List<Robot.JointId> ids,
List<RobotJointGroup> groups) |
RobotJointGroupConfig(String name,
Robot.Id robotId,
List<? extends Robot.JointId> ids,
List<? extends RobotJointGroupConfig> groups)
Creates a RobotJointGroupConfig with the given JointIds and sub-groups.
|
| Modifier and Type | Method and Description |
|---|---|
Req |
RobotRequestFactory.buildJointRequest(Robot.JointId jointId,
String sourceId,
String destId,
String requestType,
long timestampMillisecUTC)
Creates a new RobotRequest for the given Joint.
|
boolean |
RemoteRobotClient.getJointEnabled(Robot.JointId jointId)
Requests the remote Joint's enabled status.
|
boolean |
RemoteRobotClient.sendJointDisable(Robot.JointId jointId)
Sends an disable command to a remote Joint.
|
boolean |
RemoteRobotClient.sendJointEnable(Robot.JointId jointId)
Sends an disable command to a remote Joint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PositionTargetFrameSource.putPosition(Robot.JointId id,
NormalizedDouble position)
Set the target position for the given JointId and enables this
MotionTargetFrameSource.
|
Copyright © 2011-2014. All Rights Reserved.