You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when the robotic arm moves a curved trajectory with 5000-10000 points, the movement of the robotic arm is very slow. Can you package a Python display with GPU or CUDA, or use other methods to accelerate the simulation display?
The text was updated successfully, but these errors were encountered:
Hello @djy89, thank you for comment.
Pythonocc and therefore pyolp_robotics is not intended to be able to simulate velocity accurately, it's more a CAD oriented library. But I can provide another example of 10 000 point path simulation with theoric time vs simulation time comparison.
Thank you very much, looking forward to your demo. I use the following transformation for each link_axes: display. Context. SetLocation (shape, location)
#Display. Context. updateCurrentViewer() is only slightly faster than yours. If you use PyOpenGL and change the frame rate, it may display faster, but the interface is a bit ugly. Do you have any other methods, such as parallel thread operations, that can simulate the movement of the robotic arm faster for each joint.
when the robotic arm moves a curved trajectory with 5000-10000 points, the movement of the robotic arm is very slow. Can you package a Python display with GPU or CUDA, or use other methods to accelerate the simulation display?
The text was updated successfully, but these errors were encountered: