From 21a6c04a11dd58e8c96f1a398c56a2493612a29f Mon Sep 17 00:00:00 2001 From: Autumn60 Date: Wed, 24 Jul 2024 18:58:20 +0900 Subject: [PATCH 1/2] add enable_blockage_diag argument to lidar.launch.xml Signed-off-by: Autumn60 --- aip_x1_launch/launch/lidar.launch.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aip_x1_launch/launch/lidar.launch.xml b/aip_x1_launch/launch/lidar.launch.xml index 781c360d..f1796100 100644 --- a/aip_x1_launch/launch/lidar.launch.xml +++ b/aip_x1_launch/launch/lidar.launch.xml @@ -7,6 +7,7 @@ + @@ -22,6 +23,7 @@ + From 955276c6c1739e4bdb918a409b2ee7494e1515e4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 10:27:44 +0000 Subject: [PATCH 2/2] ci(pre-commit): autofix --- aip_x1_launch/launch/pointcloud_preprocessor.launch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aip_x1_launch/launch/pointcloud_preprocessor.launch.py b/aip_x1_launch/launch/pointcloud_preprocessor.launch.py index 9a594718..32c7e1b1 100644 --- a/aip_x1_launch/launch/pointcloud_preprocessor.launch.py +++ b/aip_x1_launch/launch/pointcloud_preprocessor.launch.py @@ -43,7 +43,7 @@ def launch_setup(context, *args, **kwargs): "input_offset": [ 0.055, 0.025, - ], + ], "timeout_sec": 0.095, "input_twist_topic_type": "twist", "publish_synchronized_pointcloud": True,