Skip to content

How to launch the robot server ?

Mathis LÉCRIVAIN edited this page Oct 24, 2020 · 1 revision

You can launch the server directly on your linux machine for debug purpose by using the following command : robot server&

On the robot, this server is launched by default at boot time. You can retrieve this configuration inside the rc.local file : cat /etc/rc.local to see or sudo nano /etc/rc.local to edit.

Clone this wiki locally