forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request autowarefoundation#91 from tier4/sync-upstream
chore: sync upstream
- Loading branch information
Showing
418 changed files
with
8,063 additions
and
6,304 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,6 @@ jobs: | |
- galactic | ||
- humble | ||
container-suffix: | ||
- "" | ||
- -cuda | ||
include: | ||
- rosdistro: galactic | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
common/autoware_ad_api_msgs/localization/msg/LocalizationInitializationState.msg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
uint16 UNKNOWN = 0 | ||
uint16 UNINITIALIZED = 1 | ||
uint16 INITIALIZING = 2 | ||
uint16 INITIALIZED = 3 | ||
|
||
builtin_interfaces/Time stamp | ||
uint16 state |
7 changes: 7 additions & 0 deletions
7
common/autoware_ad_api_msgs/localization/srv/InitializeLocalization.srv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
geometry_msgs/PoseWithCovarianceStamped[<=1] pose | ||
--- | ||
uint16 ERROR_UNSAFE = 1 | ||
uint16 ERROR_GNSS_SUPPORT = 2 | ||
uint16 ERROR_GNSS = 3 | ||
uint16 ERROR_ESTIMATION = 4 | ||
autoware_ad_api_msgs/ResponseStatus status |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
std_msgs/Header header | ||
autoware_ad_api_msgs/RouteData[<=1] data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
geometry_msgs/Pose start | ||
geometry_msgs/Pose goal | ||
autoware_ad_api_msgs/RouteSegment[] segments |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
int64 id | ||
string type # The same id may be used for each type. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
autoware_ad_api_msgs/RoutePrimitive preferred | ||
autoware_ad_api_msgs/RoutePrimitive[] alternatives # Does not include the preferred primitive. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
uint16 UNKNOWN = 0 | ||
uint16 UNSET = 1 | ||
uint16 SET = 2 | ||
uint16 ARRIVED = 3 | ||
uint16 CHANGING = 4 | ||
|
||
builtin_interfaces/Time stamp | ||
uint16 state |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
autoware_ad_api_msgs/ResponseStatus status |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
std_msgs/Header header | ||
geometry_msgs/Pose goal | ||
autoware_ad_api_msgs/RouteSegment[] segments | ||
--- | ||
uint16 ERROR_ROUTE_EXISTS = 1 | ||
autoware_ad_api_msgs/ResponseStatus status |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
std_msgs/Header header | ||
geometry_msgs/Pose goal | ||
geometry_msgs/Pose[] waypoints | ||
--- | ||
uint16 ERROR_ROUTE_EXISTS = 1 | ||
uint16 ERROR_PLANNER_UNREADY = 2 | ||
uint16 ERROR_PLANNER_FAILED = 3 | ||
autoware_ad_api_msgs/ResponseStatus status |
8 changes: 2 additions & 6 deletions
8
...h/tier4_integration_launch/CMakeLists.txt → common/autoware_ad_api_specs/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,7 @@ | ||
|
||
cmake_minimum_required(VERSION 3.14) | ||
project(tier4_integration_launch) | ||
project(autoware_ad_api_specs) | ||
|
||
find_package(autoware_cmake REQUIRED) | ||
autoware_package() | ||
|
||
ament_auto_package( | ||
INSTALL_TO_SHARE | ||
launch | ||
) | ||
ament_auto_package() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 43 additions & 0 deletions
43
common/autoware_ad_api_specs/include/autoware_ad_api_specs/localization.hpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
// Copyright 2022 TIER IV, Inc. | ||
// | ||
// Licensed under the Apache License, Version 2.0 (the "License"); | ||
// you may not use this file except in compliance with the License. | ||
// You may obtain a copy of the License at | ||
// | ||
// http://www.apache.org/licenses/LICENSE-2.0 | ||
// | ||
// Unless required by applicable law or agreed to in writing, software | ||
// distributed under the License is distributed on an "AS IS" BASIS, | ||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
// See the License for the specific language governing permissions and | ||
// limitations under the License. | ||
|
||
#ifndef AUTOWARE_AD_API_SPECS__LOCALIZATION_HPP_ | ||
#define AUTOWARE_AD_API_SPECS__LOCALIZATION_HPP_ | ||
|
||
#include <rclcpp/qos.hpp> | ||
|
||
#include <autoware_ad_api_msgs/msg/localization_initialization_state.hpp> | ||
#include <autoware_ad_api_msgs/srv/initialize_localization.hpp> | ||
|
||
namespace autoware_ad_api::localization | ||
{ | ||
|
||
struct Initialize | ||
{ | ||
using Service = autoware_ad_api_msgs::srv::InitializeLocalization; | ||
static constexpr char name[] = "/api/localization/initialize"; | ||
}; | ||
|
||
struct InitializationState | ||
{ | ||
using Message = autoware_ad_api_msgs::msg::LocalizationInitializationState; | ||
static constexpr char name[] = "/api/localization/initialization_state"; | ||
static constexpr size_t depth = 3; | ||
static constexpr auto reliability = RMW_QOS_POLICY_RELIABILITY_RELIABLE; | ||
static constexpr auto durability = RMW_QOS_POLICY_DURABILITY_TRANSIENT_LOCAL; | ||
}; | ||
|
||
} // namespace autoware_ad_api::localization | ||
|
||
#endif // AUTOWARE_AD_API_SPECS__LOCALIZATION_HPP_ |
67 changes: 67 additions & 0 deletions
67
common/autoware_ad_api_specs/include/autoware_ad_api_specs/routing.hpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
// Copyright 2022 TIER IV, Inc. | ||
// | ||
// Licensed under the Apache License, Version 2.0 (the "License"); | ||
// you may not use this file except in compliance with the License. | ||
// You may obtain a copy of the License at | ||
// | ||
// http://www.apache.org/licenses/LICENSE-2.0 | ||
// | ||
// Unless required by applicable law or agreed to in writing, software | ||
// distributed under the License is distributed on an "AS IS" BASIS, | ||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
// See the License for the specific language governing permissions and | ||
// limitations under the License. | ||
|
||
#ifndef AUTOWARE_AD_API_SPECS__ROUTING_HPP_ | ||
#define AUTOWARE_AD_API_SPECS__ROUTING_HPP_ | ||
|
||
#include <rclcpp/qos.hpp> | ||
|
||
#include <autoware_ad_api_msgs/msg/route.hpp> | ||
#include <autoware_ad_api_msgs/msg/route_state.hpp> | ||
#include <autoware_ad_api_msgs/srv/clear_route.hpp> | ||
#include <autoware_ad_api_msgs/srv/set_route.hpp> | ||
#include <autoware_ad_api_msgs/srv/set_route_points.hpp> | ||
|
||
namespace autoware_ad_api::routing | ||
{ | ||
|
||
struct SetRoutePoints | ||
{ | ||
using Service = autoware_ad_api_msgs::srv::SetRoutePoints; | ||
static constexpr char name[] = "/api/routing/set_route_points"; | ||
}; | ||
|
||
struct SetRoute | ||
{ | ||
using Service = autoware_ad_api_msgs::srv::SetRoute; | ||
static constexpr char name[] = "/api/routing/set_route"; | ||
}; | ||
|
||
struct ClearRoute | ||
{ | ||
using Service = autoware_ad_api_msgs::srv::ClearRoute; | ||
static constexpr char name[] = "/api/routing/clear_route"; | ||
}; | ||
|
||
struct RouteState | ||
{ | ||
using Message = autoware_ad_api_msgs::msg::RouteState; | ||
static constexpr char name[] = "/api/routing/state"; | ||
static constexpr size_t depth = 3; | ||
static constexpr auto reliability = RMW_QOS_POLICY_RELIABILITY_RELIABLE; | ||
static constexpr auto durability = RMW_QOS_POLICY_DURABILITY_TRANSIENT_LOCAL; | ||
}; | ||
|
||
struct Route | ||
{ | ||
using Message = autoware_ad_api_msgs::msg::Route; | ||
static constexpr char name[] = "/api/routing/route"; | ||
static constexpr size_t depth = 1; | ||
static constexpr auto reliability = RMW_QOS_POLICY_RELIABILITY_RELIABLE; | ||
static constexpr auto durability = RMW_QOS_POLICY_DURABILITY_TRANSIENT_LOCAL; | ||
}; | ||
|
||
} // namespace autoware_ad_api::routing | ||
|
||
#endif // AUTOWARE_AD_API_SPECS__ROUTING_HPP_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?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>autoware_ad_api_specs</name> | ||
<version>0.0.0</version> | ||
<description>The autoware_ad_api_specs package</description> | ||
<maintainer email="isamu.takagi@tier4.jp">Takagi, Isamu</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
||
<buildtool_depend>ament_cmake_auto</buildtool_depend> | ||
|
||
<build_depend>autoware_cmake</build_depend> | ||
|
||
<test_depend>ament_lint_auto</test_depend> | ||
<test_depend>autoware_lint_common</test_depend> | ||
|
||
<export> | ||
<build_type>ament_cmake</build_type> | ||
</export> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
cmake_minimum_required(VERSION 3.14) | ||
project(component_interface_specs) | ||
|
||
find_package(autoware_cmake REQUIRED) | ||
autoware_package() | ||
|
||
ament_auto_package() |
Oops, something went wrong.