@@ -446,8 +446,15 @@ There are buttons to
446
446
- this may move around if the control station computer is on a boat
447
447
1 . move the map to follow the vehicle's current position
448
448
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
450
450
{{ 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
+
451
458
{{ easy_image(src="map-config", width=250, center=true) }}
452
459
453
460
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
984
991
985
992
## Mission Planning
986
993
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:
989
999
1000
+ {{ easy_image(src="mission-creation", width=200, center=true) }}
990
1001
{{ 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 ) .
0 commit comments