|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.pogamut.usar2004.agent.module.configuration.SuperConfiguration
cz.cuni.amis.pogamut.usar2004.agent.module.configuration.ConfigMissionPackage
public class ConfigMissionPackage
Configuration message representative for Mission packages.
| Field Summary | |
|---|---|
static ConfigType |
type
|
| Fields inherited from class cz.cuni.amis.pogamut.usar2004.agent.module.configuration.SuperConfiguration |
|---|
confType, lastMessage |
| Constructor Summary | |
|---|---|
ConfigMissionPackage()
Ctor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class cz.cuni.amis.pogamut.usar2004.agent.module.configuration.SuperConfiguration |
|---|
getConfigType, getFeatureNames, getFeatures, getFeatureSize, getFeatureValueBy, getName, getType, isReady, updateMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ConfigType type
| Constructor Detail |
|---|
public ConfigMissionPackage()
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||