地面站终端 App
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.6 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
# QGroundControl Quick Start
Getting _QGroundControl_ up and running is quick and easy:
1. [Download and install](../getting_started/download_and_install.md) the application.
1. Start _QGroundControl_.
1. Attach your vehicle to the ground station device via USB, through a telemetry radio, or over WiFi. _QGroundControl_ should detect your vehicle and connect to it automatically.
That's it! If the vehicle is ready to fly, _QGroundControl_ should display [Fly View](../fly_view/fly_view.md) as shown below (otherwise it will open [Setup View](../setup_view/setup_view.md)).
![](../../../assets/quickstart/fly_view_connected_vehicle.jpg)
A good way to become familiar with _QGroundControl_ is to start experimenting:
- Use the [toolbar](../toolbar/toolbar.md) to switch between the main views:
- [Settings](../settings_view/settings_view.md): Configure the _QGroundControl_ application.
- [Setup](../setup_view/setup_view.md): Configure and tune your vehicle.
- [Plan](../plan_view/plan_view.md): Create autonomous missions.
- [Fly](../fly_view/fly_view.md): Monitor your vehicle(s) while flying, including streaming video.
- [Analyze] ** Description of Analyze view is missing **
- Click the _Status icons_ on the toolbar to find out the status of the connected vehicle.
While the UI is fairly intuitive, this documentation can also be referenced to find out more.
::: info
Make sure QGC has an internet connection when you connect a new vehicle. This will allow it to get the latest parameter and other metadata for the vehicle, along with [translations](../settings_view/general.md#miscellaneous).
:::