Val Doroshchuk
05ef48e23c
Joystick: Introduce custom MAV commands
...
In case when you would like to bind some MAV commands
to some joystick's buttons, you can now create a json file
which will be parsed at runtime.
It is usefull when you need to send a custom command from the joystick.
But this command is not supported by the firmware, or not relevant to be included to QGC.
Example:
Create a file JoystickMavCommands.json and place it with a binary:
"commands": [
{
"id": 31010,
"name": "Enable Autonomy",
"param1": 1.0
}
]
After executing the QGC, you will be able to bind "Enable Autonomy" to a button,
by clicking to the button, MAV_CMD_USER_1 (31010) with param1 1.0 will be sent.
If there is no json file, nothing will happen.
3 years ago
PX4BuildBot
4115d03380
Update PX4 Firmware metadata Tue Nov 23 15:16:48 UTC 2021
3 years ago
Beat Küng
aa3148b912
Vehicle: fix potential out-of-bound access when receiving SERIAL_CONTROL msg
...
ser.count could be set to a value > sizeof(ser.data).
3 years ago
David Lechner
7b9f983b88
PhotoVideoControl.qml: fix storage usage logic
...
The _mavlinkCameraStorageSupported currently tests that
_mavlinkCamera.storageStatus === QGCCameraControl.STORAGE_NOT_SUPPORTED
Which is the opposite of what the name of the property suggests.
Two uses of the property expect that it does what it says, while one
use expects what it actually does.
This changes the test to make the property actually mean what it says
and fixes the use that requires the opposite case.
3 years ago
Patrick José Pereira
650f16391f
QmlControls: ParameterEditor: Show selected values in bitmask
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
3 years ago
Patrick José Pereira
7ca28bc516
FactSystem: Fact: Add selectedBitmaskStrings
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
3 years ago
WTPENGUIN
6d22bcee95
Fix getting stuck when returning to the main screen while the parameter editor is open
3 years ago
Don Gagne
49f387201d
New translations qgc-json.ts (Spanish) ( #10030 )
3 years ago
PX4BuildBot
5be68a9fc5
Update PX4 Firmware metadata Fri Nov 19 16:28:19 UTC 2021
3 years ago
Matthias Grob
a6da4e5802
CI: Fix S3 upload URL ( #10023 )
3 years ago
Mirko Denecke
e997afd95e
Switch docker to Qt 5.15
3 years ago
Don Gagne
71b7d2675d
New translations qgc.ts (Japanese) ( #10018 )
3 years ago
Mirko Denecke
a7678e6c15
Add MultiVehicleSelector to ArduSubFirmwarePlugin
3 years ago
Don Gagne
4663c9c2d5
New Crowdin updates ( #10014 )
...
* New translations qgc.ts (Korean)
* New translations qgc-json.ts (Korean)
3 years ago
PX4BuildBot
8750941a87
Update PX4 Firmware metadata Thu Nov 11 16:33:57 UTC 2021
3 years ago
Don Gagne
4bbd7cd3c7
New Crowdin updates ( #10013 )
...
* New translations qgc.ts (Japanese)
* New translations qgc-json.ts (Japanese)
3 years ago
Don Gagne
72065fff2f
New Crowdin updates ( #10009 )
...
* New translations qgc.ts (Portuguese)
* New translations qgc.ts (Japanese)
* New translations qgc-json.ts (Japanese)
3 years ago
PX4BuildBot
4c86de5f35
Update PX4 Firmware metadata Wed Nov 10 03:08:29 UTC 2021
3 years ago
Hamish Willee
6128210e43
Fix typo vertial > vertical in UI string
4 years ago
Julian Oes
6cec60a55a
MavlinkConsoleController: add target sysid/compid
...
The SERIAL_CONSOLE message now includes a target_system and
target_comonent which prevents serial messages being sent to the wrong
vehicle in case there are multiple vehicles connected.
More background:
https://github.com/mavlink/mavlink/pull/1725
4 years ago
murata
d034e538cb
Support for various languages
4 years ago
Don Gagne
dbd12d40a4
Fix shutdown on OSX
...
fix
Fix
4 years ago
Don Gagne
7bae8e578e
Remove debug output
4 years ago
PX4BuildBot
b9dd47846a
Update PX4 Firmware metadata Tue Nov 9 15:19:57 UTC 2021
4 years ago
PX4BuildBot
887629c339
Update PX4 Firmware metadata Tue Nov 9 00:28:28 UTC 2021
4 years ago
Don Gagne
6dd2517ee9
New Crowdin updates ( #9998 )
...
* New translations qgc.ts (Japanese)
* New translations qgc-json.ts (Japanese)
4 years ago
Don Gagne
71f1cf76b3
New Crowdin updates ( #9989 )
...
* New translations qgc.ts (Portuguese)
* New translations qgc.ts (Japanese)
* New translations qgc-json.ts (Japanese)
4 years ago
PX4BuildBot
cd2d5f5f63
Update PX4 Firmware metadata Fri Nov 5 15:12:20 UTC 2021
4 years ago
PX4BuildBot
7c6d069180
Update PX4 Firmware metadata Fri Nov 5 14:11:05 UTC 2021
4 years ago
PX4BuildBot
d9416c3685
Update PX4 Firmware metadata Fri Nov 5 14:10:41 UTC 2021
4 years ago
PX4BuildBot
d96417f34a
Update PX4 Firmware metadata Fri Nov 5 09:23:27 UTC 2021
4 years ago
Don Gagne
5c76e2b073
New Crowdin updates ( #9987 )
...
* New translations qgc.ts (Portuguese)
* New translations qgc.ts (Japanese)
* New translations qgc-json.ts (Japanese)
* New translations qgc-json.ts (Portuguese)
4 years ago
Don Gagne
a083c668a2
Send radio cal start to Vehicle in all cases
4 years ago
Don Gagne
bfc9504bb5
New Crowdin updates ( #9986 )
...
* New translations qgc.ts (Portuguese)
* New translations qgc-json.ts (Portuguese)
4 years ago
Don Gagne
5722fad470
Fix problems which were popping warnings causing QT_FATAL_WARNINGS to not be usable
...
Android serial port fix
4 years ago
Don Gagne
87182b8af1
Force write to happen on correct thread
4 years ago
Don Gagne
9dbf71f69b
New Crowdin updates ( #9978 )
...
* New translations qgc.ts (Korean)
* New translations qgc.ts (Japanese)
* New translations qgc-json.ts (Japanese)
4 years ago
Don Gagne
5a3f79e626
Fix Windows S3 upload
4 years ago
Don Gagne
b2f8f86b2a
Fix S3 upload command
...
Fix
4 years ago
Don Gagne
ad7ec0be12
Turn on S3 Upload
4 years ago
Don Gagne
2382a23afd
New translations qgc.ts (Japanese) ( #9974 )
4 years ago
kistlin
a8bdc418d8
add missing source files to CMakeLists.txt
...
files added in #9904
- AutotuneUI.qml was added twice
- Autotune.cpp was not added to CMakeLists.txt
4 years ago
Don Gagne
bbd9b32cfd
New translations qgc.ts (Japanese) ( #9971 )
4 years ago
Don Gagne
7b4d908374
New translations qgc.ts (Japanese) ( #9970 )
4 years ago
Don Gagne
67c20b9bc2
New translations qgc-json.ts (Chinese Simplified)
4 years ago
Don Gagne
1d359c2603
New translations qgc-json.ts (Japanese)
4 years ago
Don Gagne
29414c4b7f
New translations qgc.ts (Japanese)
4 years ago
Don Gagne
4aa3ee4df1
New translations qgc-json.ts (Korean)
4 years ago
Don Gagne
b7c58eb10d
New translations qgc.ts (Korean)
4 years ago
Don Gagne
2d5c714798
New translations qgc.ts (Chinese Simplified)
4 years ago