Skip to content

Commit

Permalink
Deployed b37fb07 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stronnag committed Oct 8, 2024
1 parent 8d367ee commit a026083
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 21 deletions.
Binary file modified images/survey-dropdown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
86 changes: 66 additions & 20 deletions mwp-area-planner/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -723,27 +723,36 @@
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#parallel-lines-editing-outline-points" class="md-nav__link">
<a href="#mission-parameters" class="md-nav__link">
<span class="md-ellipsis">
"Parallel Lines" Editing outline points
Mission Parameters
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#parameters" class="md-nav__link">
<a href="#control-buttons" class="md-nav__link">
<span class="md-ellipsis">
Parameters
Control Buttons
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#file-menu" class="md-nav__link">
<a href="#parallel-lines-editing-outline-points" class="md-nav__link">
<span class="md-ellipsis">
File Menu
"Parallel Lines" Editing outline points
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#parameters" class="md-nav__link">
<span class="md-ellipsis">
Parameters
</span>
</a>

Expand All @@ -765,6 +774,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#file-menu" class="md-nav__link">
<span class="md-ellipsis">
File Menu
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -1233,27 +1251,36 @@
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#parallel-lines-editing-outline-points" class="md-nav__link">
<a href="#mission-parameters" class="md-nav__link">
<span class="md-ellipsis">
"Parallel Lines" Editing outline points
Mission Parameters
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#parameters" class="md-nav__link">
<a href="#control-buttons" class="md-nav__link">
<span class="md-ellipsis">
Parameters
Control Buttons
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#file-menu" class="md-nav__link">
<a href="#parallel-lines-editing-outline-points" class="md-nav__link">
<span class="md-ellipsis">
File Menu
"Parallel Lines" Editing outline points
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#parameters" class="md-nav__link">
<span class="md-ellipsis">
Parameters
</span>
</a>

Expand All @@ -1275,6 +1302,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#file-menu" class="md-nav__link">
<span class="md-ellipsis">
File Menu
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -1320,6 +1356,19 @@ <h2 id="usage">Usage<a class="headerlink" href="#usage" title="Permanent link">#
<li>Square: Expanding Square.</li>
<li>Spiral: Spiral pattern.</li>
</ul>
<h3 id="mission-parameters">Mission Parameters<a class="headerlink" href="#mission-parameters" title="Permanent link">#</a></h3>
<p>The dialog provides options for mission creation that are common to each survey pattern:</p>
<ul>
<li><strong>Altitude:</strong> in metres (mission parameter), relative or absolute, dependent on:</li>
<li><strong>AMSL / Ground Clearance:</strong> This controls how the altitude value is used:<ul>
<li>If not set, the same altitude value is set for each way-point and is relative to the arming location.</li>
<li>If set, the altitude value is added to the AMSL (Absolute/Above Mean Sea Level) elevation for each way point, and the way-point altitude is set as absolute.</li>
</ul>
</li>
<li><strong>RTH</strong> (mission parameter). Whether to set RTH on the final generated WP.</li>
<li><strong>Leg Speed</strong> (mission parameter).</li>
</ul>
<h3 id="control-buttons">Control Buttons<a class="headerlink" href="#control-buttons" title="Permanent link">#</a></h3>
<p>The tool is controlled by the three buttons at the bottom of the window.</p>
<ul>
<li>
Expand All @@ -1342,11 +1391,8 @@ <h3 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Pe
<li><strong>Angle:</strong> Defines the direction of the first mission leg.</li>
<li><strong>1st Turn:</strong> Left or Right</li>
<li><strong>Row Separation:</strong> Distance between the rows in metres</li>
<li><strong>Altitude:</strong> in metres (mission parameter)</li>
<li><strong>RTH</strong> (mission parameter). Whether to set RTH on the final generated WP.</li>
<li><strong>Leg Speed</strong> (mission parameter).</li>
</ul>
<p>Once an initial solution has been plotted, changing any of the first three parameters will result in the solution being recalculated. The latter three options are common to "Parallel" and "Square" patterns.</p>
<p>Once an initial solution has been plotted, changing any of the first three parameters will result in the solution being recalculated.</p>
<p>After a solution has been calculated, the "Mission Data" summary is updated.</p>
<p>Example of too many points being generated due to over-large area / narrow row separation:
<img alt="area planner" src="../images/area-planner_03.png" /></p>
Expand All @@ -1355,10 +1401,6 @@ <h3 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Pe
<p>Note also how the angle and turn parameters affect the staring point.</p>
<p>Example of generated mission with KML backdrop showing original survey area:
<img alt="area planner" src="../images/survey-ovl-kml.png" /></p>
<h3 id="file-menu">File Menu<a class="headerlink" href="#file-menu" title="Permanent link">#</a></h3>
<p>The area planner dialog has a drop down menu to load and save area definitions to / from the file system. The files are the same format as for the legacy <code>mwp-area-planner</code>.</p>
<p><img alt="area planner" src="../images/area-plan-menu.png" /></p>
<p>In addition (not shown), it is also possible to save the survey outline as a KML file for future display / analysis.</p>
<h3 id="square-pattern-generator">"Square" pattern generator<a class="headerlink" href="#square-pattern-generator" title="Permanent link">#</a></h3>
<p>The "Square" generator provides a single draggable point with options of start angle, first leg distance and the number of iterations.</p>
<p><img alt="area planner" src="../images/survey-square-ui.png" /></p>
Expand All @@ -1372,6 +1414,10 @@ <h3 id="spiral-pattern-generator">"Spiral" pattern generator<a class="headerlink
<p><img alt="area planner" src="../images/survey-spiral-01.png" /></p>
<p>The generated mission from these settings looks like:</p>
<p><img alt="area planner" src="../images/survey-spiral-02.png" /></p>
<h3 id="file-menu">File Menu<a class="headerlink" href="#file-menu" title="Permanent link">#</a></h3>
<p>The area planner dialog has a drop down menu to load and save area definitions to / from the file system. The files are the same format as for the legacy <code>mwp-area-planner</code>.</p>
<p><img alt="area planner" src="../images/area-plan-menu.png" /></p>
<p>In addition (not shown), it is also possible to save the survey outline as a KML file for future display / analysis.</p>
<h2 id="obsolete-video">Obsolete video<a class="headerlink" href="#obsolete-video" title="Permanent link">#</a></h2>
<p>There is an old <a href="https://youtu.be/AUYETXqdJ1g?list=PLE_mnLfCdjvAH4pLe9HCqaWm682_r8NT3">youtube video</a> covering both the legacy <code>mwp-area-planner</code> and iforce2d's on line tool.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/AUYETXqdJ1g?list=PLE_mnLfCdjvAH4pLe9HCqaWm682_r8NT3" title="mwp area planner intro" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
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 a026083

Please sign in to comment.