https://github.com/carla-simulator/carla
Raw File
Tip revision: 7bc069496607fa65019481ea6b8aac66f8c17319 authored by germanros1987 on 14 March 2019, 06:37:52 UTC
removed test_global_route_planner.py
Tip revision: 7bc0694
.pylintrc
[MESSAGES CONTROL]
max-line-length=120
[MASTER]
disable=I0011,E1121
[TYPECHECK]
ignored-modules=carla,pygame,numpy
back to top