Skip to content

Commit

Permalink
update vehicle_model name
Browse files Browse the repository at this point in the history
Signed-off-by: beyza <[email protected]>
  • Loading branch information
beyzanurkaya committed Aug 20, 2024
1 parent 1459318 commit 21a03e4
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
autowarefoundation/awsim_vehicle_launch
autowarefoundation/awsim_labs_vehicle_launch
Copyright 2021 The Autoware Foundation

This product includes software developed at
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# awsim_vehicle_launch
# awsim_labs_vehicle_launch
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
File renamed without changes.
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>awsim_vehicle_description</name>
<name>awsim_labs_vehicle_description</name>
<version>0.1.0</version>
<description>The awsim_vehicle_description package</description>
<description>The awsim_labs_vehicle_description package</description>
<maintainer email="[email protected]">Ryohsuke Mitsudome</maintainer>
<maintainer email="[email protected]">Yukihiro Saito</maintainer>
<license>Apache 2.0 License</license>
Expand Down
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>awsim_vehicle_launch</name>
<name>awsim_labs_vehicle_launch</name>
<version>0.1.0</version>
<description>The awsim_vehicle_launch package</description>
<description>The awsim_labs_vehicle_launch package</description>
<maintainer email="[email protected]">Ryohsuke Mitsudome</maintainer>
<maintainer email="[email protected]">Yukihiro Saito</maintainer>
<license>Apache 2.0 License</license>
Expand Down

0 comments on commit 21a03e4

Please sign in to comment.