diff --git a/common_sensor_launch/launch/nebula_node_container.launch.py b/common_sensor_launch/launch/nebula_node_container.launch.py index a5bdb08d..2a87e09b 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 f0fcc075..870cf1e6 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 d2797ac8..5cf2bf2e 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 @@ +