diff --git a/aip_x1_launch/launch/lidar.launch.xml b/aip_x1_launch/launch/lidar.launch.xml
index dce0a58a..781c360d 100644
--- a/aip_x1_launch/launch/lidar.launch.xml
+++ b/aip_x1_launch/launch/lidar.launch.xml
@@ -41,6 +41,7 @@
+
diff --git a/common_sensor_launch/launch/nebula_node_container.launch.py b/common_sensor_launch/launch/nebula_node_container.launch.py
index e9660646..62717622 100644
--- a/common_sensor_launch/launch/nebula_node_container.launch.py
+++ b/common_sensor_launch/launch/nebula_node_container.launch.py
@@ -154,6 +154,7 @@ def create_parameter_dict(*args):
),
},
],
+ condition=IfCondition(LaunchConfiguration("launch_driver")),
extra_arguments=[{"use_intra_process_comms": LaunchConfiguration("use_intra_process")}],
)
)