diff --git a/srunner/tests/carla_mocks/carla.py b/srunner/tests/carla_mocks/carla.py index 3ffdeded8..e5c66b525 100644 --- a/srunner/tests/carla_mocks/carla.py +++ b/srunner/tests/carla_mocks/carla.py @@ -306,3 +306,8 @@ def __init__(self, id): reponse_list.append(Response(new_actor.id)) return reponse_list + +class AttachmentType: + Rigid = 0 + SpringArm = 1 + SpringArmGhost = 2