updating docs

This commit is contained in:
felipecode 2017-10-26 14:52:05 +02:00
parent 828d1f4742
commit 4bec0aa927
1 changed files with 7 additions and 0 deletions

View File

@ -23,6 +23,13 @@ vehicle and saving images to disk. Run the help command to see options available
$ ./client_example.py --help
A second Python script is provided at `PythonClient/client_manual_control.py`. The
script is pygame dependent and servers as an interactive example where the user controls
the car with a keyboard Run the help command to see options available
$ ./client_manual_control.py --help
Running the server
------------------