public abstract class VehicleGeometry extends SuperGeometry
geoType, lastMessage| Constructor and Description |
|---|
VehicleGeometry(GeometryType type)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
javax.vecmath.Point3d |
getCenterOfGravity()
COG(x,y,z) ‘x’, ‘y’, and ‘z’ identify the position of the center of
gravity, in meters, calculated from the chassis origin.
|
javax.vecmath.Vector3d |
getDimensions()
Dimension (x,y,z) ‘x’ defines the robot’s length, ‘y’ defines the robot’s
width, and ‘z’ describes the robot’s height.
|
getGeometryType, getName, getType, isReady, updateMessagepublic VehicleGeometry(GeometryType type)
type - Geometry type describes particular subject about which we
want to know about. It is used to distinguish incoming message from the
server.public javax.vecmath.Vector3d getDimensions()
public javax.vecmath.Point3d getCenterOfGravity()
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.