-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to run real-world example on a uFactory lite 6 robot #29
Comments
Hi @jannwawerek, I never used uFactory robots myself, however I think it should be easy to port RTDEInterpolationController over. You really just need to replace line 268 (rtde_c.servoL) with whatever uFactory's API that accept end-effector positional command. |
Upon some preliminary testing, velocity control (
|
@ruoshiliu thank you very much for providing this hint as well as exemplary code! How did you came to this finding? What’s the issue with set_position? Have you tried the set_servo_cartesian method as well? That’s what I am going for currently, might be able to test tomorrow. Docs for set_servo_cartesian |
Is it not necessary to obtain the robot arm status information? @cheng-chi |
Great project!
I understand that the
rtde_interpolation_controller.py
is controlling the UR5.Is there any way to use a uFactory lite 6 robot arm instead?
Thanks for your help!
The text was updated successfully, but these errors were encountered: