06-26-2019, 08:09 PM
Your project looks good. Displaying data on the screen adds some delay, but it should be irrelevant compared to the delay provoked by the robot motion and communication. Industrial robots do not digest high density of points unless you use dedicated communication protocols specific to each robot.
In any case, you can try turning off display Rendering:
RDK.Render(False)
In any case, you can try turning off display Rendering:
RDK.Render(False)