https://github.com/carla-simulator/carla
Revision 2906c4fa4a18fe22bde79d34decc33ade9f60a68 authored by nsubiron on 03 July 2019, 13:42:05 UTC, committed by nsubiron on 08 July 2019, 19:37:15 UTC
1 parent 780b28e
Raw File
Tip revision: 2906c4fa4a18fe22bde79d34decc33ade9f60a68 authored by nsubiron on 03 July 2019, 13:42:05 UTC
Add gamma correction as argument for manual_control.py
Tip revision: 2906c4f
.readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

mkdocs:
  configuration: mkdocs.yml

formats: all

python:
  version: 3.7
  install:
    - requirements: Docs/requirements.txt
back to top