From 4bec0aa927e4a0e3af964086eddec823d779f9d7 Mon Sep 17 00:00:00 2001 From: felipecode Date: Thu, 26 Oct 2017 14:52:05 +0200 Subject: [PATCH] updating docs --- Docs/release_readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Docs/release_readme.md b/Docs/release_readme.md index 396de59de..04cb58829 100644 --- a/Docs/release_readme.md +++ b/Docs/release_readme.md @@ -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 ------------------