f3b7bdbc51 | ||
---|---|---|
.. | ||
carla | ||
test | ||
README.md | ||
__init__.py | ||
client_example.py |
README.md
CARLA Client for Testing
Requires Python 3 and the protobuf module installed, saving images to disk requires the PIL module too.
$ sudo apt-get install python3 python3-pip
$ sudo pip3 install protobuf
A sample Python script explaining how to use the client API is provided
$ ./client_example.py --help