|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectaim4.msg.v2i.Request.VehicleSpecForRequestMsg
public static class Request.VehicleSpecForRequestMsg
The specification of the vehicle.
| Constructor Summary | |
|---|---|
Request.VehicleSpecForRequestMsg(double maxAcceleration,
double maxDeceleration,
double minVelocity,
double length,
double width,
double frontAxleDisplacement,
double rearAxleDisplacement,
double maxSteeringAngle,
double maxTurnPerSecond)
Create a vehicle specification for request message. |
|
Request.VehicleSpecForRequestMsg(Request.VehicleSpecForRequestMsg spec)
Create a copy of a given vehicle specification for request message |
|
Request.VehicleSpecForRequestMsg(VehicleSpec vspec)
Create a copy of a given vehicle specification for request message |
|
| Method Summary | |
|---|---|
double |
getFrontAxleDisplacement()
|
double |
getLength()
|
double |
getMaxAcceleration()
|
double |
getMaxDeceleration()
|
double |
getMaxSteeringAngle()
|
double |
getMaxTurnPerSecond()
|
double |
getMinVelocity()
|
double |
getRearAxleDisplacement()
|
double |
getWidth()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Request.VehicleSpecForRequestMsg(double maxAcceleration,
double maxDeceleration,
double minVelocity,
double length,
double width,
double frontAxleDisplacement,
double rearAxleDisplacement,
double maxSteeringAngle,
double maxTurnPerSecond)
maxAcceleration - the maximum accelerationmaxDeceleration - the maximum decelerationminVelocity - the minimum velocitylength - the length of the vehiclewidth - the width of the vehiclefrontAxleDisplacement - the front axle displacementrearAxleDisplacement - the rear axle displacementmaxSteeringAngle - the maximum steering anglemaxTurnPerSecond - the maximum turn per secondpublic Request.VehicleSpecForRequestMsg(VehicleSpec vspec)
vspec - the vehicle specificationpublic Request.VehicleSpecForRequestMsg(Request.VehicleSpecForRequestMsg spec)
spec - the vehicle specification| Method Detail |
|---|
public double getMaxAcceleration()
public double getMaxDeceleration()
public double getMinVelocity()
public double getLength()
public double getWidth()
public double getFrontAxleDisplacement()
public double getRearAxleDisplacement()
public double getMaxSteeringAngle()
public double getMaxTurnPerSecond()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||