Skip to content

Commit

Permalink
feat: add use image transport argument
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 2f572a0 commit 0acd96d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common_sensor_launch/launch/spinnaker.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ def load_composable_node_param(param_path):
"camera_info_url"
),
},
{
"use_image_tranport": LaunchConfiguration("use_image_tranport")
}
],
extra_arguments=[{"use_intra_process_comms": LaunchConfiguration("use_intra_process")}],
),
Expand Down Expand Up @@ -106,6 +109,7 @@ def add_launch_arg(name: str, default_value=None):
add_launch_arg("spinnaker_namespace", "/sensing/camera")
add_launch_arg("spinnaker_param_path")
add_launch_arg("camera_info_url")
add_launch_arg("use_image_tranport", "True")
add_launch_arg("use_intra_process", "True")
set_camera_info_url_key = SetLaunchConfiguration(
"camera_info_url_key",
Expand Down

0 comments on commit 0acd96d

Please sign in to comment.