https://github.com/carla-simulator/carla
Raw File
Tip revision: ecefe27793778c03ca6905cc5b215bedb9962912 authored by bernat on 21 July 2021, 20:40:00 UTC
Adding pasive listen of sensors
Tip revision: ecefe27
.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