From 0191997de5744e67b51652b08fc7670c4d1e366f Mon Sep 17 00:00:00 2001 From: Tony Baltovski Date: Thu, 13 Nov 2025 12:20:02 -0500 Subject: [PATCH] [clearpath_sensors] Updated the StereoLabs Zed topic remapping to reflect changes in the driver. --- clearpath_sensors/launch/stereolabs_zed.launch.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/clearpath_sensors/launch/stereolabs_zed.launch.py b/clearpath_sensors/launch/stereolabs_zed.launch.py index 9f99fe6d..71a76696 100644 --- a/clearpath_sensors/launch/stereolabs_zed.launch.py +++ b/clearpath_sensors/launch/stereolabs_zed.launch.py @@ -56,6 +56,7 @@ ('rgb_gray', 'color/gray'), ('rgb_raw', 'color/raw'), ('rgb_raw_gray', 'color/raw_gray'), + ('rgb/color/rect/image', 'color'), # Right ('right', 'right'), ('right_gray', 'right/gray'), @@ -123,6 +124,14 @@ def generate_launch_description(): image = 'image_raw_color' elif 'gray' in old: image = 'image_rect_gray' + elif 'rgb/color/rect/image' in old: + image = 'color' + remappings.extend([ + ('~/%s/camera_info' % (old), + PathJoinSubstitution(['/', namespace, new, 'camera_info'])), + ('~/%s' % (old), + PathJoinSubstitution(['/', namespace, new, 'image'])), + ]) else: image = 'image_rect_color' remappings.extend([