| Package | Description |
|---|---|
| org.robokind.api.motion.servos | |
| org.robokind.api.motion.servos.config | |
| org.robokind.api.motion.servos.utils |
| Modifier and Type | Method and Description |
|---|---|
ServoController.Id |
ServoController.ServoId.getControllerId()
Returns the value of the Id.
|
ServoController.Id |
ServoController.getId()
Returns the ServoController.Id identifying this ServoController.
|
ServoController.Id |
AbstractServoController.getId() |
| Modifier and Type | Method and Description |
|---|---|
Map<ServoController.Id,ServoController> |
ServoRobot.getControllers()
Returns an unmodifiable Map of ServoController.Ids and ServoControllers.
|
| Constructor and Description |
|---|
ServoController.ServoId(ServoController.Id controllerId,
ServoIdType servoId)
Creates a ServoController.ServoId from the given ServoController.Id
and Servo Id.
|
| Modifier and Type | Method and Description |
|---|---|
ServoController.Id |
ServoControllerConfig.getServoControllerId()
Returns the Id of the ServoController.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JointServoMap.addServoId(Joint.Id jointId,
ServoController.Id controllerId,
String servoId) |
List<ServoController.ServoId<String>> |
JointServoMap.getServoIds(ServoController.Id controllerId) |
| Modifier and Type | Method and Description |
|---|---|
ServoController.ServoId<Id> |
ServoIdReader.read(ServoController.Id controllerId,
String servoIdStr)
Reads and parses a String into the Id Type, and returns a
ServoController.ServoId.
|
Copyright © 2011-2014. All Rights Reserved.