Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

speed of objects change according distance between object and camera

#1
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?
#2
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:
https://robodk.com/doc/en/General.html#FastFPS
#3
(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:
https://robodk.com/doc/en/General.html#FastFPS

awesome thanks!
  




Users browsing this thread:
1 Guest(s)