From d3a12db82241cf1b0d12fd927bc17412729481a0 Mon Sep 17 00:00:00 2001 From: 1222-takeshi Date: Tue, 7 May 2024 13:59:07 +0900 Subject: [PATCH] chore: rename aip_x1_1 to aip_x1 Signed-off-by: 1222-takeshi --- aip_x1_description/CMakeLists.txt | 2 +- aip_x1_description/package.xml | 6 +++--- aip_x1_description/urdf/sensor_kit.xacro | 2 +- aip_x1_description/urdf/sensors.xacro | 4 ++-- aip_x1_launch/CMakeLists.txt | 2 +- .../ground_segmentation/ground_segmentation.launch.py | 4 ++-- aip_x1_launch/launch/imu.launch.xml | 2 +- aip_x1_launch/launch/lidar.launch.xml | 6 +++--- aip_x1_launch/launch/sensing.launch.xml | 8 ++++---- aip_x1_launch/launch/velodyne_VLP16.launch.xml | 2 +- aip_x1_launch/package.xml | 6 +++--- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/aip_x1_description/CMakeLists.txt b/aip_x1_description/CMakeLists.txt index 9e5669bf..56f4d802 100644 --- a/aip_x1_description/CMakeLists.txt +++ b/aip_x1_description/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -project(aip_x1_1_description) +project(aip_x1_description) find_package(ament_cmake_auto REQUIRED) diff --git a/aip_x1_description/package.xml b/aip_x1_description/package.xml index 382b29e2..f860fc5e 100644 --- a/aip_x1_description/package.xml +++ b/aip_x1_description/package.xml @@ -1,10 +1,10 @@ - aip_x1_1_description + aip_x1_description 0.1.0 - The aip_x1_1_description package + The aip_x1_description package - Yohei Mishina + Takeshi Miura Apache 2 ament_cmake_auto diff --git a/aip_x1_description/urdf/sensor_kit.xacro b/aip_x1_description/urdf/sensor_kit.xacro index 7629d304..df95f2fc 100644 --- a/aip_x1_description/urdf/sensor_kit.xacro +++ b/aip_x1_description/urdf/sensor_kit.xacro @@ -5,7 +5,7 @@ - + diff --git a/aip_x1_description/urdf/sensors.xacro b/aip_x1_description/urdf/sensors.xacro index 6690fb8f..56f048b4 100644 --- a/aip_x1_description/urdf/sensors.xacro +++ b/aip_x1_description/urdf/sensors.xacro @@ -1,8 +1,8 @@ - - + + diff --git a/aip_x1_launch/CMakeLists.txt b/aip_x1_launch/CMakeLists.txt index 707bd8ce..c384a1a6 100644 --- a/aip_x1_launch/CMakeLists.txt +++ b/aip_x1_launch/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -project(aip_x1_1_launch) +project(aip_x1_launch) find_package(ament_cmake_auto REQUIRED) ament_auto_find_build_dependencies() diff --git a/aip_x1_launch/launch/ground_segmentation/ground_segmentation.launch.py b/aip_x1_launch/launch/ground_segmentation/ground_segmentation.launch.py index 8cc51174..31d985f5 100644 --- a/aip_x1_launch/launch/ground_segmentation/ground_segmentation.launch.py +++ b/aip_x1_launch/launch/ground_segmentation/ground_segmentation.launch.py @@ -34,7 +34,7 @@ def __init__(self, context): self.context = context self.vehicle_info = self.get_vehicle_info() ground_segmentation_param_path = os.path.join( - get_package_share_directory("aip_x1_1_launch"), + get_package_share_directory("aip_x1_launch"), "config/ground_segmentation/ground_segmentation.param.yaml", ) with open(ground_segmentation_param_path, "r") as f: @@ -369,7 +369,7 @@ def create_single_frame_outlier_filter_components(input_topic, output_topic): "inpaint_radius": 1.0, "param_file_path": PathJoinSubstitution( [ - FindPackageShare("aip_x1_1_launch"), + FindPackageShare("aip_x1_launch"), "config", "ground_segmentation", "elevation_map_parameters.yaml", diff --git a/aip_x1_launch/launch/imu.launch.xml b/aip_x1_launch/launch/imu.launch.xml index 2008eda8..e9d035f3 100644 --- a/aip_x1_launch/launch/imu.launch.xml +++ b/aip_x1_launch/launch/imu.launch.xml @@ -21,7 +21,7 @@ - + diff --git a/aip_x1_launch/launch/lidar.launch.xml b/aip_x1_launch/launch/lidar.launch.xml index 72e0c41d..348f1cba 100644 --- a/aip_x1_launch/launch/lidar.launch.xml +++ b/aip_x1_launch/launch/lidar.launch.xml @@ -38,19 +38,19 @@ - + - + - + diff --git a/aip_x1_launch/launch/sensing.launch.xml b/aip_x1_launch/launch/sensing.launch.xml index 1419d429..0f23a733 100644 --- a/aip_x1_launch/launch/sensing.launch.xml +++ b/aip_x1_launch/launch/sensing.launch.xml @@ -8,7 +8,7 @@ - + @@ -16,12 +16,12 @@ - + - + @@ -29,7 +29,7 @@ - + diff --git a/aip_x1_launch/launch/velodyne_VLP16.launch.xml b/aip_x1_launch/launch/velodyne_VLP16.launch.xml index 8ad01878..3156db29 100644 --- a/aip_x1_launch/launch/velodyne_VLP16.launch.xml +++ b/aip_x1_launch/launch/velodyne_VLP16.launch.xml @@ -16,7 +16,7 @@ - + diff --git a/aip_x1_launch/package.xml b/aip_x1_launch/package.xml index f20fb08e..ae587883 100644 --- a/aip_x1_launch/package.xml +++ b/aip_x1_launch/package.xml @@ -1,11 +1,11 @@ - aip_x1_1_launch + aip_x1_launch 0.1.0 - The aip_x1_1_launch package + The aip_x1_launch package - Yohei Mishina + Takeshi Miura Apache License 2.0 ament_cmake_auto