Open sevenbitbyte opened 9 years ago
Hmm. What is your build environment?
Hey. I'm facing a similar issue! I use Ubuntu 14.04 LTS with ROS indigo. Any ideas why this may happen?
Tried
rosrun ros_ovr_sdk OculusWorldDemo
with 16.04 kinetic and 14.04 indigo, both output:
MessageBox OculusWorldDemo Unable to initialize LibOVR
Did you add oculus.rules to /etc/udev/rules.d/
cp oculus.rules /etc/udev/rules.d/
sudo udevadm control --reload-rules && udevadm trigger
oculus.rules file:
# For OVR
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="2833", TAG+="uaccess"
# For OpenHMD
SUBSYSTEM=="usb", ATTRS{idVendor}=="2833", TAG+="uaccess"
Hey, I'm having the same problem, I have applied the rules again, it didn't help.
Thank you.
When I run
rosrun ros_ovr_sdk OculusWorldDemo
I get the output
which seems like something may need to be added to the library path but when I export the path to libOVR* the error persists. Can the README be updated to indicate what needs to be configured?