Working without a robot

In order to work without a robot, we can work in 1 of 2 modes, using CLI arguments:

Coprocessor / Computer As Server

Will run the coprocessor as the NetworkTable's server, start the server by running the following command:

<pythonexec> main.py --server

Simulation Mode

Will make the runtime connect to the locally hosted NetworkTables server (at 127.0.0.1), can be used together with the WPILib Robot Simulation. This can be done with running the following command:

<pythonexec> main.py --sim

Last updated