I have a group of body, attached with some joints (wheel-joint, prismatic-joint, revolute-joint)
I'm trying to move that group of body to a position with the method setTransform
I decided to move only one body to the position, and others bodies should follow because of joints.
I'm getting a weird result, the bodies start to roll, move to nowhere, a real weird result, here is some image to explain :
How to move multiple bodies attached with joints, to a position using setTransform ?
Note : there is no obstacle thru the object, from point A to point B (moving)