ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The solution we came up with was to edit the file: /etc/openni/Globaldefauts.ini (make a backup first)

find the line UsbInterface and uncomment it to make it UsbInterface=2

No idea if this is correct, but it worked in our case on two machines. It also seems to make sense if you consider the different USB endpoint options between the two models.

Hope this helps!

click to hide/show revision 2
Edit: added info on bulk endpoints.

The solution we came up with was to edit the file: /etc/openni/Globaldefauts.ini (make a backup first)

find the line UsbInterface and uncomment it to make it force it to use 'BULK' endpoints: UsbInterface=2

No idea if this is correct, but it worked in our case on two machines. It also seems to make sense if you consider the different USB endpoint options between the two models.

Hope this helps!