Questions tagged [qgroundcontrol]

14 questions
7
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
  • 75
  • 1
  • 1
  • 5
3
votes
1 answer

"Unsupported Build Type" when building a project with qmake

I try to compile QGroundControl source code. QT is installed. and edit the path on Win8 http://www.qgroundcontrol.org/dev/build_source#build_from_source cd C:\mav\qgroundcontrol qmake -tp vc qgroundcontrol.pro When I try to build project, it gives…
aysbtl_
  • 339
  • 1
  • 3
  • 18
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
1 answer

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
  • 203
  • 1
  • 9
0
votes
0 answers

Qt Creator Project build Error when trying to build QGround Control

I keep getting the following build error in Qt Creator when trying to compile. I have followed the development settings exactly on the QGroundControl dev page. https://dev.qgroundcontrol.com/master/en/getting_started/ 19:20:48: Running steps for…
unmanned15
  • 167
  • 1
  • 1
  • 14
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
  • 311
  • 2
  • 16
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
  • 311
  • 2
  • 16
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
  • 311
  • 2
  • 16
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
  • 7,516
  • 12
  • 51
  • 78
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…
0
votes
1 answer

How to install the full Qt 5.5 to default location

https://github.com/mavlink/qgroundcontrol Follow the installation guide from the readme file in qgroundcontrol, I still have problem of missing package in QT. I have downloaded QT installer (https://www.qt.io/download-open-source/) and installed it…
Rasp
  • 53
  • 5