| Modifier and Type | Method and Description |
|---|---|
Joint.Id |
AbstractJoint.getId() |
Joint.Id |
Joint.getId()
Returns the Joint's logical id.
|
Joint.Id |
Robot.JointId.getJointId()
Returns the value of the Id.
|
| Constructor and Description |
|---|
AbstractJoint(Joint.Id id)
Creates a new AbstractJoint with the given Id.
|
Robot.JointId(Robot.Id robotId,
Joint.Id jointId)
Creates a new Robot.JointId with the given Robot.Id and Joint.Id.
|
| Modifier and Type | Method and Description |
|---|---|
Joint.Id |
RemoteJoint.getId() |
| Modifier and Type | Method and Description |
|---|---|
Joint.Id |
RobotDefinitionResponse.JointDefinition.getJointId()
Returns the Joint's local joint id.
|
| Constructor and Description |
|---|
ServoJoint(Joint.Id jointId,
S servo,
List<JointProperty> properties)
Creates a new ServoJoint
|
| Modifier and Type | Method and Description |
|---|---|
Map<Joint.Id,ServoController.ServoId> |
ServoRobotConfig.getIdMap()
Returns a Map of JointIds and their Corresponding ServoIds.
|
List<Joint.Id> |
JointServoMap.getJointIds() |
| Modifier and Type | Method and Description |
|---|---|
void |
JointServoMap.addServoId(Joint.Id jointId,
ServoController.Id controllerId,
String servoId) |
void |
ServoRobotConfig.addServoJoint(Joint.Id id,
ServoController.ServoId servoId)
Add a Joint to the RobotConfig with the given id and name.
|
| Modifier and Type | Method and Description |
|---|---|
J |
ServoJointAdapter.getJoint(Joint.Id jId,
S s)
Creates a ServoJoint with the given Joint.Id and Servo
|
ServoJoint<S> |
AbstractServoJointAdapter.getJoint(Joint.Id jId,
S s)
Creates a ServoJoint with the given Joint.Id, Servo, and default
JointProperties returned by getJointProperties
|
| Constructor and Description |
|---|
EmptyServoJoint(Joint.Id jointId,
String name,
NormalizedDouble defPos) |
EmptyServoJoint(Joint.Id jointId,
String name,
NormalizedDouble defPos,
int min,
int max)
Creates a new EmptyServoJoint with the given properties.
|
| Modifier and Type | Method and Description |
|---|---|
Joint.Id |
SynchronizedJointConfig.getJointId()
Returns the local joint id for the Joint to use.
|
| Constructor and Description |
|---|
SynchronizedRobot(Robot.Id robotId,
Set<Joint.Id> jointIds)
Creates a new SynchronizedRobot from the given values
|
Copyright © 2011-2014. All Rights Reserved.