Robot model vibrates on gazebo [closed]
Hi! I've spawned a model on gazebo and using PID to control the joints. When I check the joint_state topic it shows that the joints oscillates by a very small error. The whole model vibrates on gazebo and rviz but the vibrations are smaller on rviz, I don't know if those vibrations are caused by the oscillations on the joints or something else.
Have you tried setting all gains to zero/starting it without joint controllers? If it does not exhibit vibration then, it's a pretty safe bet that the controller was inducing them.
When I stop the controller it gets worse, it's like random positions are being enforced on each joint resulting in random movement of the arm. I would expect the arm to just lie down and do nothing.