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

Revision history [back]

You need to create a rule for your user in udev. Create a file named 90-kinect2.rules, put the following in it #

ATTR{product}=="Kinect2" SUBSYSTEM=="usb", ATTR{idVendor}=="045e", ATTR{idProduct}=="02c4", MODE="0666" SUBSYSTEM=="usb", ATTR{idVendor}=="045e", ATTR{idProduct}=="02d8", MODE="0666" SUBSYSTEM=="usb", ATTR{idVendor}=="045e", ATTR{idProduct}=="02d9", MODE="0666"

and save it in /etc/udev/rules.d. That should make you happy =)

You need to create a rule for your user in udev. Create a file named 90-kinect2.rules, put the following in it #

ATTR{product}=="Kinect2" SUBSYSTEM=="usb", ATTR{idVendor}=="045e", ATTR{idProduct}=="02c4", MODE="0666" SUBSYSTEM=="usb", ATTR{idVendor}=="045e", ATTR{idProduct}=="02d8", MODE="0666" SUBSYSTEM=="usb", ATTR{idVendor}=="045e", ATTR{idProduct}=="02d9", MODE="0666"

and save it in /etc/udev/rules.d. That But do lsusb and make sure the id of your kinect corresponds to the ones above otherwise substitute the id's above with your kinect id. If you do copy it and all goes well, that should make you happy =)