~swmail/qgroundcontrolbuild/+git/trunk:AutoConnectTypo

Last commit made on 2023-07-19
Get this branch:
git clone -b AutoConnectTypo https://git.launchpad.net/~swmail/qgroundcontrolbuild/+git/trunk

Branch merges

Branch information

Name:
AutoConnectTypo
Repository:
lp:~swmail/qgroundcontrolbuild/+git/trunk

Recent commits

6bee943... by Don Gagne

Fix incorrect group name

4fe11c2... by Matt Skelton <email address hidden>

add Sentera 65R camera model

6ab6ef1... by PX4BuildBot <email address hidden>

Update PX4 Firmware metadata Mon Jul 17 09:23:30 UTC 2023

e748380... by David Sas

LinkManager: use range based loop instead when getting links

6c4ff9c... by David Sas

APM support forwarding: Add toolbar indicator just to APMFirmwarePlugin

63f1c86... by David Sas

APM support forwarding: linkManager and MavlinkProtocol backend implementation

e74147f... by David Sas

APM support forwarding: Add APMRemoteSupportComponent to APM conf submenus

850d493... by David Sas

APM support forwarding: Add new host to appSettings:

This new host is different to the standard mavlink forwarding
one because it is meant to get disconnected when QGC closes
so the users don't leave by mistake the connection to the
support servers opened

ce6e99a... by David Sas

APM support forwarding: Add artwork

d420961... by David Sas

DO_SET_HOME command support:

This commit adds support for setting home clicking on map.
It is shown as another action in the submenu when we click
over the map with an active vehicle online.

As per mavlink specs, this command must use AMSL altitude,
so we need to first query terrain altitude, and when received
send the command.

Several checks have been implemented, and in case terrain
altitude is not shown at the selected location a popup will
appear indicating there are no terrain data for the specified location