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
As a result, /camera/color/image_raw and /camera/infra1/image_rect_raw are successfully received. But I can't receive /camera/aligned_depth_to_color/image_raw topic.
When I used roslaunch realsense2_camera rs_camera.launch command, there was no problem to get /camera/depth/image_rect_raw. But in rs_aligned_depth.launch, I can't get /camera/depth/image_rect_raw. How can I get /camera/aligned_depth_to_color/image_raw topic?
The text was updated successfully, but these errors were encountered:
CYJ00
changed the title
(messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: Resource temporarily unavailable, number: 11
I can't get /camera/aligned_depth_to_color/image_raw topic
Dec 13, 2024
Hi @CYJ00 I would not recommend using the rs_aligned_depth.launch launch file as it is extremely old. It is beter to use the rs_camera roslaunch instruction below to publish the aligned topics, /camera/aligned_depth_to_color/image_raw and /camera/aligned_depth_to_color/camera_info
[ INFO] [1734061888.050640114]: RealSense ROS v2.3.2
[ INFO] [1734061888.050656726]: Built with LibRealSense v2.50.0
[ INFO] [1734061888.050662036]: Running with LibRealSense v2.50.0
Issue Description
I install the package using apt-get install command.
I used
roslaunch realsense2_camera rs_aligned_depth.launch
command.It's the log.
As a result,
/camera/color/image_raw
and/camera/infra1/image_rect_raw
are successfully received. But I can't receive/camera/aligned_depth_to_color/image_raw
topic.When I used
roslaunch realsense2_camera rs_camera.launch
command, there was no problem to get/camera/depth/image_rect_raw
. But in rs_aligned_depth.launch, I can't get/camera/depth/image_rect_raw
. How can I get/camera/aligned_depth_to_color/image_raw
topic?The text was updated successfully, but these errors were encountered: