https://github.com/carla-simulator/carla
Raw File
Tip revision: cc8537fefeee46f675aba14361bde6ee9b47a6cd authored by Daniel Santos-Olivan on 30 September 2020, 11:11:54 UTC
Added EnableGravity and better SetSimulatePhysics
Tip revision: cc8537f
.pylintrc
[MESSAGES CONTROL]
max-line-length=120
[MASTER]
disable=I0011,I0013,E1121,E1126
[TYPECHECK]
ignored-modules=carla,carla.command,libcarla,pygame,numpy,configparser,ConfigParser,libad_rss_python2,libad_rss_python3,libad_map_access_python2,libad_map_access_python3,libad_rss_map_integration_python2,libad_rss_map_integration_python3
back to top