Skip to content

Commit

Permalink
fix missing AttachmentType for carla mock
Browse files Browse the repository at this point in the history
  • Loading branch information
Daraan committed Apr 30, 2024
1 parent c7bdac1 commit f072d35
Showing 1 changed file with 5 additions and 0 deletions.
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

0 comments on commit f072d35

Please sign in to comment.