I have created an sdf file in drake with 3 links and 2 joints, which looks similar to a 2R manipulator. The first link is the base while the second and third links are just long box rods. The 2 joints are revolute and are on the same axis.
However, when I try spinning the far-most joint, the first joint starts moving. (Probably because of inertia).
Is there a method in drake where I can make the joints move independently from others and not be affected by other joints in motion? I wouldn't want to just increase joint friction or inertia parameters of the first joint. I would like the first joint to completely stay still while the second joint is moving.
Thank you