Skip to content

Commit 4c46402

Browse files
committed
content: usage: advanced: update mission planning
1 parent 3e7287a commit 4c46402

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

content/usage/advanced/index.md

+26-3
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,15 @@ There are buttons to
446446
- this may move around if the control station computer is on a boat
447447
1. move the map to follow the vehicle's current position
448448
1. download the current mission from the vehicle, and display it on the map
449-
1. execute the mission that is on the vehicle
449+
1. run the mission that is on the vehicle
450450
{{ easy_image(src="map-widget", width=350, center=true) }}
451+
452+
{% note() %}
453+
[Mission Planning](#mission-planning) is documented in a dedicated section.
454+
{% end %}
455+
456+
Configuration allows showing or hiding a trail of the vehicle's path over time.
457+
451458
{{ easy_image(src="map-config", width=250, center=true) }}
452459

453460
For vehicles with a supporting autopilot firmware and valid position estimate it is also possible to guide
@@ -984,7 +991,23 @@ Some alerts can be read aloud on arrival using text to speech technology, which
984991

985992
## Mission Planning
986993

987-
- Allows planning (and saving/loading) autonomous missions
988-
- Allows mission control
994+
For vehicles with a position estimate, `Mission Planning` mode (in the sidebar) can be used to create basic
995+
autonomous missions, and load a mission from a file.
996+
997+
Planning can involve placing individual waypoints and generating basic surveys,
998+
including multiple survey regions with manually placed waypoints between them:
989999

1000+
{{ easy_image(src="mission-creation", width=200, center=true) }}
9901001
{{ easy_image(src="mission-planning", width=600, center=true) }}
1002+
1003+
{% note() %}
1004+
Waypoints are currently limited to basic motion targets, but will soon be able to trigger custom
1005+
MAVLink commands and other actions.
1006+
{% end %}
1007+
1008+
Once the mission is ready it can be uploaded to the vehicle, or saved to a file for later, before exiting
1009+
mission planning via the `Flight` button in the sidebar:
1010+
1011+
{{ easy_image(src="mission-sidebar", width=150, center=true) }}
1012+
1013+
Starting the mission is done using the play button in the bottom left corner of a [Map widget](#map).
80 KB
Loading
2.07 MB
Loading
28.5 KB
Loading

0 commit comments

Comments
 (0)