I use the following command to launch a L515 realsense camera:
ros2 launch realsense2_camera rs_launch.py serial_no:=_f0232572 depth_module.profile:=320x240x30 rgb_camera.profile:=640x480x30 initial_reset:=true enable_rgbd:=true align_depth.enable:=true enable_sync:=true enable_depth:=true enable_color:=true
The problem is that the published topic ros2 topic echo /camera/aligned_depth_to_color/image_raw is empty
even though the topics
/camera/color/image_raw and /camera/depth/image_rect_raw are being published correctly.
The topic does appear and does exist, but no message is being published to it.
I know the L515 camera is no longer supported but I would really appreciate the assistance.
Issue Description
I use the following command to launch a L515 realsense camera:
ros2 launch realsense2_camera rs_launch.py serial_no:=_f0232572 depth_module.profile:=320x240x30 rgb_camera.profile:=640x480x30 initial_reset:=true enable_rgbd:=true align_depth.enable:=true enable_sync:=true enable_depth:=true enable_color:=true
The problem is that the published topic
ros2 topic echo /camera/aligned_depth_to_color/image_raw
is emptyeven though the topics
/camera/color/image_raw
and/camera/depth/image_rect_raw
are being published correctly.The topic does appear and does exist, but no message is being published to it.
I know the L515 camera is no longer supported but I would really appreciate the assistance.