|
4 | 4 | </p> |
5 | 5 |
|
6 | 6 | <p align="center"> |
7 | | - <a href="https://github.com/mavlink/QGroundControl/releases"> |
8 | | - <img src="https://img.shields.io/github/release/mavlink/QGroundControl.svg" alt="Latest Release"> |
| 7 | + <a href="https://github.com/CubePilot/qgroundcontrol-herelink/releases"> |
| 8 | + <img src="https://img.shields.io/github/release/CubePilot/qgroundcontrol-herelink.svg" alt="Latest Release"> |
9 | 9 | </a> |
10 | 10 | </p> |
11 | 11 |
|
12 | | -*QGroundControl* (QGC) is a highly intuitive and powerful Ground Control Station (GCS) designed for UAVs. Whether you're a first-time pilot or an experienced professional, QGC provides a seamless user experience for flight control and mission planning, making it the go-to solution for any *MAVLink-enabled drone*. |
| 12 | +# QGroundControl - Herelink Fork |
13 | 13 |
|
14 | | ---- |
| 14 | +This is the [CubePilot](https://www.cubepilot.com/) Herelink fork of [QGroundControl](https://github.com/mavlink/qgroundcontrol). |
15 | 15 |
|
16 | | -### π *Why Choose QGroundControl?* |
| 16 | +Also see: |
17 | 17 |
|
18 | | -- *π Ease of Use*: A beginner-friendly interface designed for smooth operation without sacrificing advanced features for pros. |
19 | | -- *βοΈ Comprehensive Flight Control*: Full flight control and mission management for *PX4* and *ArduPilot* powered UAVs. |
20 | | -- *π οΈ Mission Planning*: Easily plan complex missions with a simple drag-and-drop interface. |
| 18 | +- [General QGroundControl Manual](https://docs.qgroundcontrol.com/en/) |
| 19 | +- [Herelink documentation](https://docs.cubepilot.org/user-guides/herelink/herelink-overview) |
21 | 20 |
|
22 | | -π For a deeper dive into using QGC, check out the [User Manual](https://docs.qgroundcontrol.com/en/) β although, thanks to QGC's intuitive UI, you may not even need it! |
| 21 | +## Sideloading via ADB |
23 | 22 |
|
| 23 | +First, install `adb` (Android Debug Bridge) if you don't have it already: |
24 | 24 |
|
25 | | ---- |
| 25 | +- **Linux (Debian/Ubuntu):** `sudo apt install android-tools-adb` |
| 26 | +- **macOS:** `brew install android-platform-tools` |
| 27 | +- **Windows:** Download [Android SDK Platform-Tools](https://developer.android.com/tools/releases/platform-tools) and extract it. Add the folder to your PATH or run `adb` from there directly. |
26 | 28 |
|
27 | | -### π *Key Features* |
| 29 | +To install the Herelink QGroundControl-v5 APK manually on your Herelink controller: |
28 | 30 |
|
29 | | -- πΉοΈ *Full Flight Control*: Supports all *MAVLink drones*. |
30 | | -- βοΈ *Vehicle Setup*: Tailored configuration for *PX4* and *ArduPilot* platforms. |
31 | | -- π§ *Fully Open Source*: Customize and extend the software to suit your needs. |
32 | | - |
33 | | -π― Check out the latest updates in our [New Features and Release Notes](https://github.com/mavlink/qgroundcontrol/blob/master/ChangeLog.md). |
34 | | - |
35 | | ---- |
36 | | - |
37 | | -### π» *Get Involved!* |
38 | | - |
39 | | -QGroundControl is *open-source*, meaning you have the power to shape it! Whether you're fixing bugs, adding features, or customizing for your specific needs, QGC welcomes contributions from the community. |
40 | | - |
41 | | -π οΈ Start building today with our [Developer Guide](https://dev.qgroundcontrol.com/en/) and [build instructions](https://dev.qgroundcontrol.com/en/getting_started/). |
42 | | - |
43 | | ---- |
44 | | - |
45 | | -### π *Useful Links* |
46 | | - |
47 | | -- π [Official Website](http://qgroundcontrol.com) |
48 | | -- π [User Manual](https://docs.qgroundcontrol.com/en/) |
49 | | -- π οΈ [Developer Guide](https://dev.qgroundcontrol.com/en/) |
50 | | -- π¬ [Discussion & Support](https://docs.qgroundcontrol.com/en/Support/Support.html) |
51 | | -- π€ [Contributing](https://dev.qgroundcontrol.com/en/contribute/) |
52 | | -- π [License Information](https://github.com/mavlink/qgroundcontrol/blob/master/.github/COPYING.md) |
53 | | - |
54 | | ---- |
55 | | - |
56 | | -With QGroundControl, you're in full command of your UAV, ready to take your missions to the next level. |
| 31 | +1. Download the latest APK from the [Releases](https://github.com/CubePilot/qgroundcontrol-herelink/releases) page. |
| 32 | +2. Connect the Herelink controller to your computer via USB. |
| 33 | +3. Enable developer mode on the Herelink controller (tap the build number 7 times in Settings > About). |
| 34 | +4. Install the APK: |
| 35 | + ``` |
| 36 | + adb install QGroundControl-v5.0.8.1-herelink.apk |
| 37 | + ``` |
| 38 | + If a previous (sideloaded) version is already installed, use the `-r` flag to replace it: |
| 39 | + ``` |
| 40 | + adb install -r QGroundControl-v5.0.8.1-herelink.apk |
| 41 | + ``` |
0 commit comments