diff --git a/tier4_prototype_api_launch/CMakeLists.txt b/tier4_prototype_api_launch/CMakeLists.txt new file mode 100644 index 0000000..8eaed4a --- /dev/null +++ b/tier4_prototype_api_launch/CMakeLists.txt @@ -0,0 +1,7 @@ +cmake_minimum_required(VERSION 3.14) +project(tier4_prototype_api_launch) + +find_package(autoware_cmake REQUIRED) +autoware_package() + +ament_auto_package(INSTALL_TO_SHARE launch) diff --git a/tier4_prototype_api_launch/README.md b/tier4_prototype_api_launch/README.md new file mode 100644 index 0000000..6070e70 --- /dev/null +++ b/tier4_prototype_api_launch/README.md @@ -0,0 +1,4 @@ +# tier4_prototype_api_launch + +This package launches the prototype TIER IV API. See [List of TIER IV API](https://tier4.github.io/autoware-documentation/tier4-main/design/autoware-interfaces/prototyping/) for details of each API. +If there is a similar feature in the [AD API](https://autowarefoundation.github.io/autoware-documentation/main/design/autoware-interfaces/ad-api/), please migrate to it. diff --git a/tier4_prototype_api_launch/launch/tier4_prototype_api.launch.xml b/tier4_prototype_api_launch/launch/tier4_prototype_api.launch.xml new file mode 100644 index 0000000..2eaed4a --- /dev/null +++ b/tier4_prototype_api_launch/launch/tier4_prototype_api.launch.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tier4_prototype_api_launch/package.xml b/tier4_prototype_api_launch/package.xml new file mode 100644 index 0000000..6b023a6 --- /dev/null +++ b/tier4_prototype_api_launch/package.xml @@ -0,0 +1,24 @@ + + + + tier4_prototype_api_launch + 0.0.0 + The tier4_prototype_api_launch package + Takagi, Isamu + Apache License 2.0 + + ament_cmake_auto + autoware_cmake + + autoware_iv_external_api_adaptor + autoware_iv_internal_api_adaptor + awapi_awiv_adapter + path_distance_calculator + + ament_lint_auto + autoware_lint_common + + + ament_cmake + +