| Package | Description |
|---|---|
| org.robokind.api.motion | |
| org.robokind.api.motion.jointgroup | |
| org.robokind.api.motion.messaging | |
| org.robokind.api.motion.servos | |
| org.robokind.api.motion.servos.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRobot<J extends Joint>
Provides common functionality for Robot implementations
|
interface |
Robot<J extends Joint>
A Robot provides access to a List of Joints backed by a List of
JointControllers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJoint
Abstract implementation providing much of the functionality need to implement
various Joints.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJointGroup<Id,G extends JointGroup,J extends Joint>
Abstract class providing common functionality for JointGroups.
|
interface |
JointGroup<Id,G extends JointGroup,J extends Joint>
JointGroups give a hierarchical view of a set of Joints.
|
| Modifier and Type | Method and Description |
|---|---|
protected Joint |
RobotJointGroup.getJointById(Robot.JointId jointId) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteJoint
RemoteJoint represents a Joint on a RemoteRobot.
|
| Modifier and Type | Method and Description |
|---|---|
protected Joint |
RemoteRobotHost.getRequestedJoint(RobotRequest req)
Retrieves the Joint specified in the RobotRequest.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServoJoint<S extends Servo> |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyServoJoint
An Empty implementation of a ServoJoint, used for missing Servos.
|
Copyright © 2011-2014. All Rights Reserved.