-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Takagi, Isamu <[email protected]>
- Loading branch information
1 parent
ff174c7
commit 2f143dd
Showing
5 changed files
with
46 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
docs/design/autoware-interfaces/ad-api/list/api/local/operator/status.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: /api/local/operator/status | ||
status: not released | ||
method: realtime stream | ||
type: | ||
name: autoware_adapi_v1_msgs/msg/ManualOperatorStatus | ||
msg: | ||
- name: stamp | ||
text: Timestamp when this message was sent. | ||
- name: ready | ||
text: Whether the operator is able to continue driving. | ||
--- | ||
|
||
{% extends 'design/autoware-interfaces/templates/autoware-interface.jinja2' %} | ||
{% block description %} | ||
The application needs to determine whether the operator is able to drive and send that information via this API. | ||
For details, see the [manual control](../../../../features/manual-control.md). | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
docs/design/autoware-interfaces/ad-api/list/api/remote/operator/status.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: /api/remote/operator/status | ||
status: not released | ||
method: realtime stream | ||
type: | ||
name: autoware_adapi_v1_msgs/msg/ManualOperatorStatus | ||
msg: | ||
- name: stamp | ||
text: Timestamp when this message was sent. | ||
- name: ready | ||
text: Whether the operator is able to continue driving. | ||
--- | ||
|
||
{% extends 'design/autoware-interfaces/templates/autoware-interface.jinja2' %} | ||
{% block description %} | ||
The application needs to determine whether the operator is able to drive and send that information via this API. | ||
For details, see the [manual control](../../../../features/manual-control.md). | ||
{% endblock %} |