ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Well, here's my answer for posterity:
It was a bug in my USB drivers in the kernel.
Running the freenect demos gave a lot of: "Failed to submit isochronous transfer x: -1" And dmesg informed me that usb_submit_urb was returning -28 (ENOSPC).
Switching up my kernel versions and USB drivers made everything come to life.
Thanks for the help everyone that tried, I really appreciate it.