Skip to content

Commit 209790a

Browse files
committed
Fix SpaceNavigator device detection
Signed-off-by: Pranav Shirgur <pranav.shirgur@gmail.com>
1 parent 94c24c0 commit 209790a

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ Guidelines for modifications:
167167
* Peter Verswyvelen
168168
* Philipp Reist
169169
* Piotr Barejko
170+
* Pranav Shirgur
170171
* Pulkit Goyal
171172
* Qian Wan
172173
* Qingyang Jiang
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Fixed
2+
^^^^^
3+
4+
* Fixed detection of legacy 3Dconnexion SpaceNavigator devices in the SpaceMouse interface.

source/isaaclab/isaaclab/devices/spacemouse/se3_spacemouse.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ def _find_device(self):
142142
or device["product_string"] == "SpaceMouse Wireless"
143143
or device["product_string"] == "SpaceNavigator for Notebooks"
144144
or device["product_string"] == "3Dconnexion Universal Receiver"
145+
or device["product_string"] == "SpaceNavigator"
145146
):
146147
# set found flag
147148
found = True

0 commit comments

Comments
 (0)