地面站终端 App

51 lines
2.4 KiB

User Guide and DevGuide source migration to Stable v4_3 (#10882) * User guide migration to QGC source * Add google analytics - but need [GA4] Find your Google tag ID * Update (most) notes to use vitepress note syntax * Convert remaining notes, tips, warnings * Prettier all the files * Lower case and compress all images * Lower case filenames * docs_deploy1 * Disable platform builds on commit to docs (only) * Test deployment script 1 (#10893) * docs_deploy1 * Disable platform builds on commit to docs (only) * docs_deploy2 * lower case waypoint file * Lower case console.jpg * Add duplicate index as fallback * Get path from process * fix upload * Disable running workflows for changes in the actions * Attempt update via github workflow * Attempt workflow update * A bit more deployment debugging * MOdify yaml to use personal access token * Lower case the support.md * Fix up pattern * Add UI design - ignored by github * Fix up plugins name * Fix up toolbar * Fix up the Support path * Fix up support link to go to the NEW target * Only build this on commit * Add docs stablev4 3 (#10894) * docs_deploy1 * Disable platform builds on commit to docs (only) * docs_deploy2 * lower case waypoint file * Lower case console.jpg * Add duplicate index as fallback * Get path from process * fix upload * Disable running workflows for changes in the actions * Attempt update via github workflow * Attempt workflow update * A bit more deployment debugging * MOdify yaml to use personal access token * Lower case the support.md * Fix up pattern * Add UI design - ignored by github * Fix up plugins name * Fix up toolbar * Fix up the Support path * Fix up support link to go to the NEW target * Only build this on commit * Remove unused files
1 year ago
# Plan View - GeoFence
GeoFences allow you to create virtual regions within which the vehicle can fly, or in which it is _not allowed_ to fly. You can also configure the action taken if you fly outside permitted areas.
![Geofence overview](../../../assets/plan/geofence/geofence_overview.jpg)
::: info ArduPilot users
GeoFence support is only supported by Rover 3.6 and Copter 3.7 or higher. It also requires usage of a Daily build or Stable 3.6 (once available). _QGroundControl_ will not display the GeoFence options if they are not supported by the connected vehicle.
:::
## Create a Geofence
To create a GeoFence:
1. Navigate to the Plan View
2. Select the _Geofence_ radio button above the Mission Command List
![Select geofence radio button](../../../assets/plan/geofence/geofence_select.jpg)
3. Insert a circular or polygon region by pressing the **Circular Fence** or **Polygon Fence** button, respectively. A new region will be added to the map and to the associated list of fences below the buttons.
::: tip
You can create multiple regions by pressing the buttons multiple times, allowing complex geofence definitions to be created.
:::
- Circular region:
![Circular Geofence](../../../assets/plan/geofence/geofence_circular.jpg)
- Move the region by dragging the central dot on the map
- Resize the circle by dragging the dot on the edge of the circle (or you can change the radius value in the fence panel).
- Polygon region:
![Polygon Geofence](../../../assets/plan/geofence/geofence_polygon.jpg)
- Move the vertices by dragging the filled dots
- Create new vertices by clicking the "unfilled" dots on the lines between the filled vertices.
1. By default new regions are created as _inclusion_ zones (vehicles must stay within the region). Change them to exclusion zones (where the vehicle can't travel) by unchecking the associated _Inclusion_ checkbox in the fence panel.
## Edit/Delete a GeoFence
You can select a geofence region to edit by selecting its _Edit_ radio button in the GeoFence panel. You can then edit the region on the map as described in the previous section.
Regions can be deleted by pressing the associated **Del** button.
## Upload a GeoFence
The GeoFence is uploaded in the same way as a mission, using **File** in the [Plan tools](../plan_view/plan_view.md).
## Remaining tools
The rest of the tools work exactly as they do while editing a Mission.