diff --git a/common_sensor_launch/launch/nebula_node_container.launch.py b/common_sensor_launch/launch/nebula_node_container.launch.py index 1b17f8ba..d46805aa 100644 --- a/common_sensor_launch/launch/nebula_node_container.launch.py +++ b/common_sensor_launch/launch/nebula_node_container.launch.py @@ -292,30 +292,18 @@ def create_parameter_dict(*args): parameters=[ { "angle_range": [ - float( - context.perform_substitution( - LaunchConfiguration("cloud_min_angle") - ) - ), - float( - context.perform_substitution( - LaunchConfiguration("cloud_max_angle") - ) - ), + float(context.perform_substitution(LaunchConfiguration("cloud_min_angle"))), + float(context.perform_substitution(LaunchConfiguration("cloud_max_angle"))), ], "horizontal_ring_id": LaunchConfiguration("horizontal_ring_id"), "vertical_bins": LaunchConfiguration("vertical_bins"), - "is_channel_order_top2down": LaunchConfiguration( - "is_channel_order_top2down" - ), + "is_channel_order_top2down": LaunchConfiguration("is_channel_order_top2down"), "max_distance_range": LaunchConfiguration("max_range"), "horizontal_resolution": LaunchConfiguration("horizontal_resolution"), } ] + [load_composable_node_param("blockage_diagnostics_param_file")], - extra_arguments=[ - {"use_intra_process_comms": LaunchConfiguration("use_intra_process")} - ], + extra_arguments=[{"use_intra_process_comms": LaunchConfiguration("use_intra_process")}], ) driver_component_loader = LoadComposableNodes(