Skip to content

Commit 282c329

Browse files
author
github-actions
committed
Deployed 463f345 to pr-444 with MkDocs 1.4.3 and mike 2.2.0.dev0
1 parent b55dfaa commit 282c329

File tree

11 files changed

+326
-354
lines changed

11 files changed

+326
-354
lines changed

pr-444/design/autoware-interfaces/ad-api/features/fail-safe/index.html

+1-24
Original file line numberDiff line numberDiff line change
@@ -7734,30 +7734,7 @@ <h2 id="mrm-state">MRM state<a class="headerlink" href="#mrm-state" title="Perma
77347734
</tbody>
77357735
</table>
77367736
<h2 id="rti-state">RTI state<a class="headerlink" href="#rti-state" title="Permanent link">#</a></h2>
7737-
<p>The RTI state indicates whether RTI is requested. If for some reason autonomous driving cannot continue, Autoware will request a change to manual driving.
7738-
The following states are provided to properly handle RTI from multiple vehicles.</p>
7739-
<table>
7740-
<thead>
7741-
<tr>
7742-
<th>State</th>
7743-
<th>Description</th>
7744-
</tr>
7745-
</thead>
7746-
<tbody>
7747-
<tr>
7748-
<td>NONE</td>
7749-
<td>RTI is not requested.</td>
7750-
</tr>
7751-
<tr>
7752-
<td>MRM_OPERATING</td>
7753-
<td>MRM is operating. Since MRC has not been achieved, immediate intervention is recommended.</td>
7754-
</tr>
7755-
<tr>
7756-
<td>MRM_COMPLETED</td>
7757-
<td>MRM is completed. Since MRC has been achieved, give priority to vehicles with urgency.</td>
7758-
</tr>
7759-
</tbody>
7760-
</table>
7737+
<p>The RTI state indicates whether RTI is requested. If for some reason autonomous driving cannot continue, Autoware will request a change to manual driving.</p>
77617738
<!-- prettier-ignore --></div>
77627739

77637740

pr-444/design/autoware-interfaces/ad-api/list/api/fail_safe/rti_state/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -7612,9 +7612,9 @@ <h2 id="message">Message<a class="headerlink" href="#message" title="Permanent l
76127612
</thead>
76137613
<tbody>
76147614
<tr>
7615-
<td>state</td>
7616-
<td>uint16</td>
7617-
<td>The state of RTI.</td>
7615+
<td>request</td>
7616+
<td>bool</td>
7617+
<td>The flag for whether RTI is requested.</td>
76187618
</tr>
76197619
<tr>
76207620
<td>message</td>

pr-444/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/RtiState/index.html

+2-7
Original file line numberDiff line numberDiff line change
@@ -7593,13 +7593,8 @@
75937593

75947594
<div><h1 id="autoware_adapi_v1_msgsmsgrtistate">autoware_adapi_v1_msgs/msg/RtiState<a class="headerlink" href="#autoware_adapi_v1_msgsmsgrtistate" title="Permanent link">#</a></h1>
75957595
<h2 id="definition">Definition<a class="headerlink" href="#definition" title="Permanent link">#</a></h2>
7596-
<div class="highlight"><pre><span></span><code>uint16 UNKNOWN = 0
7597-
uint16 NONE = 1
7598-
uint16 MRM_OPERATING = 2
7599-
uint16 MRM_COMPLETED = 3
7600-
7601-
builtin_interfaces/Time stamp
7602-
uint16 state
7596+
<div class="highlight"><pre><span></span><code>builtin_interfaces/Time stamp
7597+
bool request
76037598
string message
76047599
</code></pre></div>
76057600
<h2 id="this-type-uses">This type uses<a class="headerlink" href="#this-type-uses" title="Permanent link">#</a></h2>

pr-444/design/autoware-interfaces/ad-api/use-cases/change-operation-mode/index.html

+2-2
Large diffs are not rendered by default.

pr-444/design/autoware-interfaces/ad-api/use-cases/drive-designated-position/index.html

+1-1
Large diffs are not rendered by default.

pr-444/design/autoware-interfaces/ad-api/use-cases/get-on-off/index.html

+1-1
Large diffs are not rendered by default.

pr-444/design/autoware-interfaces/ad-api/use-cases/initialize-pose/index.html

+2-2
Large diffs are not rendered by default.

pr-444/design/autoware-interfaces/ad-api/use-cases/launch-terminate/index.html

+1-1
Large diffs are not rendered by default.

pr-444/search/search_index.json

+1-1
Large diffs are not rendered by default.

pr-444/sitemap.xml

+312-312
Large diffs are not rendered by default.

pr-444/sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)