forked from autowarefoundation/autoware-documentation
-
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.
docs(ad-api): release v1.1.0 (autowarefoundation#523)
* fix release status Signed-off-by: Takagi, Isamu <[email protected]> * update api list format Signed-off-by: Takagi, Isamu <[email protected]> * add release notes Signed-off-by: Takagi, Isamu <[email protected]> * release v1.1.0 Signed-off-by: Takagi, Isamu <[email protected]> --------- Signed-off-by: Takagi, Isamu <[email protected]>
- Loading branch information
1 parent
8ea5138
commit 70a2509
Showing
9 changed files
with
75 additions
and
43 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
nav: | ||
- index.md | ||
- features | ||
- release.md | ||
- list | ||
- types | ||
- features |
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
2 changes: 1 addition & 1 deletion
2
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
2 changes: 1 addition & 1 deletion
2
docs/design/autoware-interfaces/ad-api/list/api/perception/objects.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
2 changes: 1 addition & 1 deletion
2
docs/design/autoware-interfaces/ad-api/list/api/vehicle/dimensions.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
2 changes: 1 addition & 1 deletion
2
docs/design/autoware-interfaces/ad-api/list/api/vehicle/kinematics.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,34 @@ | ||
# List of Autoware AD API | ||
|
||
- [/api/fail_safe/mrm_state](./api/fail_safe/mrm_state.md) | ||
- [/api/interface/version](./api/interface/version.md) | ||
- [/api/localization/initialization_state](./api/localization/initialization_state.md) | ||
- [/api/localization/initialize](./api/localization/initialize.md) | ||
- [/api/motion/accept_start](./api/motion/accept_start.md) | ||
- [/api/motion/state](./api/motion/state.md) | ||
- [/api/operation_mode/change_to_autonomous](./api/operation_mode/change_to_autonomous.md) | ||
- [/api/operation_mode/change_to_local](./api/operation_mode/change_to_local.md) | ||
- [/api/operation_mode/change_to_remote](./api/operation_mode/change_to_remote.md) | ||
- [/api/operation_mode/change_to_stop](./api/operation_mode/change_to_stop.md) | ||
- [/api/operation_mode/disable_autoware_control](./api/operation_mode/disable_autoware_control.md) | ||
- [/api/operation_mode/enable_autoware_control](./api/operation_mode/enable_autoware_control.md) | ||
- [/api/operation_mode/state](./api/operation_mode/state.md) | ||
- [/api/perception/objects](./api/perception/objects.md) | ||
- [/api/planning/cooperation/get_policies](./api/planning/cooperation/get_policies.md) | ||
- [/api/planning/cooperation/set_commands](./api/planning/cooperation/set_commands.md) | ||
- [/api/planning/cooperation/set_policies](./api/planning/cooperation/set_policies.md) | ||
- [/api/planning/steering_factors](./api/planning/steering_factors.md) | ||
- [/api/planning/velocity_factors](./api/planning/velocity_factors.md) | ||
- [/api/routing/clear_route](./api/routing/clear_route.md) | ||
- [/api/routing/route](./api/routing/route.md) | ||
- [/api/routing/set_route](./api/routing/set_route.md) | ||
- [/api/routing/set_route_points](./api/routing/set_route_points.md) | ||
- [/api/routing/state](./api/routing/state.md) | ||
- [/api/vehicle/dimensions](./api/vehicle/dimensions.md) | ||
- [/api/vehicle/doors/command](./api/vehicle/doors/command.md) | ||
- [/api/vehicle/doors/layout](./api/vehicle/doors/layout.md) | ||
- [/api/vehicle/doors/status](./api/vehicle/doors/status.md) | ||
- [/api/vehicle/kinematics](./api/vehicle/kinematics.md) | ||
- [/api/vehicle/status](./api/vehicle/status.md) | ||
| API | Release | | ||
| ------------------------------------------------------------------------------------------------ | ------------ | | ||
| [/api/fail_safe/mrm_state](./api/fail_safe/mrm_state.md) | v1.1.0 | | ||
| [/api/interface/version](./api/interface/version.md) | v1.0.0 | | ||
| [/api/localization/initialization_state](./api/localization/initialization_state.md) | v1.0.0 | | ||
| [/api/localization/initialize](./api/localization/initialize.md) | v1.0.0 | | ||
| [/api/motion/accept_start](./api/motion/accept_start.md) | not released | | ||
| [/api/motion/state](./api/motion/state.md) | not released | | ||
| [/api/operation_mode/change_to_autonomous](./api/operation_mode/change_to_autonomous.md) | v1.0.0 | | ||
| [/api/operation_mode/change_to_local](./api/operation_mode/change_to_local.md) | v1.0.0 | | ||
| [/api/operation_mode/change_to_remote](./api/operation_mode/change_to_remote.md) | v1.0.0 | | ||
| [/api/operation_mode/change_to_stop](./api/operation_mode/change_to_stop.md) | v1.0.0 | | ||
| [/api/operation_mode/disable_autoware_control](./api/operation_mode/disable_autoware_control.md) | v1.0.0 | | ||
| [/api/operation_mode/enable_autoware_control](./api/operation_mode/enable_autoware_control.md) | v1.0.0 | | ||
| [/api/operation_mode/state](./api/operation_mode/state.md) | v1.0.0 | | ||
| [/api/perception/objects](./api/perception/objects.md) | not released | | ||
| [/api/planning/cooperation/get_policies](./api/planning/cooperation/get_policies.md) | not released | | ||
| [/api/planning/cooperation/set_commands](./api/planning/cooperation/set_commands.md) | not released | | ||
| [/api/planning/cooperation/set_policies](./api/planning/cooperation/set_policies.md) | not released | | ||
| [/api/planning/steering_factors](./api/planning/steering_factors.md) | not released | | ||
| [/api/planning/velocity_factors](./api/planning/velocity_factors.md) | not released | | ||
| [/api/routing/clear_route](./api/routing/clear_route.md) | v1.0.0 | | ||
| [/api/routing/route](./api/routing/route.md) | v1.0.0 | | ||
| [/api/routing/set_route](./api/routing/set_route.md) | v1.0.0 | | ||
| [/api/routing/set_route_points](./api/routing/set_route_points.md) | v1.0.0 | | ||
| [/api/routing/state](./api/routing/state.md) | v1.0.0 | | ||
| [/api/vehicle/dimensions](./api/vehicle/dimensions.md) | v1.1.0 | | ||
| [/api/vehicle/doors/command](./api/vehicle/doors/command.md) | not released | | ||
| [/api/vehicle/doors/layout](./api/vehicle/doors/layout.md) | not released | | ||
| [/api/vehicle/doors/status](./api/vehicle/doors/status.md) | not released | | ||
| [/api/vehicle/kinematics](./api/vehicle/kinematics.md) | v1.1.0 | | ||
| [/api/vehicle/status](./api/vehicle/status.md) | not released | |
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,15 @@ | ||
# Release notes | ||
|
||
## v1.1.0 | ||
|
||
- [New] Add {{ link_ad_api('/api/fail_safe/mrm_state') }} | ||
- [New] Add {{ link_ad_api('/api/vehicle/dimensions') }} | ||
- [New] Add {{ link_ad_api('/api/vehicle/kinematics') }} | ||
- [Change] Add options to [the routing API](./features/routing.md) | ||
|
||
## v1.0.0 | ||
|
||
- [New] Add [interface API](./features/interface.md) | ||
- [New] Add [localization API](./features/localization.md) | ||
- [New] Add [routing API](./features/routing.md) | ||
- [New] Add [operation mode API](./features/operation_mode.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