From 8a964caed4f4075b1879482767211469eb660072 Mon Sep 17 00:00:00 2001 From: SakodaShintaro Date: Fri, 7 Feb 2025 09:49:33 +0900 Subject: [PATCH] fix: add `udp_only` (#109) Added udp_only Signed-off-by: Shintaro Sakoda --- common_sensor_launch/launch/nebula_node_container.launch.py | 2 ++ common_sensor_launch/launch/robosense_Bpearl.launch.xml | 2 ++ common_sensor_launch/launch/robosense_Helios.launch.xml | 2 ++ common_sensor_launch/launch/velodyne_VLP16.launch.xml | 2 ++ common_sensor_launch/launch/velodyne_VLS128.launch.xml | 2 ++ 5 files changed, 10 insertions(+) diff --git a/common_sensor_launch/launch/nebula_node_container.launch.py b/common_sensor_launch/launch/nebula_node_container.launch.py index 3a7c2b25..7d3da850 100644 --- a/common_sensor_launch/launch/nebula_node_container.launch.py +++ b/common_sensor_launch/launch/nebula_node_container.launch.py @@ -135,6 +135,7 @@ def create_parameter_dict(*args): "rotation_speed", "packet_mtu_size", "setup_sensor", + "udp_only", ), }, ], @@ -300,6 +301,7 @@ def add_launch_arg(name: str, default_value=None, description=None): ), description="path to parameter file of ring outlier filter node", ) + add_launch_arg("udp_only", "False", "use UDP only") set_container_executable = SetLaunchConfiguration( "container_executable", diff --git a/common_sensor_launch/launch/robosense_Bpearl.launch.xml b/common_sensor_launch/launch/robosense_Bpearl.launch.xml index 8fa49ef1..e9816d4d 100644 --- a/common_sensor_launch/launch/robosense_Bpearl.launch.xml +++ b/common_sensor_launch/launch/robosense_Bpearl.launch.xml @@ -15,6 +15,7 @@ + @@ -33,5 +34,6 @@ + diff --git a/common_sensor_launch/launch/robosense_Helios.launch.xml b/common_sensor_launch/launch/robosense_Helios.launch.xml index 09addc20..b706911b 100644 --- a/common_sensor_launch/launch/robosense_Helios.launch.xml +++ b/common_sensor_launch/launch/robosense_Helios.launch.xml @@ -15,6 +15,7 @@ + @@ -33,5 +34,6 @@ + diff --git a/common_sensor_launch/launch/velodyne_VLP16.launch.xml b/common_sensor_launch/launch/velodyne_VLP16.launch.xml index c4c79716..72623ae1 100644 --- a/common_sensor_launch/launch/velodyne_VLP16.launch.xml +++ b/common_sensor_launch/launch/velodyne_VLP16.launch.xml @@ -14,6 +14,7 @@ + @@ -32,6 +33,7 @@ + diff --git a/common_sensor_launch/launch/velodyne_VLS128.launch.xml b/common_sensor_launch/launch/velodyne_VLS128.launch.xml index 2e5df140..710a405d 100644 --- a/common_sensor_launch/launch/velodyne_VLS128.launch.xml +++ b/common_sensor_launch/launch/velodyne_VLS128.launch.xml @@ -14,6 +14,7 @@ + @@ -32,6 +33,7 @@ +