|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MobileRobotType
Represents a mobile robot type.
| Method Summary | |
|---|---|
com.kuka.math.geometry.Vector3D |
getCenterOfMass()
Returns the offset in x, y, theta of the center of mass relative to the geometric center of the robot. |
TupleSE2 |
getCenterOfOdometry()
Returns the offset in x, y, theta of the odometry center relative to the geometric center of the robot. |
DriveType |
getDriveType()
Returns the type of drive (differential, holonomic) of this robot type. |
double |
getHeight()
Returns the height of this robot type. |
int |
getId()
Returns the id of this mobile robot type. |
double |
getMass()
Returns the nominal mass (weight) of this robot type. |
TupleSE2 |
getMaxAcceleration()
Returns the maximal translational acceleration in x, y, theta of this robot type. |
TupleSE2 |
getMaxDeceleration()
Returns the maximal translational deceleration in x, y, theta of this robot type. |
double |
getMaxV()
Returns the maximal translational velocity of this robot type. |
TupleSE2 |
getMaxVelocity()
Returns the maximal translational velocity in x, y, theta of this robot type. |
String |
getName()
Returns the name of this mobile robot type. |
com.kuka.geometry.SpatialForm |
getShape()
Returns the shape (contour) of the robot (as polygon or circle). |
| Method Detail |
|---|
int getId()
String getName()
com.kuka.geometry.SpatialForm getShape()
double getHeight()
double getMass()
com.kuka.math.geometry.Vector3D getCenterOfMass()
DriveType getDriveType()
double getMaxV()
TupleSE2 getMaxVelocity()
TupleSE2 getMaxAcceleration()
TupleSE2 getMaxDeceleration()
TupleSE2 getCenterOfOdometry()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||