public class ConfigMissionPackage extends SuperConfiguration
| Modifier and Type | Field and Description |
|---|---|
static ConfigType |
type |
confType, lastMessage| Constructor and Description |
|---|
ConfigMissionPackage()
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getJointTypeAt(int index)
Each value can either be “Revolute” or “Prismatic”, as determined by the
type of joint being described.
|
int |
getLinkAt(int index)
Each value is the mission package’s link number(or index) that is
described further by JoinType, Max/Min Torque, Max/Min Speed and Max/Min
Range.
|
int |
getLinksLength()
Returns length of link list.
|
double |
getMaxRangeAt(int index)
For a revolute joint, Each value is the maximum absolute angle that the
joint can rotate to.
|
double |
getMaxSpeedAt(int index)
Each value describes the joint’s maximum speed, in rad/s.
|
double |
getMaxTorqueAt(int index)
Each value describes the joint’s maximum torque.
|
double |
getMinRangeAt(int index)
For a revolute joint, Each value is the minimum absolute angle that the
joint can rotate to.
|
getConfigType, getFeatureNames, getFeatures, getFeatureSize, getFeatureValueBy, getName, getType, isReady, updateMessagepublic static final ConfigType type
public ConfigMissionPackage()
public int getLinkAt(int index)
index - public String getJointTypeAt(int index)
index - public double getMaxSpeedAt(int index)
index - public double getMaxTorqueAt(int index)
index - public double getMinRangeAt(int index)
index - public double getMaxRangeAt(int index)
index - public int getLinksLength()
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.