diff --git a/integration_launch/CMakeLists.txt b/integration_launch/CMakeLists.txt deleted file mode 100644 index c3ddc04a7d..0000000000 --- a/integration_launch/CMakeLists.txt +++ /dev/null @@ -1,16 +0,0 @@ - -cmake_minimum_required(VERSION 3.5) -project(integration_launch) - -find_package(ament_cmake_auto REQUIRED) -ament_auto_find_build_dependencies() - -if(BUILD_TESTING) - find_package(ament_lint_auto REQUIRED) - ament_lint_auto_find_test_dependencies() -endif() - -ament_auto_package( - INSTALL_TO_SHARE - launch -) diff --git a/integration_launch/README.md b/integration_launch/README.md deleted file mode 100644 index 4a58b1b467..0000000000 --- a/integration_launch/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# integration_launch - -## Structure - -![integration_launch](./integration_launch.drawio.svg) - -## Package Dependencies - -- autoware_launch -- scenario_runner - -## Notes - -This package is only used for continuous integration. diff --git a/integration_launch/integration_launch.drawio.svg b/integration_launch/integration_launch.drawio.svg deleted file mode 100644 index f40a0b345c..0000000000 --- a/integration_launch/integration_launch.drawio.svg +++ /dev/null @@ -1,228 +0,0 @@ - - - - - - - -
-
-
- ci_planning_simulator.launch.xml -
-
-
- - package: integration_launch - -
-
-
-
-
- - ci_planning_simulator.launch.xml... - -
-
- - - - -
-
-
- launch name -
-
-
- - package: package name - -
-
-
-
-
- - launch name... - -
-
- - - - -
-
-
- ex: -
-
-
-
- - ex: - -
-
- - - - -
-
-
- node name -
-
-
- - package: package name - -
-
-
-
-
- - node name... - -
-
- - - - -
-
-
- planning_simulator.launch.xml -
-
-
- - package: autoware_launch - -
-
-
-
-
- - planning_simulator.launch.xml... - -
-
- - - - -
-
-
- other name -
-
-
- - package: package name - -
-
-
-
-
- - other name... - -
-
- - - - - - -
-
-
- scenario_runner.launch.xml -
-
-
- - package: scenario_runner - -
-
-
-
-
- - scenario_runner.launch.xml... - -
-
- - - - - - -
-
-
- release.launch.xml -
-
-
- - package: integration_launch - -
-
-
-
-
- - release.launch.xml... - -
-
- - - - -
-
-
- autoware.launch.xml -
-
-
- - package: autoware_launch - -
-
-
-
-
- - autoware.launch.xml... - -
-
- - -
- - - - - Viewer does not support full SVG 1.1 - - - -
\ No newline at end of file diff --git a/integration_launch/launch/ci_planning_simulator.launch.xml b/integration_launch/launch/ci_planning_simulator.launch.xml deleted file mode 100644 index 04ea5f3b73..0000000000 --- a/integration_launch/launch/ci_planning_simulator.launch.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/integration_launch/launch/release.launch.xml b/integration_launch/launch/release.launch.xml deleted file mode 100644 index 3a27a1fa20..0000000000 --- a/integration_launch/launch/release.launch.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/integration_launch/package.xml b/integration_launch/package.xml deleted file mode 100644 index 54d42a8492..0000000000 --- a/integration_launch/package.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - integration_launch - 0.1.0 - The integration_launch package - - Hiroyuki Obinata - Apache 2 - ament_cmake_auto - - control_launch - localization_launch - perception_launch - planning_launch - python3-bson - python3-tornado - rviz2 - system_launch - tier4_map_launch - tier4_sensing_launch - vehicle_launch - web_controller - - ament_lint_auto - autoware_lint_common - - - ament_cmake - -