Questions tagged [qgroundcontrol]
24 questions
0
votes
2 answers
Connect mavlink (on RPi) with QGroundControl
I am trying to connect Mavlink (installed on RPi) with QGroundControl via 3DR Radio Telemetry as to transmit telemetry data from RPi without dependency of Ardupilot/Px4 flightcontrollers. I want to achieve transmitting data such as GPS or Postion…

TheLazy
- 253
- 1
- 15
0
votes
0 answers
How to import new module to custom layer in QGroundControl
I'm working on a custom build of QGroundcontrol;
I've tried to import an existing module (QtQuick.shapes 1.12) to CustomFlyViewVideo.qml. The code builds normally, but when I try to run it I get these errors:
qrc:/qml/MainRootWindow.qml:469 Type…
0
votes
1 answer
Is this possible to invoke the method of QGroundControl from a Django(Python) web application?
I have a Django web application hosted on Ubuntu 18.04 and on the same machine I have installed the QGroundControl.
In my Django Web Application there are two buttons (Take Off & Return to Land).
Is this possible that when I press the Take Off…

Khaksar
- 333
- 3
- 17
0
votes
1 answer
Unknown module(s) in QT: charts - Error while building QGroundControl for Android
I am trying to build the QGroundControl for Android with the QT, but I am getting the below error:
error: Unknown module(s) in QT: charts
I can build the QGroundControl for Windows without any trouble.
I am using Windows 8.1 x64.
Error Message:

Khaksar
- 333
- 3
- 17
0
votes
2 answers
How can I put white spaces in Title of QGroundControl?
Is there a way that I put the white spaces in the QGroundControl? I am new to this and not sure much about QML or qmake.
I want to change title from “QGroundControl” to “Q Ground Control”.
I tried to do the change in the “qgroundcontrol.pro” at the…

Khaksar
- 333
- 3
- 17
0
votes
1 answer
Getting errors when trying to compile on Qt creator (warning treated as error)
I have been trying to compile some source codes that i got off github (qgroundcontrol) but am having constant errors and i am having difficulties fixing it..
I always get these same recurring problems;
error: C2220: warning treated as error - no…
0
votes
1 answer
How to make QGControl connect to gazebo simulation instance in another host in same LAN?
I have gazebo simu run in a another host:192.168.10.11 by this scripts:
!/bin/bash px4_dir=$(pwd)
source $px4_dir/Tools/setup_gazebo.bash $px4_dir
$px4_dir/build/posix_sitl_default
source devel/setup.bash export
…

Alex Luya
- 9,412
- 15
- 59
- 91
0
votes
3 answers
create new repository from an existing one
I am currently studying qgroundcontrol open source.
According to the qgroundcontrol developer guide, it says
"Create a new repository from main QGC repo. Do not clone, create a new repo, initializing it from the main QGC…
0
votes
1 answer
use mavlink without qgroundcontrol
I'm trying to conect my PX4Flow sensor to a raspberry pi. It seems that nearly everybody is using qgroundcontrol to access and control it. But as I'd like to integrate it into some bigger program, I'd like to control it with some self-written simple…

trijinx
- 1