Is there a way to send a command to my laptop to run a python file. I am trying to intermittently control a external device by using a python program and the devices API, however, since part of my application involves the use of the UR5e robot arm, I’m trying to send the command to run the python program for the external device through polyscope.
Can this be done using the RTDE python package, or would it be better to try using the XML RPC communication method to make this work? feel free to ask questions and I can clarify about what I plan to do with my application.