Robobot 4

From Rsewiki
Revision as of 14:54, 16 January 2025 by Jca (talk | contribs) (Created page with "Back to Robobot == Start the robot == At the competition, the robot must be started using the start button. Press the start button (be prepared that the wheels will turn after a few seconds (to load the Python app). == Start from the command line == With a SSH connection to the robot, navigate to the directory with the Python app and run: cd svn/robobot/mqtt_python python3 mqtt-client.py This should do the same as pressing the button. For further...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Back to Robobot

Start the robot

At the competition, the robot must be started using the start button.

Press the start button (be prepared that the wheels will turn after a few seconds (to load the Python app).

Start from the command line

With a SSH connection to the robot, navigate to the directory with the Python app and run:

cd svn/robobot/mqtt_python
python3 mqtt-client.py

This should do the same as pressing the button.

For further details, see