Running python examples with Simulator (Docker) #45
-
|
I'm trying to run python examples with simulated robot. I managed to run the docker container and I can see the simulated robot on UI. When I try to run the python example code 01_hello_rby1.py
I tried to connect to the webui (as the real robot). Unable to do so. Pls explain how to run the example codes. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hello, Here are a few points to check: Please review the above points and try again. Let us know if you encounter further issues. Thank you. |
Beta Was this translation helpful? Give feedback.
Hello,
Here are a few points to check:
1. Address Configuration
• Please ensure that the address you provided in the Python example code is correct.
• If running locally, the address should be set to localhost:50051.
2. Web UI Information
• The web UI runs on the RPC server of the real robot.
• It cannot be used to control the simulator.
Please review the above points and try again. Let us know if you encounter further issues. Thank you.