From 1062ecd54ef3fc30cd37551687a23e225532efb1 Mon Sep 17 00:00:00 2001 From: Tomohito ANDO Date: Sat, 5 Oct 2024 17:10:07 +0900 Subject: [PATCH 1/2] fix: pass launch_driver argument Signed-off-by: Tomohito ANDO --- aip_x2_gen2_launch/launch/hesai_OT128.launch.xml | 2 +- aip_x2_gen2_launch/launch/hesai_QT128.launch.xml | 2 +- aip_x2_gen2_launch/launch/nebula_node_container.launch.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aip_x2_gen2_launch/launch/hesai_OT128.launch.xml b/aip_x2_gen2_launch/launch/hesai_OT128.launch.xml index 1c5a2707..cfc4f138 100644 --- a/aip_x2_gen2_launch/launch/hesai_OT128.launch.xml +++ b/aip_x2_gen2_launch/launch/hesai_OT128.launch.xml @@ -32,7 +32,7 @@ - + diff --git a/aip_x2_gen2_launch/launch/hesai_QT128.launch.xml b/aip_x2_gen2_launch/launch/hesai_QT128.launch.xml index 4a29e9c0..9f48bfae 100644 --- a/aip_x2_gen2_launch/launch/hesai_QT128.launch.xml +++ b/aip_x2_gen2_launch/launch/hesai_QT128.launch.xml @@ -33,7 +33,7 @@ - + diff --git a/aip_x2_gen2_launch/launch/nebula_node_container.launch.py b/aip_x2_gen2_launch/launch/nebula_node_container.launch.py index 3e863232..d2bcef04 100644 --- a/aip_x2_gen2_launch/launch/nebula_node_container.launch.py +++ b/aip_x2_gen2_launch/launch/nebula_node_container.launch.py @@ -119,8 +119,8 @@ def str2vector(string): "ptp_domain", "diag_span", "calibration_file", + "launch_hw" ), - "launch_hw": True, "retry_hw": True, }, ], @@ -318,7 +318,7 @@ def add_launch_arg(name: str, default_value=None, description=None): add_launch_arg("sensor_model", description="sensor model name") add_launch_arg("config_file", "", description="sensor configuration file") - add_launch_arg("launch_driver", "True", "do launch driver") + add_launch_arg("launch_hw", "True", "do launch driver") add_launch_arg("setup_sensor", "True", "configure sensor") add_launch_arg("sensor_ip", "192.168.1.201", "device ip address") add_launch_arg( From d3f6f7e844fb520f1b93779666e7aac64e9f8e09 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 08:13:01 +0000 Subject: [PATCH 2/2] ci(pre-commit): autofix --- aip_x2_gen2_launch/launch/nebula_node_container.launch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aip_x2_gen2_launch/launch/nebula_node_container.launch.py b/aip_x2_gen2_launch/launch/nebula_node_container.launch.py index d2bcef04..49ec3779 100644 --- a/aip_x2_gen2_launch/launch/nebula_node_container.launch.py +++ b/aip_x2_gen2_launch/launch/nebula_node_container.launch.py @@ -119,7 +119,7 @@ def str2vector(string): "ptp_domain", "diag_span", "calibration_file", - "launch_hw" + "launch_hw", ), "retry_hw": True, },