PxVehiclePadSmoothingData Struct Reference

Used to produce smooth analog vehicle control values from analog inputs. More...

#include <PxVehicleUtilControl.h>

Public Attributes

PxReal mRiseRates [PxVehicleDriveDynData::eMAX_NB_ANALOG_INPUTS]
 Rise rate of each analog value from previous value towards target if target>previous. More...
 
PxReal mFallRates [PxVehicleDriveDynData::eMAX_NB_ANALOG_INPUTS]
 Rise rate of each analog value from previous value towards target if target<previous. More...
 

Detailed Description

Used to produce smooth analog vehicle control values from analog inputs.

See also
PxVehicleDrive4WSmoothDigitalRawInputsAndSetAnalogInputs, PxVehicleDrive4WSmoothAnalogRawInputsAndSetAnalogInputs

Member Data Documentation

◆ mFallRates

PxReal PxVehiclePadSmoothingData::mFallRates[PxVehicleDriveDynData::eMAX_NB_ANALOG_INPUTS]

Rise rate of each analog value from previous value towards target if target<previous.

◆ mRiseRates

PxReal PxVehiclePadSmoothingData::mRiseRates[PxVehicleDriveDynData::eMAX_NB_ANALOG_INPUTS]

Rise rate of each analog value from previous value towards target if target>previous.


The documentation for this struct was generated from the following file: