JointState jitter/bouncing when pressing Play in Isaac Sim (ROS integration)

Hey, I had the same issue, solved by putting both Joint state and Target position (params for joints) to the same value. I guess what’s happening is robot initially start from Joint state and that’s when jitter happens. Additionally, I had to align it with link transforms but guess that’s not your case.