Skip to content

Commit

Permalink
update descriptions
Browse files Browse the repository at this point in the history
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
  • Loading branch information
isamu-takagi committed Sep 4, 2024
1 parent f42a2ca commit b407116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/design/autoware-interfaces/ad-api/features/routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ See the sections below for supported options and details.

### allow_while_using_route

**[v1.6.0]** This option only affects the route change APIs. Autoware accepts new route even while the vehicle is using the current route. The route is only changed if it is safe to transition to the new route. When set false, the APIs always fail when the using the route.
**[v1.6.0]** This option only affects the route change APIs. Autoware accepts new route even while the vehicle is using the current route. The APIs fail if it cannot safely transition to new route. When set false, the APIs always fail when the vehicle is using the route.
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ type:
{% extends 'design/autoware-interfaces/templates/autoware-interface.jinja2' %}
{% block description %}
Set the door command. This API is only available if the vehicle supports software door control.
This API fails if the door cannot be opened or closed safely.
This API fails if the doors cannot be opened or closed safely.
{% endblock %}

0 comments on commit b407116

Please sign in to comment.