diff --git a/common_sensor_launch/launch/spinnaker.launch.py b/common_sensor_launch/launch/spinnaker.launch.py index b7f489ba..f250a7e5 100644 --- a/common_sensor_launch/launch/spinnaker.launch.py +++ b/common_sensor_launch/launch/spinnaker.launch.py @@ -51,6 +51,20 @@ def load_composable_node_param(param_path): LaunchConfiguration("image_topic"), ], ), + ( + [ + "camera", + LaunchConfiguration("camera_id"), + "/image_raw/compressed", + ], + [ + "camera", + LaunchConfiguration("camera_id"), + "/", + LaunchConfiguration("image_topic"), + "/compressed" + ], + ), ( [ "camera",