uzh-rpg / rpg_dvs_ros

ROS packages for DVS
MIT License
295 stars 153 forks source link

Failed to open device, no matching device could be found opened. #104

Closed JoeyLeeNPU closed 4 years ago

JoeyLeeNPU commented 4 years ago

Hi,

I have installed DVS_ros driver according to Readme.txt, but when I run "roslaunch dvs_renderer dvs_mono.launch", terminal shows that "failed to open device, no matching device could be found opened. "

Thanks, Joey

llongi commented 4 years ago

That means the DVS128 device cannot be accessed on your system. This is usually because the Linux udev-rules file from libcaer is missing or not installed properly, or because the particular user you are running ROS as doesn't have sufficient permissions. Try installing the official libcaer (see README), and reboot your system so that the udev changes take effect.