Robot Jerking in RViz

Hello,

Currently I am doing the project part and just setup UR3e robot with Moveit setup assistant. However, when I launch the demo file, i.e., demo.launch, I saw the robot jerking (move up and down very fast) in RViz. From the terminal, I saw that there is a warning:

“TF_REPEATED_DATA ignoring data with redundant timestamp for frame wrist_3_link at time 565.768000 according to authority unknown_publisher”

Is the jerking happened because of the warning above?

Looks like you might have more than 1 entity publishing the joint states. Look for robot_state_publisher or joint_state_publisher in your launch files, and try deleting one to see if the jerking stops.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.