Please provide more information
- The platform, windows or linux?
- The firmware/software version of the information page like that.
- Did you update the software/firmware?
Please provide more information
Thanks for replying Daniel, I figured it out. I do not have an arm at the moment, I am only playing with the sim. I got around the alert to get the sim working.
Thank you for your feedback! We’re glad to hear that you managed to resolve the issue. The purpose of our simulation environment is precisely to support users who may not have access to a physical robot temporarily, allowing them to learn and develop in a virtual environment.
If you encounter any further issues while using the simulator, please don’t hesitate to reach out. We’re here to assist you!
Wishing you continued success with your projects!
Hi Daniel,
Thanks a lot for the input. I also managed to use the simulator for days. However, I found that, once I restarted my laptop, I couldn’t access the simulator but this can be solved by following the instructions again and removing the previous container.
This would cause some troubles because the scripts tried on the previous container would also disappear. Do you have advice on solving this?
Regards,
Lee
Thanks for the feedback.
Maybe the problem is after you restarting your computer, you craeted a new container insteat of starting the previouse container. Here is the normal steps to start the previouse contrainer on Winodws. Please give a try and let me know the result.
docker start uf_software
docker exec -it uf_software /bin/bash
/xarm_scripts/xarm_start.sh 6 6
Is it possible to connect to the simulated robot running in the Docker container via the UFactory XArm Python SDK? For example, if I want to write an example program with the Python SDK and run it on a simulated robot is it possible using this container?
I’m using the xArm Python SDK (v1.14.7) with a virtual robot that has an IP address but no serial number (SN). When calling set_servo_angle()
, I get ValueError: invalid literal for int() with base 10: ''
from xarm.py
line 71 in _is_out_of_joint_range()
. The function call flow is: set_servo_angle()
→ _set_servo_angle_absolute()
→ _is_out_of_joint_range()
, where self.sn[2:6]
is accessed but is empty, causing the error. Is there a way to use set_servo_angle()
without requiring an SN in a virtual environment?
Yes, please check the guidance above and I just update it.
Yes, please check the step 6 of the guidance above, I just updated it.
Dear Daniel,
Amazing! It fully works with your new instructions.
Regards,
Lee
Great! Feel free to contact us if you have any questions.
what are the minimum hardware requirements to run UFACTORY Studio?
Raspberry Pi? PC with Windows 10?
Please refer to this post
Right clicking on the SAVE icon when in BLOCKY, PROGRAM mode, doesn’t
“Right mouse click on the Blockly file name to download, rename,new folder,new file,import or delete the file”, as stated in manual.
Clicking the SAVE icon doesn’t show any action.
Sorry, not quite understand the question, could you show the issue with video(Youtube link or Google driver link)?
Thanks
SAVE Icon in Blocky, left or right mouse click, does nothing.
Hi,
Thanks for the video. That’s the feature we called “auto save”.
If you edit the project, for example, delete one Block, you will find the “save” button change to green, means you can click the save button. And if you do not operate, 5 seconds later, it will save your project automatically and the save button change to gray, means nothing to save.
BTW, here is a new user manual
Thanks for your feedback
Thank you for the explanation.
Another question: what should the Digital IO screen show if I connect 24 vdc to the CI0 input? GREEN Dot?
Should be gray. CI or DI are active low digital input, which means the function is triggered when the input is pulled low.