Skip to content

Commit f93e489

Browse files
authored
docs(ad-api): release adapi v1.5.0 (#595)
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
1 parent e610261 commit f93e489

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

docs/design/autoware-interfaces/ad-api/list/api/routing/change_route.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: /api/routing/change_route
3-
status: not released
3+
status: v1.5.0
44
method: function call
55
type:
66
name: autoware_adapi_v1_msgs/srv/SetRoute
@@ -18,7 +18,7 @@ type:
1818

1919
{% extends 'design/autoware-interfaces/templates/autoware-interface.jinja2' %}
2020
{% block description %}
21-
Same as {{ link_ad_api('/api/routing/change_route') }}, but change the route while driving.
21+
Same as {{ link_ad_api('/api/routing/set_route') }}, but change the route while driving.
2222
This API only accepts the route when the route state is SET.
2323
In any other state, set the route first or wait for the route change to complete.
2424
{% endblock %}

docs/design/autoware-interfaces/ad-api/list/api/routing/change_route_points.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: /api/routing/change_route_points
3-
status: not released
3+
status: v1.5.0
44
method: function call
55
type:
66
name: autoware_adapi_v1_msgs/srv/SetRoutePoints
@@ -18,7 +18,7 @@ type:
1818

1919
{% extends 'design/autoware-interfaces/templates/autoware-interface.jinja2' %}
2020
{% block description %}
21-
Same as {{ link_ad_api('/api/routing/change_route_points') }}, but change the route while driving.
21+
Same as {{ link_ad_api('/api/routing/set_route_points') }}, but change the route while driving.
2222
This API only accepts the route when the route state is SET.
2323
In any other state, set the route first or wait for the route change to complete.
2424
{% endblock %}

docs/design/autoware-interfaces/ad-api/list/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
| [/api/planning/cooperation/set_policies](./api/planning/cooperation/set_policies.md) | not released |
2222
| [/api/planning/steering_factors](./api/planning/steering_factors.md) | not released |
2323
| [/api/planning/velocity_factors](./api/planning/velocity_factors.md) | not released |
24-
| [/api/routing/change_route](./api/routing/change_route.md) | not released |
25-
| [/api/routing/change_route_points](./api/routing/change_route_points.md) | not released |
24+
| [/api/routing/change_route](./api/routing/change_route.md) | v1.5.0 |
25+
| [/api/routing/change_route_points](./api/routing/change_route_points.md) | v1.5.0 |
2626
| [/api/routing/clear_route](./api/routing/clear_route.md) | v1.0.0 |
2727
| [/api/routing/route](./api/routing/route.md) | v1.0.0 |
2828
| [/api/routing/set_route](./api/routing/set_route.md) | v1.0.0 |

docs/design/autoware-interfaces/ad-api/release.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release notes
22

3+
## v1.5.0
4+
5+
- [New] Add {{ link_ad_api('/api/routing/change_route_points') }}
6+
- [New] Add {{ link_ad_api('/api/routing/change_route') }}
7+
38
## v1.4.0
49

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

0 commit comments

Comments
 (0)