You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the instructions to install the Phantom Omni. I am able to run both PHANToMConfiguration and PHANToMTest successfully. However after building this ros-package, I am getting the following error on launching the omni.launch file.
ERROR] [1520379495.119316581]: Failed to initialize haptic device
Could you please provide any guidance on solving this?
I am on Ubuntu 14.04 with Indigo.
Best,
Mike
The text was updated successfully, but these errors were encountered:
My reasoning: HD_DEFAULT_DEVICE is a HDString and it is set as NULL by default, somehow this is causing the problem since the API is trying to access a NULL value. So we need to set the actual name of the device. This should be a bug in the API.
Hi,
I followed the instructions to install the Phantom Omni. I am able to run both PHANToMConfiguration and PHANToMTest successfully. However after building this ros-package, I am getting the following error on launching the omni.launch file.
ERROR] [1520379495.119316581]: Failed to initialize haptic device
Could you please provide any guidance on solving this?
I am on Ubuntu 14.04 with Indigo.
Best,
Mike
The text was updated successfully, but these errors were encountered: