How to adjust vehicle throttle response?

I’m using PhysX vehicle for car simulation. And I want to adjust vehicle throttle/brake response to some value. Is there any way about this in PhysX?

PhysX has no built-in functionality to model non-linear pedal responses. This ought to be relatively straightforward by mapping the pedal values with a customisable look-up table and then passing that mapped pedal value to the physx vehicle.

PhysX has no built-in functionality to model non-linear pedal responses. However, this ought to be relatively straightforward by mapping the pedal values with a customisable look-up table and then passing that mapped pedal value to the physx vehicle.

Thanks for your reply! It’s really a good idea about this. Can you give me some advice about this problem? How to init vehicle with some speed & acceleration? - Physics Modeling (closed) - NVIDIA Developer Forums