From e209c1583be03266586f91d22dbdfe8cdb1264d6 Mon Sep 17 00:00:00 2001 From: 1222-takeshi Date: Fri, 19 Jul 2024 14:09:19 +0900 Subject: [PATCH] feat: nebula_hw_monitor is not started except when simulation is running Signed-off-by: 1222-takeshi --- aip_x1_launch/launch/lidar.launch.xml | 1 + common_sensor_launch/launch/nebula_node_container.launch.py | 1 + 2 files changed, 2 insertions(+) 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")}], ) )