Skip to content

Commit 7bb3fee

Browse files
committed
README: Adapt to Herelink fork
1 parent f0b1ded commit 7bb3fee

1 file changed

Lines changed: 24 additions & 39 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 24 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -4,53 +4,38 @@
44
</p>
55

66
<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">
99
</a>
1010
</p>
1111

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
1313

14-
---
14+
This is the [CubePilot](https://www.cubepilot.com/) Herelink fork of [QGroundControl](https://github.com/mavlink/qgroundcontrol).
1515

16-
### 🌟 *Why Choose QGroundControl?*
16+
Also see:
1717

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)
2120

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
2322

23+
First, install `adb` (Android Debug Bridge) if you don't have it already:
2424

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.
2628

27-
### 🚁 *Key Features*
29+
To install the Herelink QGroundControl-v5 APK manually on your Herelink controller:
2830

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

Comments
Β (0)