Skip to content

Commit

Permalink
feat(ad-api): add routing api description (#555)
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 authored Jun 26, 2024
1 parent 0bcd252 commit b0d4d3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ type:
{% extends 'design/autoware-interfaces/templates/autoware-interface.jinja2' %}
{% block description %}
Set the route with the waypoint segments in lanelet format. If start pose is not specified, the current pose will be used.
This API only accepts the route when the route state is UNSET. In any other state, clear the route first.
{% endblock %}
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ type:
{% extends 'design/autoware-interfaces/templates/autoware-interface.jinja2' %}
{% block description %}
Set the route with the waypoint poses. If start pose is not specified, the current pose will be used.
This API only accepts the route when the route state is UNSET. In any other state, clear the route first.
{% endblock %}

0 comments on commit b0d4d3f

Please sign in to comment.