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

No valid aux device found

asked 2018-11-19 19:13:21 -0500

CHIN gravatar image

updated 2018-11-20 02:33:38 -0500

gvdhoorn gravatar image

I'm learning to tilt the kinect sensor with program with this website. http://wiki.ros.org/kinect_aux

Everything works fine until when I try to run using $ rosrun kinect_aux kinect_aux_node:

[ERROR] [1507191113.420000958]: No valid aux device found

Any help is appreciated!!

edit retag flag offensive close merge delete

Comments

btw, Im using Kinect for Windows Model 1517

CHIN gravatar image CHIN  ( 2018-11-19 21:39:26 -0500 )edit

What is your error exactly ? Can you provide the error messages and detail all the commands you run ?

Delb gravatar image Delb  ( 2018-11-20 01:46:11 -0500 )edit

The error message was there in the post, but as it was not properly formatted, was invisible.

gvdhoorn gravatar image gvdhoorn  ( 2018-11-20 02:33:59 -0500 )edit

Oh I didn't noticed, thank you. For the issue, have you tried running the kinect with the openni_launch package (wiki here) ? Just to make sure your kinect is correctly connected.

Delb gravatar image Delb  ( 2018-11-20 03:02:08 -0500 )edit

I have solved the it.Because i'm using Microsoft Kinect 1517, the VID & PID is different. By using $lsusb, i got the value. I changed my PID from 0x02b0 to 0x02c2.

But now i got new error. the accelerometer is can't be read.

CHIN gravatar image CHIN  ( 2018-11-21 01:52:36 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-11-21 01:52:26 -0500

CHIN gravatar image

updated 2018-11-21 01:54:55 -0500

I have solved the it.Because i'm using Microsoft Kinect 1517, the VID & PID is different. By using $lsusb, i got the value. I changed my PID from 0x02b0 to 0x02c2. But now i got new error. the accelerometer is can't be read.

edit flag offensive delete link more

Comments

CHIN gravatar image CHIN  ( 2018-11-21 01:53:39 -0500 )edit

Question Tools

Stats

Asked: 2018-11-19 19:13:21 -0500

Seen: 363 times

Last updated: Nov 21 '18