Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix: missing AttachmentType in the carla mock module for unittest #1077

Merged
merged 8 commits into from
May 3, 2024
5 changes: 5 additions & 0 deletions srunner/tests/carla_mocks/carla.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading