-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ad-api): update to latest message (#254)
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
- Loading branch information
1 parent
1124646
commit 4cc85f5
Showing
56 changed files
with
421 additions
and
320 deletions.
There are no files selected for viewing
4 changes: 3 additions & 1 deletion
4
docs/design/autoware-interfaces/ad-api/list/api/fail_safe/mrm_state.md
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
4 changes: 3 additions & 1 deletion
4
docs/design/autoware-interfaces/ad-api/list/api/interface/version.md
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
4 changes: 3 additions & 1 deletion
4
...design/autoware-interfaces/ad-api/list/api/localization/initialization_state.md
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
4 changes: 3 additions & 1 deletion
4
docs/design/autoware-interfaces/ad-api/list/api/motion/state.md
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
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
22 changes: 12 additions & 10 deletions
22
docs/design/autoware-interfaces/ad-api/list/api/operation_mode/state.md
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,20 +1,22 @@ | ||
<!-- This file is generated by a tool. Do not edit directly. --> | ||
|
||
# /api/operation_mode/state | ||
|
||
- Method: notification | ||
- Type: [autoware_ad_api_msgs/msg/OperationModeState](../../../types/autoware_ad_api_msgs/msg/operation_mode_state.md) | ||
- Type: [autoware_adapi_v1_msgs/msg/OperationModeState](../../../types/autoware_adapi_v1_msgs/msg/operation_mode_state.md) | ||
|
||
## Description | ||
|
||
Get the operation mode state. For details, see the [operation mode](./index.md). | ||
|
||
## Message | ||
|
||
| Name | Type | Description | | ||
| --------------------------- | ------ | -------------------------------------------------------- | | ||
| operation_mode | uint16 | The selected command for Autoware control. | | ||
| is_autoware_control_enabled | bool | True if vehicle control by Autoware is enabled. | | ||
| is_in_transition | bool | True if the operation mode is in transition. | | ||
| change_to_stop | bool | True if the operation mode can be changed to stop. | | ||
| change_to_autonomous | bool | True if the operation mode can be changed to autonomous. | | ||
| change_to_local | bool | True if the operation mode can be changed to local. | | ||
| change_to_remote | bool | True if the operation mode can be changed to remote. | | ||
| Name | Type | Description | | ||
| ---------------------------- | ----- | -------------------------------------------------------- | | ||
| mode | uint8 | The selected command for Autoware control. | | ||
| is_autoware_control_enabled | bool | True if vehicle control by Autoware is enabled. | | ||
| is_in_transition | bool | True if the operation mode is in transition. | | ||
| is_stop_mode_available | bool | True if the operation mode can be changed to stop. | | ||
| is_autonomous_mode_available | bool | True if the operation mode can be changed to autonomous. | | ||
| is_local_mode_available | bool | True if the operation mode can be changed to local. | | ||
| is_remote_mode_available | bool | True if the operation mode can be changed to remote. | |
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
4 changes: 3 additions & 1 deletion
4
docs/design/autoware-interfaces/ad-api/list/api/planning/velocity_factors.md
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
11 changes: 7 additions & 4 deletions
11
docs/design/autoware-interfaces/ad-api/list/api/routing/route.md
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,14 +1,17 @@ | ||
<!-- This file is generated by a tool. Do not edit directly. --> | ||
|
||
# /api/routing/route | ||
|
||
- Method: notification | ||
- Type: [autoware_ad_api_msgs/msg/RouteOptional](../../../types/autoware_ad_api_msgs/msg/route_optional.md) | ||
- Type: [autoware_adapi_v1_msgs/msg/Route](../../../types/autoware_adapi_v1_msgs/msg/route.md) | ||
|
||
## Description | ||
|
||
Get the route with the waypoint segments in lanelet format. It is empty if route is not set. | ||
|
||
## Message | ||
|
||
| Name | Type | Description | | ||
| ----- | ----------------------------------- | --------------------------- | | ||
| route | autoware_ad_api_msgs/msg/Route[<=1] | The route in lanelet format | | ||
| Name | Type | Description | | ||
| ------ | ----------------------------------------- | ------------------------------ | | ||
| header | std_msgs/msg/Header | header for pose transformation | | ||
| data | autoware_adapi_v1_msgs/msg/RouteData[<=1] | The route in lanelet format | |
21 changes: 11 additions & 10 deletions
21
docs/design/autoware-interfaces/ad-api/list/api/routing/set_route.md
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,23 +1,24 @@ | ||
<!-- This file is generated by a tool. Do not edit directly. --> | ||
|
||
# /api/routing/set_route | ||
|
||
- Method: function call | ||
- Type: [autoware_ad_api_msgs/srv/SetRoute](../../../types/autoware_ad_api_msgs/srv/set_route.md) | ||
- Type: [autoware_adapi_v1_msgs/srv/SetRoute](../../../types/autoware_adapi_v1_msgs/srv/set_route.md) | ||
|
||
## Description | ||
|
||
Set the route with the waypoint segments in lanelet format. If start pose is not specified, the current pose will be used. | ||
|
||
## Request | ||
|
||
| Name | Type | Description | | ||
| -------- | --------------------------------------- | ----------------------------------- | | ||
| header | std_msgs/msg/Header | header for pose transformation | | ||
| start | geometry_msgs/msg/Pose[<=1] | start pose | | ||
| goal | geometry_msgs/msg/Pose | goal pose | | ||
| segments | autoware_ad_api_msgs/msg/RouteSegment[] | waypoint segments in lanelet format | | ||
| Name | Type | Description | | ||
| -------- | ----------------------------------------- | ----------------------------------- | | ||
| header | std_msgs/msg/Header | header for pose transformation | | ||
| goal | geometry_msgs/msg/Pose | goal pose | | ||
| segments | autoware_adapi_v1_msgs/msg/RouteSegment[] | waypoint segments in lanelet format | | ||
|
||
## Response | ||
|
||
| Name | Type | Description | | ||
| ------ | --------------------------------------- | --------------- | | ||
| status | autoware_ad_api_msgs/msg/ResponseStatus | response status | | ||
| Name | Type | Description | | ||
| ------ | ----------------------------------------- | --------------- | | ||
| status | autoware_adapi_v1_msgs/msg/ResponseStatus | response status | |
21 changes: 11 additions & 10 deletions
21
docs/design/autoware-interfaces/ad-api/list/api/routing/set_route_points.md
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,23 +1,24 @@ | ||
<!-- This file is generated by a tool. Do not edit directly. --> | ||
|
||
# /api/routing/set_route_points | ||
|
||
- Method: function call | ||
- Type: [autoware_ad_api_msgs/srv/SetRoutePoints](../../../types/autoware_ad_api_msgs/srv/set_route_points.md) | ||
- Type: [autoware_adapi_v1_msgs/srv/SetRoutePoints](../../../types/autoware_adapi_v1_msgs/srv/set_route_points.md) | ||
|
||
## Description | ||
|
||
Set the route with the waypoint poses. If start pose is not specified, the current pose will be used. | ||
|
||
## Request | ||
|
||
| Name | Type | Description | | ||
| --------- | --------------------------- | ------------------------------ | | ||
| header | std_msgs/msg/Header | header for pose transformation | | ||
| start | geometry_msgs/msg/Pose[<=1] | start pose | | ||
| goal | geometry_msgs/msg/Pose | goal pose | | ||
| waypoints | geometry_msgs/msg/Pose[] | waypoint poses | | ||
| Name | Type | Description | | ||
| --------- | ------------------------ | ------------------------------ | | ||
| header | std_msgs/msg/Header | header for pose transformation | | ||
| goal | geometry_msgs/msg/Pose | goal pose | | ||
| waypoints | geometry_msgs/msg/Pose[] | waypoint poses | | ||
|
||
## Response | ||
|
||
| Name | Type | Description | | ||
| ------ | --------------------------------------- | --------------- | | ||
| status | autoware_ad_api_msgs/msg/ResponseStatus | response status | | ||
| Name | Type | Description | | ||
| ------ | ----------------------------------------- | --------------- | | ||
| status | autoware_adapi_v1_msgs/msg/ResponseStatus | response status | |
Oops, something went wrong.