From 21a03e474b3157682bd18c029d34c4e83235cddc Mon Sep 17 00:00:00 2001 From: beyza Date: Tue, 20 Aug 2024 17:00:52 +0300 Subject: [PATCH] update vehicle_model name Signed-off-by: beyza --- NOTICE | 2 +- README.md | 2 +- .../CMakeLists.txt | 2 +- .../config/mirror.param.yaml | 0 .../config/simulator_model.param.yaml | 0 .../config/vehicle_info.param.yaml | 0 .../mesh/lexus.dae | 0 .../mesh/lexus.jpg | Bin .../package.xml | 4 ++-- .../urdf/vehicle.xacro | 0 .../CMakeLists.txt | 2 +- .../launch/vehicle_interface.launch.xml | 0 .../package.xml | 4 ++-- 13 files changed, 8 insertions(+), 8 deletions(-) rename {awsim_vehicle_description => awsim_labs_vehicle_description}/CMakeLists.txt (91%) rename {awsim_vehicle_description => awsim_labs_vehicle_description}/config/mirror.param.yaml (100%) rename {awsim_vehicle_description => awsim_labs_vehicle_description}/config/simulator_model.param.yaml (100%) rename {awsim_vehicle_description => awsim_labs_vehicle_description}/config/vehicle_info.param.yaml (100%) rename {awsim_vehicle_description => awsim_labs_vehicle_description}/mesh/lexus.dae (100%) rename {awsim_vehicle_description => awsim_labs_vehicle_description}/mesh/lexus.jpg (100%) rename {awsim_vehicle_description => awsim_labs_vehicle_description}/package.xml (82%) rename {awsim_vehicle_description => awsim_labs_vehicle_description}/urdf/vehicle.xacro (100%) rename {awsim_vehicle_launch => awsim_labs_vehicle_launch}/CMakeLists.txt (92%) rename {awsim_vehicle_launch => awsim_labs_vehicle_launch}/launch/vehicle_interface.launch.xml (100%) rename {awsim_vehicle_launch => awsim_labs_vehicle_launch}/package.xml (82%) diff --git a/NOTICE b/NOTICE index d15c215..91121ec 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -autowarefoundation/awsim_vehicle_launch +autowarefoundation/awsim_labs_vehicle_launch Copyright 2021 The Autoware Foundation This product includes software developed at diff --git a/README.md b/README.md index b84a9f5..2f1d388 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# awsim_vehicle_launch +# awsim_labs_vehicle_launch diff --git a/awsim_vehicle_description/CMakeLists.txt b/awsim_labs_vehicle_description/CMakeLists.txt similarity index 91% rename from awsim_vehicle_description/CMakeLists.txt rename to awsim_labs_vehicle_description/CMakeLists.txt index 21cf39b..af23925 100644 --- a/awsim_vehicle_description/CMakeLists.txt +++ b/awsim_labs_vehicle_description/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -project(awsim_vehicle_description) +project(awsim_labs_vehicle_description) if(NOT CMAKE_CXX_STANDARD) set(CMAKE_CXX_STANDARD 17) diff --git a/awsim_vehicle_description/config/mirror.param.yaml b/awsim_labs_vehicle_description/config/mirror.param.yaml similarity index 100% rename from awsim_vehicle_description/config/mirror.param.yaml rename to awsim_labs_vehicle_description/config/mirror.param.yaml diff --git a/awsim_vehicle_description/config/simulator_model.param.yaml b/awsim_labs_vehicle_description/config/simulator_model.param.yaml similarity index 100% rename from awsim_vehicle_description/config/simulator_model.param.yaml rename to awsim_labs_vehicle_description/config/simulator_model.param.yaml diff --git a/awsim_vehicle_description/config/vehicle_info.param.yaml b/awsim_labs_vehicle_description/config/vehicle_info.param.yaml similarity index 100% rename from awsim_vehicle_description/config/vehicle_info.param.yaml rename to awsim_labs_vehicle_description/config/vehicle_info.param.yaml diff --git a/awsim_vehicle_description/mesh/lexus.dae b/awsim_labs_vehicle_description/mesh/lexus.dae similarity index 100% rename from awsim_vehicle_description/mesh/lexus.dae rename to awsim_labs_vehicle_description/mesh/lexus.dae diff --git a/awsim_vehicle_description/mesh/lexus.jpg b/awsim_labs_vehicle_description/mesh/lexus.jpg similarity index 100% rename from awsim_vehicle_description/mesh/lexus.jpg rename to awsim_labs_vehicle_description/mesh/lexus.jpg diff --git a/awsim_vehicle_description/package.xml b/awsim_labs_vehicle_description/package.xml similarity index 82% rename from awsim_vehicle_description/package.xml rename to awsim_labs_vehicle_description/package.xml index db51070..7e51453 100644 --- a/awsim_vehicle_description/package.xml +++ b/awsim_labs_vehicle_description/package.xml @@ -1,9 +1,9 @@ - awsim_vehicle_description + awsim_labs_vehicle_description 0.1.0 - The awsim_vehicle_description package + The awsim_labs_vehicle_description package Ryohsuke Mitsudome Yukihiro Saito Apache 2.0 License diff --git a/awsim_vehicle_description/urdf/vehicle.xacro b/awsim_labs_vehicle_description/urdf/vehicle.xacro similarity index 100% rename from awsim_vehicle_description/urdf/vehicle.xacro rename to awsim_labs_vehicle_description/urdf/vehicle.xacro diff --git a/awsim_vehicle_launch/CMakeLists.txt b/awsim_labs_vehicle_launch/CMakeLists.txt similarity index 92% rename from awsim_vehicle_launch/CMakeLists.txt rename to awsim_labs_vehicle_launch/CMakeLists.txt index c2b6946..e5d6711 100644 --- a/awsim_vehicle_launch/CMakeLists.txt +++ b/awsim_labs_vehicle_launch/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -project(awsim_vehicle_launch) +project(awsim_labs_vehicle_launch) if(NOT CMAKE_CXX_STANDARD) set(CMAKE_CXX_STANDARD 17) diff --git a/awsim_vehicle_launch/launch/vehicle_interface.launch.xml b/awsim_labs_vehicle_launch/launch/vehicle_interface.launch.xml similarity index 100% rename from awsim_vehicle_launch/launch/vehicle_interface.launch.xml rename to awsim_labs_vehicle_launch/launch/vehicle_interface.launch.xml diff --git a/awsim_vehicle_launch/package.xml b/awsim_labs_vehicle_launch/package.xml similarity index 82% rename from awsim_vehicle_launch/package.xml rename to awsim_labs_vehicle_launch/package.xml index e2ac04a..e65ea84 100644 --- a/awsim_vehicle_launch/package.xml +++ b/awsim_labs_vehicle_launch/package.xml @@ -1,9 +1,9 @@ - awsim_vehicle_launch + awsim_labs_vehicle_launch 0.1.0 - The awsim_vehicle_launch package + The awsim_labs_vehicle_launch package Ryohsuke Mitsudome Yukihiro Saito Apache 2.0 License