Lorenz Meier
4ac07c371a
Updated MAVLink to the newest revision, no functional changes
11 years ago
Don Gagne
96fd7a0316
Fix macro redefinition errors
...
This removes a race condition between both qwt and qt against math.h on
windows with _USE_MATH_DEFINES set. If math.h comes after qwt or qt
math headers the math defines will be redefined. Really nasty to track
down and ordering problems. So instead I just removed using math
defines on windows and fall back to asin definition of M_PI_2. This
will have some slight perf impact since it calls function instead of
using constant. But I doubt on any of today’s machine it really makes a
difference.
11 years ago
Lorenz Meier
34fb91182a
MAVLink update
11 years ago
Lorenz Meier
863c9f704d
Updated MAVLink version
12 years ago
Lorenz Meier
0e242ad72c
Fixed windows compile error
12 years ago
Lorenz Meier
fc3c73b277
Updated MAVLink, fixed minor issues with contributed style updates, ready for prime time
12 years ago
Lorenz Meier
478b476adc
Updated MAVLink
12 years ago
Lorenz Meier
d4e36442d0
Revert "MAVLink update"
...
This reverts commit 233a17161a
.
12 years ago
Lorenz Meier
233a17161a
MAVLink update
12 years ago
Lorenz Meier
e79b49fd4a
MAVLink update
12 years ago
Michael Carpenter
e13b3a0d43
Addition of INT8 and INT16 MAV_PARAM_TYPE handling of incoming messages
12 years ago
Lorenz Meier
aec6756189
Updated MAVLink version
12 years ago
Lorenz Meier
50518c19ad
Updated MAVLink version
13 years ago
Lorenz Meier
17adc213a2
Added rates setpoints, improved vehicle config UI
13 years ago
Lorenz Meier
8efa76b350
Upgraded MAVLink, added additional setpoint messages
13 years ago
Lorenz Meier
d79828ac10
Updated MAVLink
13 years ago
Lorenz Meier
a752988b97
Updated MAVLink
13 years ago
Lorenz Meier
30cff0cddd
Updated MAVLink version
13 years ago
Lorenz Meier
6ffe3d8672
Updated MAVLink, fixed typo there, fixed missing header in HIL
13 years ago
Lorenz Meier
934183fcb3
Updated MAVLink
13 years ago
Lorenz Meier
ab6f11f836
Updated MAVLink to v1.0.9
13 years ago
Jessica
16e84a54ff
Moved the images folder to the files directory. Changed all of the paths to images to files/images.
13 years ago
Jessica
1075997813
Put libraries into one libs directory under qgroundcontrol. Changed the neccessary files with references to those libraries.
13 years ago