RoboDK Forum
speed of objects change according distance between object and camera——革命制度党ntable Version

+- RoboDK Forum (//m.sinclairbody.com/forum)
+-- Forum: RoboDK (EN) (//m.sinclairbody.com/forum/Forum-RoboDK-EN)
+ - - -论坛:通用RoboDK问题(//m.sinclairbody.com/forum/Forum-General-questions-about-RoboDK)
+--- Thread: speed of objects change according distance between object and camera (/Thread-speed-of-objects-change-according-distance-between-object-and-camera)



speed of objects change according distance between object and camera-jahanbin ardebili-09-25-2023

Hi, I have written a program completely in Python.
Each cobots are on the carrier. When I move the carrier programmatically in Python, the carrier speed is faster when the camera is close to it than when the camera is far from it. What should be done to solve this problem?


RE: speed of objects change according distance between object and camera-Albert-09-25-2023

The simulation speed is different from the real speed. The simulation may slow down if the items to render are complex.

You can find some tips to obtain faster display performance here:
//m.sinclairbody.com/doc/en/General.html#FastFPS


RE: speed of objects change according distance between object and camera-jahanbin ardebili-09-26-2023

(09-25-2023, 03:00 PM)Albert Wrote:The simulation speed is different from the real speed. The simulation may slow down if the items to render are complex.

You can find some tips to obtain faster display performance here:
//m.sinclairbody.com/doc/en/General.html#FastFPS

awesome thanks!