Python based client framework version of the Fast and Furious challenge.
- You need a python installation.
- You have to install the
pika
module:sudo pip install pika
(if you don't have pip you can download it via your package manager). - Just follow the instructions in the [AkkaStarterKit] (https://github.com/FastAndFurious/AkkaStarterKit), and then use one of the following options:
This client will just go full speed and disconnect on stop. Adjust as you like :)
- Same as "Local Simulator" but you don't have to use the starter kit, instead provide your Team-ID and Access-Code to
Client
: - Check the [pilot.py] (pilot.py) file for a basic overview on how-to use the client