Hi all,
I’m currently working with a UR7e robot running PolyScope X, and I’m trying to use the ur_rtde interface for real-time control (e.g., servoJ / RTDEControlInterface).
However, I’m confused about compatibility with PolyScope X.
From what I understand:
- ur_rtde has not been fully tested with PolyScope X
- ExternalControl URCap (PolyScope X version) seems to be required
My questions are:
- Has anyone successfully used ur_rtde with PolyScope X?
- Do I need to run the External Control URCap program on the teach pendant?
- Can ur_rtde work standalone, or must I use ROS2 (ur_robot_driver)?
- What communication is required for External Control (socket / control loop)?
- Is direct servoJ via RTDE still supported in PolyScope X?
My goal is to use a custom Python pipeline (not ROS if possible) to send real-time joint commands.
Any advice or working examples would be greatly appreciated.
Thanks!