File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed
docs/design/autoware-interfaces/ad-api Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : /api/routing/change_route
3
- status : not released
3
+ status : v1.5.0
4
4
method : function call
5
5
type :
6
6
name : autoware_adapi_v1_msgs/srv/SetRoute
18
18
19
19
{% extends 'design/autoware-interfaces/templates/autoware-interface.jinja2' %}
20
20
{% 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.
22
22
This API only accepts the route when the route state is SET.
23
23
In any other state, set the route first or wait for the route change to complete.
24
24
{% endblock %}
Original file line number Diff line number Diff line change 1
1
---
2
2
title : /api/routing/change_route_points
3
- status : not released
3
+ status : v1.5.0
4
4
method : function call
5
5
type :
6
6
name : autoware_adapi_v1_msgs/srv/SetRoutePoints
18
18
19
19
{% extends 'design/autoware-interfaces/templates/autoware-interface.jinja2' %}
20
20
{% 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.
22
22
This API only accepts the route when the route state is SET.
23
23
In any other state, set the route first or wait for the route change to complete.
24
24
{% endblock %}
Original file line number Diff line number Diff line change 21
21
| [ /api/planning/cooperation/set_policies] ( ./api/planning/cooperation/set_policies.md ) | not released |
22
22
| [ /api/planning/steering_factors] ( ./api/planning/steering_factors.md ) | not released |
23
23
| [ /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 |
26
26
| [ /api/routing/clear_route] ( ./api/routing/clear_route.md ) | v1.0.0 |
27
27
| [ /api/routing/route] ( ./api/routing/route.md ) | v1.0.0 |
28
28
| [ /api/routing/set_route] ( ./api/routing/set_route.md ) | v1.0.0 |
Original file line number Diff line number Diff line change 1
1
# Release notes
2
2
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
+
3
8
## v1.4.0
4
9
5
10
- [ New] Add {{ link_ad_api('/api/vehicle/status') }}
You can’t perform that action at this time.
0 commit comments