diff --git a/common_sensor_launch/launch/nebula_node_container.launch.py b/common_sensor_launch/launch/nebula_node_container.launch.py index bbe59d5d..cd84a27a 100644 --- a/common_sensor_launch/launch/nebula_node_container.launch.py +++ b/common_sensor_launch/launch/nebula_node_container.launch.py @@ -246,12 +246,6 @@ def create_parameter_dict(*args): ], ) - glog_component = ComposableNode( - package="glog_component", - plugin="GlogComponent", - name="glog_component", - ) - target_container = ( container if UnlessCondition(LaunchConfiguration("use_pointcloud_container")).evaluate(context) @@ -259,7 +253,7 @@ def create_parameter_dict(*args): ) driver_component_loader = LoadComposableNodes( - composable_node_descriptions=[driver_component, glog_component], + composable_node_descriptions=[driver_component], target_container=target_container, condition=IfCondition(LaunchConfiguration("launch_driver")), )