Skip to content

Commit

Permalink
also remap the compressed topic
Browse files Browse the repository at this point in the history
Signed-off-by: YuxuanLiuTier4Desktop <[email protected]>
  • Loading branch information
Owen-Liuyuxuan committed Dec 11, 2024
1 parent 7ab83e8 commit 849f2fe
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions common_sensor_launch/launch/spinnaker.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 849f2fe

Please sign in to comment.