xArm-Developer / xArm-Python-SDK

Python SDK for UFACTORY robots, 850, xArm5/6/7, and Lite6.
https://www.ufactory.cc
BSD 3-Clause "New" or "Revised" License
163 stars 105 forks source link

Is there a way to test your code offline in simulation without a connection to the robot? #23

Closed Olimoyo closed 2 years ago

Olimoyo commented 2 years ago

Hi,

Is there a way to test the code we write using the Python SDK in simulation?

Would that only be available with the ROS interface and Gazebo?

Thanks

vimior commented 2 years ago

At present, the use of SDK must be connected to the control box, but no virtual mode (set_simulation_robot) can be set (the real machine will not move at this time, and the simulated movement can be seen through the studio)

Oliver Limoyo @.***> 于2021年11月25日周四 上午4:19写道:

Hi,

Is there a way to test the code we write using the Python SDK in simulation?

Would that only be available with the ROS interface and Gazebo?

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/xArm-Developer/xArm-Python-SDK/issues/23, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADAQYTWXFRAV57SDCWUFTD3UNVCG5ANCNFSM5IW5VHVA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

Olimoyo commented 2 years ago

I see, thanks!