I’ve tried the wheel colliders in a few setups where the steerAngle is used to handle steering. But I’ve failed in setting up an articulated vehicle where wheel is fixed but the entire axis /chassis part rotate instead.
I’ve tried two rigid bodies linked with a hinge joint and then wheel colliders only driving on them both, not succeeded with that approach yet.
That’s the correct approach. I’ve set up a few vehicles like that. I’ve used a CustomizableJoint instead of a HingeJoint, but the later is just an use case of the generic CustomizableJoint.
However, I’m not sure if/how standard WheelCollider components will work with that setup. This is an use case the designers of the wheel component never had into consideration. In the above example I’m using WheelCollider components for suspension only, with tire frictions and wheel rotations handled via custom code (Vehicle Physics Pro).
I was just about to try the VPP and set this up for a test, but coulnd’t find the VPVehicleJoint mentioned in the documentation. Is it not included in the community edition?