RTDE_Python_Client_Library
RTDE_Python_Client_Library copied to clipboard
RTDE client library and examples
Hello, I try to run the example_control_loop.py, but it always says the variables are in use. (IN_USE). Have not been able to run it ever. Are there some undocumented requirements?...
Client library, and controller code expect at least one output variable before starting data synchronization. This behavior is both unexpected, and difficult to handle for clients that only want to...
Hi team, I am using latest RTDE version and running a program which moves the robot head to 165 different positions in a cylindrical pattern with a time delay of...
Seems like RTDE expects you to poll it continuously after you connect if you want fresh data. It'd be good if that was clearly called out in the docs. If...