orca-robotics INTRODUCTION Overview Download and Install Quick Start Documentation Publications REPOSITORY Interfaces Components Libraries Utilities Software Map DEVELOPER Tutorials Examples Dev Guide Dashboard Wiki login/pass: orca/orca PEOPLE Contributors Users Project Download Mailing lists
|
orca::VehicleControlVelocityDifferentialDescription Class ReferenceStatic description of a Velocity-controlled Differential-Drive vehicle.
More...
|
Public Attributes | |
double | maxForwardSpeed |
Maximum in-plane forward speed [m/s]. | |
double | maxReverseSpeed |
Maximum in-plane reverse speed [m/s] (note: this is a positive number). | |
double | maxTurnrate |
Maximum in-plane turnrate [rad/s] (assumes equal max turnrate in either direction). | |
double | maxLateralAcceleration |
double | maxForwardAcceleration |
Maximum forward acceleration [m/s/s]. | |
double | maxReverseAcceleration |
Maximum reverse acceleration [m/s/s]. | |
double | maxRotationalAcceleration |
Maximum rotational acceleration [rad/s/s] (assumes equal in either direction). |
|
Maximum lateral acceleration [m/s/s] This limits the vehicle's maximum turnrate when travelling at speed, by placing a limit on the allowed centripital force. The equation governing this is hyperbolic: a = -v*w where: a is lateral acceleration v is linear velocity w is turnrate in rad/s the '-' points the acceleration into the centre of rotation |
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)