Questions tagged [qgroundcontrol]
24 questions
10
votes
1 answer
Connection through COM port between host and guest in VirtualBox
I am running a certain application on Ubuntu (16.04) in VirtualBox, while VirtualBox is running on Windows 10 (host).
In Simulink (running on my host), I have a simulation where at the last stage, I gather some values. I want to output these values…

Lis
- 105
- 1
- 1
- 6
4
votes
1 answer
GStreamer mp4mux gives "Buffer has no PTS" error using custom appsrc
I have a pipeline coded in C++ that looks like this:
appsrc do-timestamp=TRUE is-live=TRUE caps=
“video/x-h264, stream-format=(string)byte-stream, alignment=(string)none, framerate=(fraction)0/1” min-latency=300000000 ! h264parse ! video/x-h264,…

Miguel Ángel Exposito Sanchez
- 101
- 1
- 8
1
vote
0 answers
QGroundControl Video Source issue
I'm dealing with a tricky problem on QGroundControl, it doesn't show video source options when I'm connected to the UAV, and I have no idea how to make this show up.
Already tried reinstalling with the recommendations, installing Qt Creator, but…

Pingunah
- 11
- 2
1
vote
1 answer
How to add mavlink library in a Qt project?
I am making a Qt project based on QGroundControl which uses mavlink library. I googled it but not able to find the correct way. It can not be added as other libraries as it is a header only library. Please someone tell me the correct way to do it.

panand
- 11
- 2
0
votes
0 answers
Messages Filters:EndPoint port:14553 receives all messages from all other EndPoints even throw i used AllowSrcSysIn from specific Endpoint port:14552
i created two python file to send and receive text message using pymavlink (statustext_send()) with this :
sender.py :
connection= mavutil.mavlink_connection("udp:14552" , source_system=21)
.
.
.
connection.mav.statustext_send(
…

Abdullah Abboud
- 1
- 1
0
votes
0 answers
Why is my Pixhawk 4 refusing to communicate over USB serial?
I'm developing a camera interface for my drone running PX4 on a Pixhawk 4. I have connected my development machine to the Pixhawk via the USB port on the side. Currently my code is this:
import time
from pymavlink import mavutil
def ping(device):
…

MerseyViking
- 389
- 3
- 19
0
votes
0 answers
Problem with simulating multiple vehicles in ArduPilot SITL through QGroundControl
I am new to everything in ArduPilot and unmanned vehicle control in general. I am hoping someone here can shed some light on what I am struggling with.
By referring to the instructions at…

Jia Gong
- 1
0
votes
0 answers
Px4:Issue with adding new airframe in fmu_v2
I tried adding a new airframe, following the steps indicated in the px4 documentation.
Unfortunately, the airframe I created doesn’t appear among the airframes of QGroundControl.
I’m suspecting the issue is due to constraints on the hardware I’m…
0
votes
0 answers
Attempt to install QGroundControl on linux
bash: ./QGroundControl.AppImage: cannot execute binary file: Exec format error. This error appears after trying to run the file as a program.
After completing the first set of commands here…
0
votes
1 answer
QGroundControl / Qt Project Error: Unsupported Qt version, 5.11+ is required
I want to customize QGroundControl (QGC) ground control station for a project I'm working. I have pulled the latest stable release (Branch Stable_V4.2) from git and I am currently stuck in the process of running QGC from source code.
I have…

idioticideas
- 1
- 2
0
votes
0 answers
Git files in Qt creator
Sooo, I've been trying to use Qt creator and QGroundControl Open source repository and while trying to build my qgroundcontrol.pro file, the "Issues" bar shows this weird message:
unknown option: -
usage: git [-v | --version] [-h | --help] [-C…
0
votes
1 answer
How do I communicate ground control computer to Flight Controller Unit?
I am curious on how to communicate QGroundControl on my laptop to the FCU, pixhawk4, which is connected to my raspberrypi 4, running ubuntu 18.04. I am using the PX4 toolchain as my flight controller unit and MAVROS as my companion computer.
0
votes
0 answers
QGroundControl build error: expected type-specifier before ‘QTcpSocket’
OS: Ubuntu 18.04
Qt: 5.15.2 (minimal built from source)
QGroundControl: 4.2
I am building QGroundControl from source. I have also built qgc required qt5.15.2.
Inside qgroundcontrol/build:
$> qmake ..
Project MESSAGE: Qt version 5.15.2
Project…

Ashish Magar
- 65
- 1
- 9
0
votes
1 answer
Pixhawk controller won't pick up every message
I have been trying to inject raw UBX data which I gather from UBXReader library into my Pixhawk. For this, I use a GPS module to extract UBX data and a serial to USB converter to stream data into my Pixhawk. Here is what my setup looks like:
Using…

ExperiencedSoup
- 97
- 1
- 7
0
votes
1 answer
QGroundControl build with Qt on Mac
Hello I cloned the repository of QGround Control (open source application link,
However the version on Github does not compile with Qt, I use version 5.12.6 as specified on the support (link), the build environment I chose is Destop Qt 5.12.6 clang…

dja
- 53
- 6