Don Gagne
|
088634ffcf
|
Merge pull request #891 from DonLakeFlyer/Readme
Updated readme
|
11 years ago |
Don Gagne
|
ed17da9450
|
Updated reame
|
11 years ago |
Don Gagne
|
a90073a165
|
Merge pull request #887 from DonLakeFlyer/RadioCal
Radio calibration fixes
|
11 years ago |
Don Gagne
|
c929d0e8a8
|
Merge pull request #883 from DonLakeFlyer/ComingSoon
Add Coming Soon to NYI PX4 vehicle config screens.
|
11 years ago |
Don Gagne
|
968bde987d
|
Merge pull request #890 from DonLakeFlyer/DefaultPixhawk
Default mavlink configuration to pixhawk
|
11 years ago |
Don Gagne
|
1c3c4af183
|
Default mavlink configuration to pixhawk
|
11 years ago |
Don Gagne
|
00709a4e1f
|
Fix channel index bug causing incorrect reversal
Also fixed bug where channel detection number had off by 1. Also
changed UI to show channel reversal.
|
11 years ago |
Don Gagne
|
1318303279
|
Restructured unit test to catch more bugs
Specifically:
- Channel reversing
- Incorrect usage of function and channel index
|
11 years ago |
Don Gagne
|
e6a850c831
|
Merge pull request #885 from DonLakeFlyer/WindowFlashCrash
Fix Windows Firmware Update crash
|
11 years ago |
Don Gagne
|
55ea7d4d78
|
Fix tabs
|
11 years ago |
Don Gagne
|
41560cd307
|
Fix Windows Firmware Update crash
|
11 years ago |
Don Gagne
|
3f8fb9d4f0
|
Merge pull request #884 from DonLakeFlyer/OfflineWaypointCrash
Fix offline waypoint editing crash
|
11 years ago |
Don Gagne
|
228d41a1b1
|
Fix offline waypoint editing crash
Also fixed typo in offline waypoint editing message.
|
11 years ago |
Don Gagne
|
565b4ae3f6
|
Remove old APM code from PX4 config
|
11 years ago |
Don Gagne
|
4b2a504720
|
Add Coming Soon to NYI UI
|
11 years ago |
Lorenz Meier
|
49fc316c5d
|
Revert "Reset error counter on link reconnect"
This reverts commit b4089ad937 .
|
11 years ago |
Lorenz Meier
|
315d27325e
|
Merge branch 'master' of github.com:mavlink/qgroundcontrol
|
11 years ago |
Lorenz Meier
|
b4089ad937
|
Reset error counter on link reconnect
|
11 years ago |
Don Gagne
|
ca990ff653
|
Merge pull request #876 from DonLakeFlyer/WindowsInstall
Windows install
|
11 years ago |
Don Gagne
|
8747b7e37e
|
Copy sql plugins
|
11 years ago |
Don Gagne
|
e36ef7db17
|
Debug bug fix
|
11 years ago |
Don Gagne
|
8bb503d271
|
Merge pull request #874 from DonLakeFlyer/64BitWarnings2
Fix Windows 64 bit warnings
|
11 years ago |
Don Gagne
|
5953275f83
|
Merge pull request #867 from DonLakeFlyer/qwtWarnings
Hack fix for qwt 64 bit Windows compiler warnings
|
11 years ago |
Don Gagne
|
af4868552c
|
Fix merge screwup
|
11 years ago |
Don Gagne
|
01fd0113f9
|
Fix Windows 64 bit warnings
|
11 years ago |
Don Gagne
|
10a35ec8d1
|
Change tabs to spaces
|
11 years ago |
Lorenz Meier
|
61dd5731b3
|
Merge pull request #872 from swissfang/fix_param_set
Use regular component ID (0) for PARAM_SET command
|
11 years ago |
Andreas Antener
|
67aa8b8c52
|
use regular component id as source component
|
11 years ago |
Don Gagne
|
07bf754992
|
Merge pull request #864 from ndousse/sortMsgBySysId
In MAVLinkInspector, the messages are separeted by sysid and msgid
|
11 years ago |
Don Gagne
|
8513b4b866
|
Merge pull request #869 from vooon/ftp_list_fix
FTP: Add 'skip' list entry handling.
|
11 years ago |
Vladimir Ermakov
|
8f56f842c9
|
FTP: Add 'skip' list entry handling.
|
11 years ago |
ndousse
|
51f2e2e2ce
|
Merge branch 'master' into sortMsgBySysId
|
11 years ago |
ndousse
|
a68f6b3308
|
Added the freeing of the newed pointers
|
11 years ago |
Don Gagne
|
73868e3495
|
Merge pull request #868 from DonLakeFlyer/FTPFix
Fix bug with new kErrFailErrno code
|
11 years ago |
Don Gagne
|
4df9691345
|
Fix bug with new kErrFailErrno code
|
11 years ago |
Don Gagne
|
3a98d384b9
|
Merge pull request #865 from vooon/ftp_opcode
FTP request opcode
|
11 years ago |
Vladimir Ermakov
|
5b6be614e1
|
FTP: remove padding zeroing.
|
11 years ago |
Don Gagne
|
2bc0154598
|
Hack fix for qwt 64 bit Windows compiler warnings
|
11 years ago |
Vladimir Ermakov
|
5843960b18
|
FTP: Update unit-test, remove crc32 test case.
|
11 years ago |
ndousse
|
642be64cec
|
Added the possibilty to see only one UAS at the time with the drop down menu after clearing the view
|
11 years ago |
ndousse
|
eda8dde129
|
Change from an array of message to a map of message linking the sysid and the message
|
11 years ago |
Vladimir Ermakov
|
95a7a3bf1c
|
FTP: remove reserved uint32 from header.
|
11 years ago |
Vladimir Ermakov
|
41c0f45706
|
FTP: Remove CRC32.
|
11 years ago |
Vladimir Ermakov
|
530cb4c2e3
|
FTP: Update RequestHeader struct and Opcode enum
|
11 years ago |
ndousse
|
2f38ab840e
|
The messages are separeted by sysid and msgid
|
11 years ago |
Lorenz Meier
|
fbea1b6bdd
|
Merge pull request #855 from DonLakeFlyer/APMSelectFix
Finish removal of APM mode selection
|
11 years ago |
Lorenz Meier
|
26fd536a92
|
Merge pull request #859 from DonLakeFlyer/FTP
Sync to latest firmware header changes
|
11 years ago |
Lorenz Meier
|
cb5117f102
|
Merge pull request #861 from mavlink/primaryflightdisplayfix
remove wrong Q_UNUSED in primary flight display
|
11 years ago |
Lorenz Meier
|
51c07f2951
|
Merge pull request #862 from ndousse/master
Added MAV_CMD_START_RX_PAIR to the editCommandComboBox when creating a n...
|
11 years ago |
ndousse
|
085532b600
|
Corrected tab into whitespaces
|
11 years ago |