diff --git a/src/claudia_launcher.py b/src/claudia_launcher.py index 64af08e3..5e3da749 100755 --- a/src/claudia_launcher.py +++ b/src/claudia_launcher.py @@ -39,6 +39,7 @@ # Imports (Carla) try: + from carla_backend import * from carla_utils import * haveCarla = True except: