Skip to content

Commit c113dd7

Browse files
dduro2020Gamenot
authored andcommitted
Fixed chassis colissions
1 parent 0db9da2 commit c113dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smarts/core/chassis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def __init__(
226226
self._bullet_body, bullet_client
227227
)
228228
bullet_client.setCollisionFilterGroupMask(
229-
self._bullet_body._bullet_id, -1, 0x0, 0x0
229+
self._bullet_body._bullet_id, -1, 0x1, 0x1
230230
)
231231
self._pose = None
232232
self.control(pose, speed)

0 commit comments

Comments
 (0)