Skip to content

Commit

Permalink
docs(ad-api): release adapi v1.5.0 (#595)
Browse files Browse the repository at this point in the history
Signed-off-by: Takagi, Isamu <[email protected]>
  • Loading branch information
isamu-takagi authored Aug 6, 2024
1 parent e610261 commit f93e489
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: /api/routing/change_route
status: not released
status: v1.5.0
method: function call
type:
name: autoware_adapi_v1_msgs/srv/SetRoute
Expand All @@ -18,7 +18,7 @@ type:

{% extends 'design/autoware-interfaces/templates/autoware-interface.jinja2' %}
{% block description %}
Same as {{ link_ad_api('/api/routing/change_route') }}, but change the route while driving.
Same as {{ link_ad_api('/api/routing/set_route') }}, but change the route while driving.
This API only accepts the route when the route state is SET.
In any other state, set the route first or wait for the route change to complete.
{% endblock %}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: /api/routing/change_route_points
status: not released
status: v1.5.0
method: function call
type:
name: autoware_adapi_v1_msgs/srv/SetRoutePoints
Expand All @@ -18,7 +18,7 @@ type:

{% extends 'design/autoware-interfaces/templates/autoware-interface.jinja2' %}
{% block description %}
Same as {{ link_ad_api('/api/routing/change_route_points') }}, but change the route while driving.
Same as {{ link_ad_api('/api/routing/set_route_points') }}, but change the route while driving.
This API only accepts the route when the route state is SET.
In any other state, set the route first or wait for the route change to complete.
{% endblock %}
4 changes: 2 additions & 2 deletions docs/design/autoware-interfaces/ad-api/list/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
| [/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/change_route](./api/routing/change_route.md) | not released |
| [/api/routing/change_route_points](./api/routing/change_route_points.md) | not released |
| [/api/routing/change_route](./api/routing/change_route.md) | v1.5.0 |
| [/api/routing/change_route_points](./api/routing/change_route_points.md) | v1.5.0 |
| [/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 |
Expand Down
5 changes: 5 additions & 0 deletions docs/design/autoware-interfaces/ad-api/release.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release notes

## v1.5.0

- [New] Add {{ link_ad_api('/api/routing/change_route_points') }}
- [New] Add {{ link_ad_api('/api/routing/change_route') }}

## v1.4.0

- [New] Add {{ link_ad_api('/api/vehicle/status') }}
Expand Down

0 comments on commit f93e489

Please sign in to comment.