Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: change launch package name #186

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
integration_launch -> tier4_integration_launch
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
  • Loading branch information
tkimura4 committed Dec 15, 2021
commit 1c3544e730506f5b35a447c13ab7b7ffc9889c6e
2 changes: 1 addition & 1 deletion launch/tier4_integration_launch/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

cmake_minimum_required(VERSION 3.5)
project(integration_launch)
project(tier4_integration_launch)

find_package(ament_cmake_auto REQUIRED)
ament_auto_find_build_dependencies()
4 changes: 2 additions & 2 deletions launch/tier4_integration_launch/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# integration_launch
# tier4_integration_launch

## Structure

![integration_launch](./integration_launch.drawio.svg)
![tier4_integration_launch](./integration_launch.drawio.svg)

## Package Dependencies

4 changes: 2 additions & 2 deletions launch/tier4_integration_launch/integration_launch.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions launch/tier4_integration_launch/package.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<package format="3">
<name>integration_launch</name>
<name>tier4_integration_launch</name>
<version>0.1.0</version>
<description>The integration_launch package</description>
<description>The tier4_integration_launch package</description>

<maintainer email="hiroyuki.obinata@tier4.jp">Hiroyuki Obinata</maintainer>
<license>Apache 2</license>