Dear
Is it possible to create a client server with python?
So that the robotursim asks for data. then the data can be forwarded via python. I've read this somewhere but I can't get there. attached you can see my python program and polyscope program. In python I get the message that asks for data. but otherwise it is not executed. as a reaction of the polyscope I do get b'asking_for_data'. If I change my python program to b'asking_for_data' it still doesn't work.
How can you make sure that you can send data to the ursim via python?
Thank you in advance for your reaction