public class GeoMissionPackage extends SuperGeometry
| Modifier and Type | Field and Description |
|---|---|
static GeometryType |
type |
geoType, lastMessage| Constructor and Description |
|---|
GeoMissionPackage()
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLinkAt(int index)
For a mission package, the geometry message is expressed in the following
format to tell us how the mission package and its elements are
‘installed’ together to the robot.
|
int |
getLinkSize()
Returns length of link list.
|
cz.cuni.amis.pogamut.base3d.worldview.object.Location |
getLocationAt(int index)
For a mission package, the geometry message is expressed in the following
format to tell us how the mission package and its elements are
‘installed’ together to the robot.
|
int |
getLocationSize()
Returns length of location list.
|
cz.cuni.amis.pogamut.base3d.worldview.object.Rotation |
getOrientationAt(int index)
For a mission package, the geometry message is expressed in the following
format to tell us how the mission package and its elements are
‘installed’ together to the robot.
|
int |
getOrientationsSize()
Returns length of orientation list.
|
int |
getParentLink(int index)
For a mission package, the geometry message is expressed in the following
format to tell us how the mission package and its elements are
‘installed’ together to the robot.
|
int |
getParentLinkSize()
Returns length of parent link list.
|
getGeometryType, getName, getType, isReady, updateMessagepublic static final GeometryType type
public GeoMissionPackage()
public int getLinkSize()
public int getParentLinkSize()
public int getLocationSize()
public int getOrientationsSize()
public int getLinkAt(int index)
public int getParentLink(int index)
public cz.cuni.amis.pogamut.base3d.worldview.object.Location getLocationAt(int index)
public cz.cuni.amis.pogamut.base3d.worldview.object.Rotation getOrientationAt(int index)
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.