Skip to content

Commit

Permalink
Deployed 30ca40c with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stronnag committed Oct 12, 2023
1 parent 2e6f752 commit 250a427
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 10 deletions.
8 changes: 7 additions & 1 deletion Building-with-meson-and-ninja/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1429,6 +1429,12 @@ <h3 id="easy-first-time-install-on-debian-and-derivatives">"Easy" first-time ins
<li>The resulting executables are in <code>~/.local/bin</code>. Ensure this exists on <code>$PATH</code>; modern distros should do this for you.</li>
<li>If you get messages like <code>Removing /home/$USER/.config/mwp/.layout.xml 0</code> and <code>Failed to save layout, remains in /tmp/.mwp.xxxxxx.xml</code> you also need <code>export XDG_DATA_DIRS=$XDG_DATA_DIRS:$HOME/.local/share</code>. This is rare and should not occur on <a href="../mwp_support/#supported-os">supported platforms</a>.</li>
</ul>
<p>On some (mainly ARM / Rpi), you may need some alternate packages:</p>
<div class="highlight"><pre><span></span><code># For some ARM boards, without full OpenGL, you may need
apt install libegl1-mesa-dev
# For some ARM boards, (RPi3 for example), you may need
apt install gstreamer1.0-gtk3
</code></pre></div>
<h3 id="build-and-update">Build and update<a class="headerlink" href="#build-and-update" title="Permanent link">#</a></h3>
<pre><code>cd build
# for a local install (and cygwin)
Expand Down Expand Up @@ -1712,7 +1718,7 @@ <h3 id="supporting-data-files">Supporting data files<a class="headerlink" href="
<small>

Last update:
2023-04-30
2023-10-12

</small>
</div>
Expand Down
4 changes: 2 additions & 2 deletions mwp-Configuration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1473,7 +1473,7 @@ <h2 id="places"><code>places</code><a class="headerlink" href="#places" title="P
Beaulieu|50.8047104|-1.4942621|17
Jurby:54.353974:-4.523600:-1
</code></pre>
<p>The user may maintain these files manually if used, or use the <a href="../misc-ui-elements/#favourite-places">graphic places editor</a>.</p>
<p>The user may maintain these files manually if used, or use the <a href="../misc-ui-elements/#favourite-places">graphic places editor</a>. The command line option <code>--centre</code> accepts a place name as well as a geographic coordinates.</p>
<h2 id="dconf-gsettings">Dconf / gsettings<a class="headerlink" href="#dconf-gsettings" title="Permanent link">#</a></h2>
<p>The underlying infrastructure used by <a href="https://github.com/stronnag/mwptools">mwp</a> has a facility for storing configuration items in a registry like store. This is used extensively by <a href="https://github.com/stronnag/mwptools">mwp</a>. The items can viewed and modified using a number of tools:</p>
<ul>
Expand Down Expand Up @@ -2197,7 +2197,7 @@ <h2 id="mime-types-for-common-file-formats">Mime types for common file formats<a
<small>

Last update:
2023-10-08
2023-10-12

</small>
</div>
Expand Down
4 changes: 2 additions & 2 deletions mwp-Radar-View/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1355,7 +1355,7 @@ <h1 id="radar-view">Radar View<a class="headerlink" href="#radar-view" title="Pe
</li>
</ul>
<h2 id="mwp-configuration">mwp Configuration<a class="headerlink" href="#mwp-configuration" title="Permanent link">#</a></h2>
<p><a href="https://github.com/stronnag/mwptools">mwp</a> can receive the 'radar' data over one or two connections, either or both may be active, and <a href="https://github.com/stronnag/mwptools">mwp</a> can receive and display 'own vehicle' telemetry (MSP, LTM or Smartpost), 'INAV-radar' and 'MAVlink Traffic' data simultaneously. Radar data may be received over:</p>
<p><a href="https://github.com/stronnag/mwptools">mwp</a> can receive the 'radar' data over one or two connections, either or both may be active, and <a href="https://github.com/stronnag/mwptools">mwp</a> can receive and display 'own vehicle' telemetry (MSP, LTM or Smartpost), <a href="../mwp-telemetry-tracker/">Tracked Telemetry</a>, 'INAV-radar' and 'MAVlink Traffic' data simultaneously. Radar data may be received over:</p>
<ul>
<li>The main serial port device (see <a href="#using-the-main-serial-port">caveat</a> for INAV-radar) or</li>
<li>device(s) defined by the <code>radar-device</code> CLI or configuration parameter (MAVLink Traffic, INAV-radar)</li>
Expand Down Expand Up @@ -1606,7 +1606,7 @@ <h3 id="sbs-1">SBS-1<a class="headerlink" href="#sbs-1" title="Permanent link">#
<small>

Last update:
2023-08-12
2023-10-12

</small>
</div>
Expand Down
4 changes: 2 additions & 2 deletions mwp_support/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ <h3 id="unsupported">Unsupported<a class="headerlink" href="#unsupported" title=
<p>Problem reports on non-supported platforms will not be dismissed without <em>some</em> consideration, however it's unlikely that too much time be expended on such environments unless the problem can also be demonstrated on a supported platform (or it's an interesting issue).</p>
<h3 id="wayland-xlib">Wayland / XLib<a class="headerlink" href="#wayland-xlib" title="Permanent link">#</a></h3>
<p>Different behaviours may be experienced using different display environments.</p>
<p>mwp (and other applications) can have a problem with OpenGL and the (GNOME) Wayland compositor. Typically this is manifest by being unable to pick mission WP icons for large (&gt;40 point) missions. This problem does not appear on other compositors (<code>wlroots</code>, WSL).</p>
<p>mwp (and other applications) can have a problem with OpenGL and the (GNOME) Wayland compositor. Typically this is manifest by being unable to pick mission WP icons for large (&gt;40 point) missions. This problem does not appear on other compositors (<code>wlroots</code> and derivatives, WSL).</p>
<p>You can force Wayland / XWayland by setting the <code>GDK_BACKEND</code> variable in <code>cmdopts</code> (or the environment). This will override mwp's Windows Manager defined default behaviour.</p>
<pre><code># set XWayland
GDK_BACKEND=x11
Expand All @@ -1283,7 +1283,7 @@ <h3 id="gtk-widget-whinging">Gtk Widget whinging<a class="headerlink" href="#gtk
<small>

Last update:
2023-10-08
2023-10-10

</small>
</div>
Expand Down
4 changes: 2 additions & 2 deletions running/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,7 @@ <h2 id="command-line-options">Command line options<a class="headerlink" href="#c
--debug-flags Debug flags (mask)
-p, --replay-mwp=file-name replay mwp log file
-b, --replay-bbox=file-name replay bbox log file
--centre=position Centre position
--centre=position Centre position (lat lon or named place)
--offline force offline proxy mode
-S, --n-points=N Number of points shown in GPS trail
-M, --mod-points=N Modulo points to show in GPS trail
Expand Down Expand Up @@ -1341,7 +1341,7 @@ <h3 id="clean-and-unclean-exits">Clean and unclean exits<a class="headerlink" hr
<small>

Last update:
2022-09-09
2023-10-12

</small>
</div>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 250a427

Please sign in to comment.