DEPRECATED: Properties of a passenger car vehicle.

Data Fields | |
| float32_t | height |
| Height of the vehicle. More... | |
| float32_t | length |
| Length of the vehicle. More... | |
| float32_t | width |
| Width of the vehicle, without side mirrors. More... | |
| float32_t | widthWithMirrors |
| Width of the vehicle including side mirrors. More... | |
| float32_t | wheelbase |
| Distance between the centers of the front and rear wheels. More... | |
| float32_t | axlebaseFront |
| Width of the front axle. More... | |
| float32_t | axlebaseRear |
| Width of the rear axle. More... | |
| float32_t | bumperRear |
| Distance rear axle to rear bumper. More... | |
| float32_t | bumperFront |
| Distance front axle to front bumper. More... | |
| float32_t | steeringCoefficient |
| Steering coefficient for trivial linear mapping between steering wheel and steering angle, i.e. More... | |
| float32_t | mass |
| vehicle mass [kg]. More... | |
| dwVector3f | inertia3D |
| vehicle inertia around each axis, w.r.t. More... | |
| float32_t | effectiveMass |
| effective mass due to vehicle rotational inertia (wheel rotation, engine, and other parts of the CVT drive-train). More... | |
| float32_t | frontCorneringStiffness |
| front wheel cornering stiffness. More... | |
| float32_t | rearCorneringStiffness |
| rear wheel cornering stiffness. More... | |
| float32_t | centerOfMassToRearAxle |
| Distance between vehicle's CoM (center-of-mass) and center of the rear axle. More... | |
| float32_t | driveByWireTimeDelay |
| Drive-by-wire (steer-by-wire) time delay. More... | |
| float32_t | driveByWireTimeConstant |
| Drive-by-wire (steer-by-wire) time constant. More... | |
| float32_t | aerodynamicDragCoeff |
| Aerodynamic drag coefficient. More... | |
| float32_t | frontalArea |
| Vehicle Frontal area (m^2). More... | |
| float32_t | centerOfMassToFrontAxle |
| Distance from CoM to the front axle (m). More... | |
| float32_t | centerOfMassHeight |
| Height of the CoM (m). More... | |
| float32_t | aeroHeight |
| Equivalent height of aerodynamic force applied (m). More... | |
| float32_t | rollingResistanceCoeff |
| Rolling resistance coefficient. More... | |
| float32_t | maxEnginePower |
| Maximum engine power in Watts. More... | |
| float32_t | throttleActuatorTimeConstant |
| Time constant for first order lp throttle system. More... | |
| float32_t | brakeActuatorTimeConstant |
| Time constant for first order lp brake system. More... | |
| dwVehicleTorqueLUT | torqueLUT |
| Lookup table mapping throttle and brake pedal position to torque. More... | |
| float32_t | wheelRadius [DW_VEHICLE_NUM_WHEELS] |
| Radius of each individual wheel [m]. More... | |
| float32_t | steeringWheelToSteeringMap [DW_VEHICLE_STEER_MAP_POLY_DEGREE_PLUS_ONE] |
| polynomial coefficents of steering wheel angle to steering angle as given in c0 + c1*x + c2*x^2 + ... More... | |
| float32_t | maxSteeringWheelAngle |
| maximum steering wheel [radians] More... | |
| float32_t | frontSteeringOffset |
| front wheel steering offset [radians]. More... | |
| float32_t dwVehicle::aerodynamicDragCoeff |
Aerodynamic drag coefficient.
| float32_t dwVehicle::aeroHeight |
Equivalent height of aerodynamic force applied (m).
| float32_t dwVehicle::axlebaseFront |
| float32_t dwVehicle::axlebaseRear |
| float32_t dwVehicle::brakeActuatorTimeConstant |
| float32_t dwVehicle::bumperFront |
| float32_t dwVehicle::bumperRear |
| float32_t dwVehicle::centerOfMassHeight |
| float32_t dwVehicle::centerOfMassToFrontAxle |
| float32_t dwVehicle::centerOfMassToRearAxle |
| float32_t dwVehicle::driveByWireTimeConstant |
| float32_t dwVehicle::driveByWireTimeDelay |
| float32_t dwVehicle::effectiveMass |
| float32_t dwVehicle::frontalArea |
Vehicle Frontal area (m^2).
| float32_t dwVehicle::frontCorneringStiffness |
| float32_t dwVehicle::frontSteeringOffset |
front wheel steering offset [radians].
It is combined with the polynomial function P(steeringWheelAngle) give by steeringWheelToSteeringMap to determine the conversion from steering wheel angle to steering angle as steeringAngle = P(steeringWheelAngle) + frontSteeringOffset and its reverse.
| float32_t dwVehicle::height |
| dwVector3f dwVehicle::inertia3D |
| float32_t dwVehicle::length |
| float32_t dwVehicle::maxEnginePower |
Maximum engine power in Watts.
| float32_t dwVehicle::maxSteeringWheelAngle |
| float32_t dwVehicle::rearCorneringStiffness |
| float32_t dwVehicle::rollingResistanceCoeff |
Rolling resistance coefficient.
| float32_t dwVehicle::steeringCoefficient |
| float32_t dwVehicle::steeringWheelToSteeringMap[DW_VEHICLE_STEER_MAP_POLY_DEGREE_PLUS_ONE] |
| float32_t dwVehicle::throttleActuatorTimeConstant |
| dwVehicleTorqueLUT dwVehicle::torqueLUT |
| float32_t dwVehicle::wheelbase |
| float32_t dwVehicle::wheelRadius[DW_VEHICLE_NUM_WHEELS] |
| float32_t dwVehicle::width |
| float32_t dwVehicle::widthWithMirrors |