Clock synchronization issue when running rviz
I keep running into rviz crashing after running it for a while to control the robot. The error message shows that there is some clock synchronization issue. Afterwards, I have to restart everything to get stuff to work again. Does anyone have any clue what is happening?

Could not get fresh data package from robot is a severe issue which can have multiple sources:
- Lack of real-time support in your system -> Install an RT-Kernel (I guess you did, considering https://github.com/UniversalRobots/Universal_Robots_ROS_Driver/issues/436#issuecomment-922682957)
- Too high system load on your system -> consider using a separate machine for controlling the robot.
- Networking issues / too much traffic on the network connection -> consider using a dedicated direct connection between the robot and your machine.
Also see other issues such as #135, #187, #83, #56
This issue has not been updated for a long time. If no further updates are added, this will be closed automatically. Comment on the issue to prevent automatic closing.
This issue has been closed due to inactivity. Feel free to comment or reopen if this is still relevant.