carla/Util/TestingClient
nsubiron 2085833dcc Fix documentation 2017-10-26 17:23:13 +02:00
..
carla Move 'PythonClient' to 'Util/TestingClient' 2017-10-26 14:12:06 +02:00
test Move 'PythonClient' to 'Util/TestingClient' 2017-10-26 14:12:06 +02:00
README.md Fix documentation 2017-10-26 17:23:13 +02:00
__init__.py Move 'PythonClient' to 'Util/TestingClient' 2017-10-26 14:12:06 +02:00
client_example.py Move 'PythonClient' to 'Util/TestingClient' 2017-10-26 14:12:06 +02:00

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