orbbec / ros_astra_camera

ROS wrapper for Astra camera
Apache License 2.0
63 stars 26 forks source link

Run astrapro.launch RGB Topic exit abnormally #138

Open mailonghua opened 3 years ago

mailonghua commented 3 years ago

I am using the Orbbec Astra Pro with Ubuntu 18.04 and ROS Melodic. When I run astrapro.launch I can see the depth image but cannot see the rgb image, the corresponding topic will exit abnormally error log:

roslaunch astra_camera astrapro.launch

[camera/camera_rgb-2] process has died [pid 39876, exit code -11, cmd /home/mailonghua/catkin_ws/devel /lib/astra_camera/camera_node /camera/image_raw:=/camera/rgb/image_raw __name:=camera_rgb __log:=/home /mailonghua/.ros/log/562777f2-9d33-11eb-bb14-000c29699901/camera-camera_rgb-2.log].
log file: /home/mailonghua/.ros/log/562777f2-9d33-11eb-bb14-000c29699901/camera-camera_rgb-2*.log

c-starr commented 3 years ago

I am having the same issue. Did you figure it out?

c-starr commented 3 years ago

@mailonghua Changing the device ID to the following values fixed it for me. Lines 70 & 71

param name="vendor" value="0x6366"
param name="product" value="0x0c45" 

The previous values related to the depth camera. I believe the values above reflect the rgb camera.