58
●For example, if we want to replace webServer.py with server.py, we only need to edit the following:
Replace
sudo python3 [RobotName]/server/webServer.py
with
sudo python3 [RobotName]/server/server.py
●Save and exit so that the robot will automatically run server.py instead of webServer.py the next time
the robot is turned on.
●server.py is a socket server used when using pythonGUI. We do not recommend it to novices here,
because you need to manually install a lot of dependent libraries in the computer that controls it to allow the
GUI to communicate with it normally. It is recommended to use the WEB application to control the Raspberry Pi
robot.
Need help?
Do you have a question about the AWR Adeept Wheeled Robot and is the answer not in the manual?