public abstract class JointStateItem extends Object implements Serializable
| Constructor and Description |
|---|
JointStateItem(Joint j) |
| Modifier and Type | Method and Description |
|---|---|
JointVelocityAROMPS |
asJointVelocity() |
static double |
computeRateOfChange(JointStateCoordinateType inType,
JointStateItem prevState,
JointStateItem currState,
double timeSec) |
abstract JointStateItem |
copy() |
void |
copyStateFrom(JointStateItem sourceJSI) |
static <JSI extends JointStateItem> |
dumpStateList(List<JSI> jsil) |
Double |
getCoordinateFloat(JointStateCoordinateType type) |
JointStateCoordinateType |
getCoordinateType() |
Joint |
getJoint() |
boolean |
isZero() |
void |
multiplyByScalar(double scalar) |
void |
setCoordinateFloat(JointStateCoordinateType type,
Double value) |
void |
truncate() |
void |
verifyCoordinateTypeCompatibility(JointStateCoordinateType queryCT) |
public JointStateItem(Joint j)
public abstract JointStateItem copy()
public void copyStateFrom(JointStateItem sourceJSI)
public Double getCoordinateFloat(JointStateCoordinateType type)
public JointStateCoordinateType getCoordinateType()
public Joint getJoint()
public void multiplyByScalar(double scalar)
public void setCoordinateFloat(JointStateCoordinateType type, Double value)
public void verifyCoordinateTypeCompatibility(JointStateCoordinateType queryCT)
public boolean isZero()
public static <JSI extends JointStateItem> String dumpStateList(List<JSI> jsil)
public void truncate()
public static double computeRateOfChange(JointStateCoordinateType inType, JointStateItem prevState, JointStateItem currState, double timeSec)
public JointVelocityAROMPS asJointVelocity()
Copyright © 2010-2016. All Rights Reserved.