The 4 wheels are Newtonbodies linked to the box through the hingeactuators.
Then I input via a script the vertical reaction at each wheel (elastic damped force in direction +y).
Then I add a longitudinal traction force at the 2 front wheels (constant force in direction +z) when hitting the "w" key.
I display 2 zooms of the Left front wheel at 2 instants, at rest and when applying the traction force.
In the capture I display the gizmo of the wheel newtonbody , the wheel-axle of the mesh child of the wheel Newtonbody and the downVector attached to the wheel newtonbody. All axes should intersect at the wheel Newtonbody center. It does at rest:

, but it doesn't when I apply the traction force (hitting "w" key) :

here is the schematic diagram of a quarter model :

and the global view of this simple model :

and the files :
https://ufile.io/x7n60
My question is : what is the reason of the drift between axes?
Thks