Skip to content

Commit

Permalink
Fixed chassis colissions
Browse files Browse the repository at this point in the history
  • Loading branch information
dduro2020 committed Nov 7, 2024
1 parent 53ef9e9 commit ede0261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smarts/core/chassis.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def __init__(
self._bullet_body, bullet_client
)
bullet_client.setCollisionFilterGroupMask(
self._bullet_body._bullet_id, -1, 0x0, 0x0
self._bullet_body._bullet_id, -1, 0x1, 0x1
)
self._pose = None
self.control(pose, speed)
Expand Down

0 comments on commit ede0261

Please sign in to comment.