You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I run the command
$ roslaunch astra_camera astra_pro.launch
I found this error permission denied
The problem is that /dev/bus/usb/001/005 is my integrated camera on my laptop not the Astra_pro's one as shown when running $ lsusb
Although I have changed the id of the product and vendor in the astra_pro.launch file, still the same problem.
For Reference
When running $ rviz
depth and ir are working fine but the color image is not working
When i run $ sudo chmod 666 or 777 /dev/bus/usb/001/005 and then opening rviz, the integrated camera is working not the astra's one.
The text was updated successfully, but these errors were encountered:
Your product and vendor IDs should work then, and you should be able to see them in the uvc config line from your first screenshot. The current implementation defaults to the first available camera since it can't read the ROS arguments properly.
Whenever I run the command
$ roslaunch astra_camera astra_pro.launch
I found this error permission denied
The problem is that /dev/bus/usb/001/005 is my integrated camera on my laptop not the Astra_pro's one as shown when running $ lsusb
Although I have changed the id of the product and vendor in the astra_pro.launch file, still the same problem.
For Reference
When running $ rviz
depth and ir are working fine but the color image is not working
When i run $ sudo chmod 666 or 777 /dev/bus/usb/001/005 and then opening rviz, the integrated camera is working not the astra's one.
The text was updated successfully, but these errors were encountered: