Forum Migration Notice
Update (2026-01-21): The user forums are now in read-only mode pending the data migration.

Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.

We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.

How to make real-time teleoperation smoothly without delay?

I'm trying to control a robot by using space mouse connected to the remote PC. I use socket connection between PC (running Python code [Open ABB]) and Robot (RAPID) to send consecutive MoveL command, and the movement is not smooth (shaky) sometimes and has some delays. I guess this is because I sent too many consecutive instructions in a short time. 

Are there any ways to skip some instructions that have already been queued to RAPID (maybe by using Program Pointer?)?

Also, are there any ways to change the ratio of streaming points like UR or Motman (maybe changing some setting parameters of Queue Time?)?
(ref: https://groups.google.com/forum/#!topic/swri-ros-pkg-dev/n5SGB07p01k)

Regarding the delay issue, is it better to change the communication from TCP/IP to Ethernet?