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

iai_kinect2 /dev/dri/card0 not authenticated

asked 2017-02-03 07:45:36 -0500

rastaxe gravatar image

updated 2017-02-03 07:46:24 -0500

Dear ROS users, I have a problem with iai_kinect2 package (Indigo). I can successfully use Kinect V2 on my Intel NUC. I am not able to use it when the computer does not have the monitor plugged (through ssh). When I launch roslaunch kinect2_bridge kinect2_bridge.launch

I got this error:

/dev/dri/card0 not authenticated

Is it possible to run kinect2_bridge without a screen monitor?

edit retag flag offensive close merge delete

Comments

I believe iai_kinect2 uses OpenGL (perhaps even by default). I can imagine that some of the driver infrastructure needed for that is not active when you don't have your monitor plugged in.

gvdhoorn gravatar image gvdhoorn  ( 2017-02-03 09:11:47 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-02-07 01:55:45 -0500

rastaxe gravatar image

I am posting my workaround in case it helps someone else. I solved adding the user to video group and modifying the /etc/default/grub in this way: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash drm.rnodes=1". After update grub it worked.

edit flag offensive delete link more

Comments

I also had to add my user to the video group

bmastay gravatar image bmastay  ( 2018-07-18 09:44:01 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2017-02-03 07:45:36 -0500

Seen: 289 times

Last updated: Feb 07 '17