FreeSpacenav / libspnav

Library for communicating with spacenavd or 3dxsrv to get input from 6-dof devices.
http://spacenav.sourceforge.net
Other
75 stars 36 forks source link

Using multiple SpaceMouse on one device #9

Closed tobiascz closed 4 years ago

tobiascz commented 4 years ago

Hi,

I was hoping to use two spacemouses on a single system. The plan was to integrate it with ROS. However i think there is an issue regarding the libspnav that it can only interface one device at a time: https://github.com/ros-drivers/joystick_drivers/issues/16

Are there any workarounds to this otherwise I have to run a second system just for the second spacemouse.

Cheers

jtsiomb commented 4 years ago

No, at the moment there's no way to do that. But it's a commonly requested feature, so I'll take it into account for the upcoming protocol redesign, whenever that happens.

tobiascz commented 4 years ago

Thanks for the clarification.