Skip to content

Commit

Permalink
Deployed 1a40763 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stronnag committed Jan 7, 2025
1 parent 46de241 commit 09547e7
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 1 deletion.
157 changes: 157 additions & 0 deletions gcs-features/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,39 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#vehicle-track-waypoints-colour-schemes" class="md-nav__link">
<span class="md-ellipsis">
Vehicle Track / Waypoints Colour Schemes
</span>
</a>

<nav class="md-nav" aria-label="Vehicle Track / Waypoints Colour Schemes">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#flight-mode-colours" class="md-nav__link">
<span class="md-ellipsis">
Flight Mode colours
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#waypoint-colours" class="md-nav__link">
<span class="md-ellipsis">
Waypoint Colours
</span>
</a>

</li>

</ul>
</nav>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -1254,6 +1287,39 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#vehicle-track-waypoints-colour-schemes" class="md-nav__link">
<span class="md-ellipsis">
Vehicle Track / Waypoints Colour Schemes
</span>
</a>

<nav class="md-nav" aria-label="Vehicle Track / Waypoints Colour Schemes">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#flight-mode-colours" class="md-nav__link">
<span class="md-ellipsis">
Flight Mode colours
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#waypoint-colours" class="md-nav__link">
<span class="md-ellipsis">
Waypoint Colours
</span>
</a>

</li>

</ul>
</nav>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -1307,6 +1373,97 @@ <h3 id="basic-functionality">Basic functionality<a class="headerlink" href="#bas
<li><a href="../mwp-Radar-View/">Radar view</a> of other aircraft</li>
<li>In picture <a href="../mwp_video_player/">video feed display</a>.</li>
</ul>
<h3 id="vehicle-track-waypoints-colour-schemes">Vehicle Track / Waypoints Colour Schemes<a class="headerlink" href="#vehicle-track-waypoints-colour-schemes" title="Permanent link">#</a></h3>
<h4 id="flight-mode-colours">Flight Mode colours<a class="headerlink" href="#flight-mode-colours" title="Permanent link">#</a></h4>
<table>
<thead>
<tr>
<th>Mode</th>
<th>Colour</th>
</tr>
</thead>
<tbody>
<tr>
<td>Piloted</td>
<td>Cyan <code>#00ffff</code></td>
</tr>
<tr>
<td>Alt Hold</td>
<td>Blue <code>#03c0fa</code></td>
</tr>
<tr>
<td>Cruise</td>
<td>Purple <code>#bf88f7</code></td>
</tr>
<tr>
<td>FW Land</td>
<td>Pink <code>#ff92f0</code></td>
</tr>
<tr>
<td>PosHold</td>
<td>Green <code>#4cfe00</code></td>
</tr>
<tr>
<td>RTH</td>
<td>Yellow <code>#fafa00</code></td>
</tr>
<tr>
<td>WP</td>
<td>White <code>#ffffff</code></td>
</tr>
<tr>
<td>Undefined</td>
<td>Orange <code>#ff8000</code></td>
</tr>
</tbody>
</table>
<h4 id="waypoint-colours">Waypoint Colours<a class="headerlink" href="#waypoint-colours" title="Permanent link">#</a></h4>
<table>
<thead>
<tr>
<th>Type</th>
<th>Colour</th>
</tr>
</thead>
<tbody>
<tr>
<td>WAYPOINT</td>
<td>Cyan <code>#00ffff</code></td>
</tr>
<tr>
<td>POSHOLD_TIME</td>
<td>Purple <code>#9846eb</code></td>
</tr>
<tr>
<td>POSHOLD_UNLIM (MW)</td>
<td>Green <code>#4cfe00</code></td>
</tr>
<tr>
<td>RTH</td>
<td>Blue <code>#00aaff</code></td>
</tr>
<tr>
<td>LAND</td>
<td>Pink <code>#ff9af0</code></td>
</tr>
<tr>
<td>JUMP</td>
<td>Magenta <code>#ed51d7</code></td>
</tr>
<tr>
<td>SET_POI / SET_HEAD</td>
<td>Yellow <code>#ff9af0</code></td>
</tr>
<tr>
<td>UNDEFINED</td>
<td>Grey <code>#e0e0e0</code></td>
</tr>
<tr>
<td>(Home)</td>
<td>Brown <code>#8c4343</code></td>
</tr>
</tbody>
</table>
<h3 id="osd-information">OSD information<a class="headerlink" href="#osd-information" title="Permanent link">#</a></h3>
<p>When flying waypoints, if the mission is also loaded into <a href="https://github.com/stronnag/mwptools">mwp</a>, <a href="https://github.com/stronnag/mwptools">mwp</a> can display some limited "OSD" information.</p>
<p><img alt="mwp-osd" src="../images/mwp-osd.png" width="75%" /></p>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 09547e7

Please sign in to comment.