https://github.com/carla-simulator/carla
Raw File
Tip revision: f5a9425eea71711c3833865edcc61acf33185cef authored by Marc Garcia Puig on 09 April 2020, 13:42:18 UTC
Exposed max chunk size to the PythonAPI
Tip revision: f5a9425
.pylintrc
[MESSAGES CONTROL]
max-line-length=120
[MASTER]
disable=I0011,I0013,E1121,E1126
[TYPECHECK]
ignored-modules=carla,carla.command,libcarla,pygame,numpy,configparser,ConfigParser
back to top