PxVehicleTireCamberAnglesUpdate

Defined in include/vehicle2/tire/PxVehicleTireFunctions.h

void PxVehicleTireCamberAnglesUpdate(const PxVehicleSuspensionParams &suspensionParams, const PxReal steerAngle, const PxVehicleRoadGeometryState &roadGeometryState, const PxVehicleSuspensionComplianceState &complianceState, const PxVehicleRigidBodyState &rigidBodyState, const PxVehicleFrame &frame, PxVehicleTireCamberAngleState &tireCamberAngleState)

Compute the camber angle of the wheel.

Parameters
  • suspensionParams[in] describes the frame of the suspension and wheel.

  • steerAngle[in] is the steer angle in radians to be applied to the wheel.

  • roadGeometryState[in] describes the plane of the road geometry under the wheel.

  • complianceState[in] is a description of the camber and toe angle that arise from suspension compliance.

  • rigidBodyState[in] describes the current pose of the vehicle’s rigid body in the world frame.

  • frame[in] is a description of the vehicle’s lateral and longitudinal axes.

  • tireCamberAngleState[out] is the computed camber angle of the tire expressed in radians.