UniversalRobots / RTDE_Python_Client_Library

RTDE client library and examples
BSD 3-Clause "New" or "Revised" License
100 stars 35 forks source link

Problem running example_control_loop.py #5

Closed t-little closed 1 year ago

t-little commented 2 years ago

I've attached a photo of the error. It occurs from the rtde_config.ConfigFile(config_filename) on line 43 of the program.

image

Any suggestions of points in the right direction are appreciated

michal-milkowski commented 1 year ago

It's likely because you're running example_control_loop.py from main folder instead of examples folder. Version 2.7.2 is also fixing minor issue in control loop example.