Philippe Renon
c10ffd0519
[OP-835] Qt 5.0.1 - migrated GCS libs/opmapcontrol
2013-09-15 23:35:23 +02:00
Philippe Renon
b249e58861
[OP-835] Qt 5.1.0 - migrated GCS libs/glc_lib
2013-09-15 23:35:22 +02:00
Philippe Renon
7e042a0bd3
[OP-835] Qt 5.1.0 - migrated GCS libs/extensionsystem
2013-09-15 23:35:15 +02:00
Philippe Renon
3149dc1144
[OP-835] Qt 5.1.0 - removed libqxt and qextserialport libraries as they are now included in Qt
2013-09-15 23:34:59 +02:00
Philippe Renon
221cc6557a
[OP-835] Qt 5.1.0 - GCS will now write log file to temporay directory in Release builds (currenlty disabled)
2013-09-15 23:34:14 +02:00
Philippe Renon
5ced372f7d
[OP-835] Qt 5.1.0 - migrated GCS main
2013-09-15 23:34:14 +02:00
Philippe Renon
4fd04d38f3
[OP-835] Qt 5.1.0 - replace $$PWD with $$_PRO_FILE_PWD_ (don't know why...)
2013-09-15 23:25:54 +02:00
Philippe Renon
a9a089d40d
[OP-835] Qt 5.1.0 - adapt copydata.pro to Qt 5.1.0 (Windows only)
...
- list of DLLs to copy is different and includes additional DLLs (Qt5SerialPort, Qt5Multimedia, ...)
- removal of phonon plugin (replaced by multimedia)
- prefer DLLs from Qt rather than from MinGW when possible (more robust)
- now supports Debug builds
2013-09-15 23:24:49 +02:00
Philippe Renon
a9f2cfdf3e
[OP-835] Qt 5.1.0 - removed libs/qextserialport as it is now part of Qt
2013-09-15 23:24:36 +02:00
Philippe Renon
7bcb82478d
[OP-835] Qt 5.1.0 - removed libs/qxt as it is now part of Qt
2013-09-15 23:24:14 +02:00
Philippe Renon
2d3076e9b8
[OP-835] Upgrade toolchain system to Qt 5.1 (Windows only, use packages for Linux and OSX)
2013-09-15 23:24:13 +02:00
Philippe Renon
560223da70
OP-996 Added GCS option to remember and restore the last selected workspace
...
Also reorganized the workspace options page
2013-09-15 23:24:13 +02:00
Mathieu Rondonneau
e973740b8b
OP-1067 run uncrustify
2013-08-28 19:47:44 -07:00
Mathieu Rondonneau
fc6d544476
OP-1067 Force oplonk to report disabled if rfm22b is not initialized.
2013-08-28 19:45:50 -07:00
Mathieu Rondonneau
151d44b8e7
OP-1070 GrountTruth object sent to FC.
...
this should not be the case so remove it from periodic list.
2013-08-14 17:01:54 -07:00
Corvus Corax
0db395b4a2
uncrustify
2013-08-11 15:33:59 +02:00
Corvus Corax
0f31368c64
Merge branch 'corvuscorax/OP-1036_fixed-wing-improvements' into next
2013-08-11 15:13:23 +02:00
Corvus Corax
0724fca32a
refactored pid_apply_scaled back into pid_apply (rename only)
2013-08-11 15:12:17 +02:00
Mathieu Rondonneau
114e353acb
OP-1067 Invalid value for "LinkState"
...
Do not retrieve status from rfm22b if not initialized.
2013-08-09 20:14:13 -07:00
Mathieu Rondonneau
40b0682048
OP-667: This is not an issue since the 2 callers already check for NULL pointer but for consistency, this should be done in the function itself.
2013-08-03 09:39:44 -07:00
Brian Webb
5ac1f33c47
Adds missing pios_gpio_priv.h
2013-08-02 22:01:44 -07:00
Brian Webb
831aa2e213
Merge remote-tracking branch 'origin/next' into brian/GPIO_update
2013-08-02 17:45:06 -07:00
Oleg Semyonov
77a6db3007
Merge remote-tracking branch 'origin/os/baro-offset-lpf' into next
2013-07-30 23:41:37 +02:00
Alessio Morale
b4d2423680
OP-1048 fix CF stateestimation bug using AccelTau.
...
move *_filtered to stateestimator data struct and initialize them at init.
they were previously used uninitialized thus causing estimation to fail validations, restarting the filter continously
+review OPReview
2013-07-30 23:41:21 +02:00
Fredrik Arvidsson
50f82b3768
Fixed a .html file that was missing a leading < character.
2013-07-30 14:54:23 +02:00
Brian Webb
e246ecf536
Moves pios_led functionality to pios_gpio and makes pios_led a thin layer over pios_gpio. Supports configuring multiple sets of GPIOs.
2013-07-28 07:01:08 -07:00
Oleg Semyonov
1bfa66c2b6
Change settings for baro altitude offset correction
2013-07-26 21:14:44 +02:00
Corvus Corax
ae1db5058e
uncrustification
2013-07-20 16:59:00 +02:00
Corvus Corax
c8044206a4
adjusted default for max pid after test flight
2013-07-20 16:27:49 +02:00
Corvus Corax
4f6c3c98e3
some small fixes to airspeed compensation in Stabilization
2013-07-20 14:52:22 +02:00
Corvus Corax
2ecbf4a846
add code to scale stabilization PID coefficients by 1/airspeed^2 if the user wishes to do so
2013-07-20 13:52:45 +02:00
Corvus Corax
2a0533e5e3
Merge branch 'corvuscorax/OP-1036_fixed-wing-improvements' into next
2013-07-20 12:57:33 +02:00
Corvus Corax
b3cbb57a2b
made low pass filter alpha a setting
2013-07-20 10:40:29 +02:00
Corvus Corax
1049f483a5
added low pass filter and a few safety checks to gps airspeed estimation
2013-07-20 09:09:44 +02:00
Corvus Corax
02f11eeb5b
Merge branch 'next' into corvuscorax/OP-1036_fixed-wing-improvements
2013-07-20 08:52:56 +02:00
Alessio Morale
19a92ddc7e
OP-1044 Uncrustify
2013-07-19 14:23:41 +00:00
Alessio Morale
ab9f9cacec
OP-1044 fix slow tiles loading preventig to ask for version at each request
2013-07-19 14:14:24 +00:00
Corvus Corax
72e33a11e4
uncrustification, changed ekf glitch recognition to warning, since its now benign
2013-07-19 15:40:57 +02:00
Corvus Corax
b9ae8844a1
return error if ekf has not inited to prevent arming without proper state estimation
2013-07-19 15:37:50 +02:00
Corvus Corax
be583dd8bf
fixes to gps airspeed sensor
2013-07-19 15:30:33 +02:00
Corvus Corax
842b4e361b
moved airspeed sensor code to correct location
2013-07-19 15:29:04 +02:00
Oleg Semyonov
aa560653d4
Make baro altitude offset (relative to GPS alt) filter configurable
2013-07-19 09:53:44 +03:00
Andrew Finegan
6d00239e13
Updated urlfactory file, google maps now require ssl then recieving tiles, also updated the google map version parser to ssl
2013-07-19 01:34:09 -04:00
Corvus Corax
ea8373b0f7
re-enabled wind estimation absed on groundspeed
2013-07-18 20:01:02 +02:00
Sambas
c10cbc1e90
Better defaults for VtolPathFollower, tested successfully with couple different frames.
2013-07-18 20:56:15 +03:00
Corvus Corax
b195ffda2f
Merge branch 'corvuscorax/OP-1036_fixed-wing-improvements' into next
2013-07-18 15:05:51 +02:00
Corvus Corax
2ab92f09a5
fix for the fix
2013-07-18 14:15:23 +02:00
Corvus Corax
9ba1fbdccc
fixed safety check for throttle low, needed for arming on switch, too, but not for disarming
2013-07-18 14:10:33 +02:00
Corvus Corax
7b5bf53200
fixed channel reversals
2013-07-18 13:46:58 +02:00
Corvus Corax
50561bfb5f
made arming/disarming sequence time configurable - useful for heli pilots that like almost-instant disarm
2013-07-18 13:13:23 +02:00