Don Gagne
fb8a050bdd
SetupView converted to Qml only
10 years ago
Lorenz Meier
e59b14586a
UAS: Fix manual control generation, send manual control topic at full rate
10 years ago
Thomas Gubler
7c2c126b18
Introduce manual control and position setpoints from Joystick inputs
10 years ago
Don Gagne
fb473fe73c
Add ESC Calibration support to Power Component
10 years ago
Lorenz Meier
f9238f7e97
UAS: Add ability to calibrate horizon to level
10 years ago
Don Gagne
939537a17a
Fix list EOF handling
10 years ago
dogmaphobic
a5f2ab072c
Adding Battery Consumption to the tool bar.
10 years ago
Don Gagne
f534aa7e14
Bug fixes in download
10 years ago
Don Gagne
5e36ee5faa
Cleanup FileManager
...
- Download working again
- Fixed lots of bad error handling
10 years ago
Don Gagne
e4434dc925
Rebase to master, fix merge problems
10 years ago
Don Gagne
bf9553bbac
New burst download for file transfer
10 years ago
matthew coleman
2be6554d26
QGCUASFileManager - not not defined for windows compiler. not replaced with not a not.
10 years ago
matthew coleman
920d5e7041
QGCUASFileManager - Fixed compiler warning on typecasting
...
writeFileAccumulator contents cleared on errors, nack or ack timeout
memcpy used to transfer data to request message buffer
10 years ago
Don Gagne
5b2057c0be
New burst download for file transfer
10 years ago
Gus Grubba
125ece4302
Linux build fixes.
10 years ago
matthew coleman
7624ae3647
Working basic file upload - new file only
10 years ago
Don Gagne
97c8b6dc31
FactSystem now only source for parameters
...
QGCUASParamManager and friends are replaced by FactSystem
10 years ago
Don Gagne
6235763f8c
New start/stop calibration apis
10 years ago
Benoit Eudier
7a48398d12
Fixed the load waypoing bug - see description below
...
When you load a waypoint files, the changes you're doing in the waypoint list
(for example, changing the longitude of a waypoint) are not applied to the points
displayed on the map.
This commit fixes this issue.
10 years ago
dogmaphobic
48a3ea0d80
Changed RC RSSI to follow original spec.
10 years ago
dogmaphobic
f1e7c9bd31
Separating RC from Telemetry RSSI
10 years ago
Don Gagne
c5a11aaa94
Remove unused code
10 years ago
Don Gagne
2b00efc94b
Fix progress bar complete
10 years ago
Don Gagne
94789d327a
Fix div by zero
10 years ago
Don Gagne
c7099d7a58
Remove qDebug's
10 years ago
Don Gagne
fbd8d66b7d
Progress bar for parameter load
10 years ago
Don Gagne
6fe1f1d66e
Remove unused code
10 years ago
dogmaphobic
eb3eb94a8d
Primary Flight Display
...
New version using QtQuick along with an experimental Map Background
10 years ago
Don Gagne
4f5984b38f
Remove link ids and add link mavlink channel
...
Link ids were being used interchangeably with the mavlink channel for
the link. Link ids handed out as a numerically increasing integer. Once
the counter went past MAVLINK_COMM_NUM_BUFFERS all hell would break
loose and cause memory corruption.
10 years ago
Don Gagne
31bf2e9401
Delete UAS when last link disconnected
...
Also removed partially implemented an incorrect getCommunicationStatus
api
10 years ago
Don Gagne
784b87091f
Use QSharedPointer for cross-thread Link references
...
Also many LinkManager API changes to further isolate all link
management inside LinkManager.
10 years ago
Don Gagne
bf9c21504e
Pre-flight check now done in AutoPilot plugin
...
So this special casing is no longer needed
10 years ago
Bryant
2b20abe6cc
STATUS_TEXT messages are now read aloud if they are prepended with '#'.
10 years ago
Don Gagne
f254fc614d
qtlogging.ini automatically created at startup
...
If it doesn’t exist it will be prefilled with all registered categories
set to false
10 years ago
crashmatt
0953865adc
mavlink-ftp : Fixed filepaths for upload
10 years ago
crashmatt
e9f6640d12
mavlink-ftp - Initial code structure for write file support
10 years ago
Bryant
71eca40b27
Output audio for NOTICE severity STATUSTEXT messages.
10 years ago
Bryant
3b341f0122
Enable the CDI display for the PFD widget.
10 years ago
Bryant
8fad004421
Standardize audio notices to use 'System NUMBER'.
...
Otherwise some messages say 'System MAV 0-20' and some say 'System 20'.
10 years ago
Bryant
6a8a094945
Be sure to specify the system for audio alerts.
10 years ago
Bryant
368594b809
Fix capitalization.
10 years ago
dogmaphobic
d567182b9a
Tool Bar Tweaks
10 years ago
dogmaphobic
bed21b49f3
New, QML based Tool Bar.
10 years ago
Lorenz Meier
a307f93468
Remove old battery estimation cruft
10 years ago
Don Gagne
bfe89b2831
More logging
10 years ago
Don Gagne
04b5153b95
Add new parameterUpdate signal
...
This signal passes the parameter type as well as param info
10 years ago
dogmaphobic
6ba5865c8f
Fixing signal/slot connections
...
Removed "Clear Text" context menu from roll down dialog
Fixed "Clear Text" context menu in Info Dialog (renamed to "Clear Messages" in the process)
10 years ago
dogmaphobic
7452449027
Renamed classes and files away from the QGC prefix.
...
Shrunk the Message drop down dialog a bit.
Made the Message drop down dialog slightly transparent.
10 years ago
dogmaphobic
16e40be2ed
Added drop down message widget
10 years ago
Don Gagne
6c300280b9
Fix Eigen includes
10 years ago