Corvus Corax
|
6c0a7faf31
|
Merge branch 'next' into andrecillo/OP-1317_IMU_wind_estimation
Conflicts:
flight/modules/Airspeed/airspeed.c
|
2014-05-22 19:07:12 +02:00 |
|
Andres
|
a83379425c
|
OP-1317 Small optimizations of code, delete of debug variables in airspeed object and uncrustify
|
2014-05-22 10:00:50 +02:00 |
|
Andres
|
423645392b
|
OP-1317 Changed filtering method of IMU airspeed calculation into a Butterworth second order filter
|
2014-05-21 19:32:02 +02:00 |
|
Andres
|
41dd85b741
|
OP-1317 Changed filtering method of IMU airspeed calculation into a Butterworth second order filter
|
2014-05-21 19:25:27 +02:00 |
|
Corvus Corax
|
2357ee1774
|
hotfix: allow arming in Stabilized 4,5,6
|
2014-05-16 23:39:36 +02:00 |
|
Alessio Morale
|
58bba31c72
|
Merge remote-tracking branch 'origin/amorale/OP-1312_pios_ws2811_driver' into next
|
2014-05-15 20:30:43 +02:00 |
|
Alessio Morale
|
e082fbc04e
|
Merge remote-tracking branch 'origin/amorale/OP-1330_cannot_set_homelocation.set_false' into next
|
2014-05-15 20:30:32 +02:00 |
|
Alessio Morale
|
7182fe0194
|
Merge remote-tracking branch 'origin/amorale/OP-1329_airspeed_fixes' into next
|
2014-05-15 20:30:10 +02:00 |
|
Corvus Corax
|
065a632123
|
Merge branch 'corvuscorax/OP-1325_Event-System-Error-Alarm' into next
|
2014-05-15 00:13:20 +02:00 |
|
Andres
|
c5372dd0b4
|
OP-1317 Added better comments on the function of the partial calculation of the rotation matrix. And added a remark on the debuging variable in the airspeed object definition
|
2014-05-13 17:30:50 +02:00 |
|
Alessio Morale
|
47976312c2
|
OP-1330 reset Home Set delay timer if Set==true
|
2014-05-12 22:56:28 +02:00 |
|
Alessio Morale
|
8bbb56337b
|
OP-1312 keep pulse timings low to have more margin to handle bus contentions and irq response time.
|
2014-05-11 18:57:06 +02:00 |
|
Alessio Morale
|
953b7cc2a7
|
OP-1330 Fix a compilation issue with CC/CC3D
|
2014-05-11 12:37:20 +02:00 |
|
Alessio Morale
|
3c5a41049b
|
Merge branch 'amorale/OP-1302_updated_led_behaviour' into next
|
2014-05-11 12:01:53 +02:00 |
|
Alessio Morale
|
45efaffcf1
|
OP-1330 fix namings/uncrustify
|
2014-05-11 11:38:08 +02:00 |
|
Alessio Morale
|
7155805b79
|
OP-1329 Move gps airspeed initialization checks under "sensor changed" test
|
2014-05-11 11:33:11 +02:00 |
|
Alessio Morale
|
711c5ea79d
|
OP-1312 Fixes the flicker issue in Revo. Raised the Transfer complete irq priotity to prevent delays stopping the timer.
|
2014-05-11 10:43:24 +02:00 |
|
Andres
|
530c0aa967
|
OP-1317 Added two file (actually renames)
|
2014-05-10 14:51:22 +02:00 |
|
Andres
|
02e62f91ed
|
OP-1317 Apadted airspeed calculation from ground speed and orientattion changes: applied extended IMU wind estimation, filtering takes place now with Holt-Winters double exponential smoothing on orientation vector and speed vector, matrix calculation replaced by a direct calculation of the fuselage vector, renamed gps_airspeed into imu_airspeed because estimation relies on imu results and a n estimate of ground speed and not directly a GPS signal
|
2014-05-10 14:50:24 +02:00 |
|
Corvus Corax
|
6e6c66d270
|
Merge branch 'next' into corvuscorax/OP-1161_magnetometer-alarm
|
2014-05-08 23:21:39 +02:00 |
|
Corvus Corax
|
d916fa5aad
|
uncrustification
|
2014-05-08 23:18:38 +02:00 |
|
Corvus Corax
|
47a891e594
|
OP-1325 fix event system warnings to be errors
|
2014-05-08 23:05:55 +02:00 |
|
Alessio Morale
|
7a85c0939c
|
Merge branch 'amorale/OP-975_calibration_process_changes' into next
|
2014-05-08 22:56:16 +02:00 |
|
Alessio Morale
|
16df6bc58c
|
Merge branch 'amorale/OP-1307_discovery_f4_bare' into next
|
2014-05-08 22:56:03 +02:00 |
|
Alessio Morale
|
94beebc3d0
|
OP-1302 Fixes for current next. Show flightmode everytime it changes when disarmed
|
2014-05-08 22:27:55 +02:00 |
|
Alessio Morale
|
e5d6726bb6
|
Merge remote-tracking branch 'origin/next' into amorale/OP-1302_updated_led_behaviour
|
2014-05-08 22:27:08 +02:00 |
|
Corvus Corax
|
b7f479cd68
|
Merge branch 'corvuscorax/OP-1309_Stabilization-Refactoring' into next
|
2014-05-08 21:05:26 +02:00 |
|
Alessio Morale
|
3a451c9737
|
OP-1329 Trigger a SensorType change the first time Task runs to set AirspeedSensor UAVO when sensor is None
|
2014-05-08 19:58:42 +02:00 |
|
Alessio Morale
|
08dcdefc1f
|
OP-1329 set SensorConnected to false when sensorType is changed to none.
|
2014-05-08 19:48:30 +02:00 |
|
Corvus Corax
|
16c46458ef
|
Merge branch 'corvuscorax/OP-1332_fix-alarm-gracetime-issue' into corvuscorax/OP-1161_magnetometer-alarm
|
2014-05-08 00:01:02 +02:00 |
|
Corvus Corax
|
3a2b5d6332
|
OP-1332 fix problem in alarm handling where alarms are unable to reset on their own
|
2014-05-07 23:50:39 +02:00 |
|
Corvus Corax
|
1add404d80
|
OP-1161 reimplemented magnetometer plausibikity check using vector
length only
|
2014-05-07 23:47:14 +02:00 |
|
Alessio Morale
|
516f359645
|
OP-1329 fix a cherry-pick issue
|
2014-05-07 23:23:51 +02:00 |
|
Corvus Corax
|
2da1f2aa09
|
Merge branch 'corvuscorax/OP-1309_Stabilization-Refactoring' into corvuscorax/OP-1161_magnetometer-alarm
|
2014-05-07 22:26:20 +02:00 |
|
Corvus Corax
|
153d2fb786
|
OP-1309 Fixed bug in Quaternion Stabilization Error Calculation in regards to independent axis
|
2014-05-07 22:12:01 +02:00 |
|
Alessio Morale
|
8462adb579
|
OP-1330 Delay SetHomeLocation call from GPS module to be able to save HomeLocation.Set=false
|
2014-05-07 20:43:34 +02:00 |
|
Alessio Morale
|
7645209809
|
OP-1329 Various fixes to airspeed:
- Prevent Airspeed module with Sensor=none from constantly running and updating AirspeedSensor
- Do not call gps_airspeedInitialize if not needed
|
2014-05-07 20:38:24 +02:00 |
|
Corvus Corax
|
5528d79a05
|
OP-1309 bugfix update - correct initial loading of StabBank
|
2014-05-07 18:23:56 +02:00 |
|
m_thread
|
a0e661b77e
|
Disabled malfunctioning PIOS_QUATERNION_STABILIZATION option.
|
2014-05-07 14:19:20 +02:00 |
|
Corvus Corax
|
56b5747b4e
|
uncrustify
|
2014-05-06 18:53:57 +02:00 |
|
Corvus Corax
|
a2ae0601bb
|
Merge remote-tracking branch 'origin/amorale/OP-975_calibration_process_changes' into corvuscorax/OP-1161_magnetometer-alarm
|
2014-05-06 18:51:46 +02:00 |
|
Corvus Corax
|
14652440a2
|
OP-1161 skip magnetometer entirelly if complementary (no mag) mode, thus not triggering magnetometer alarms
|
2014-05-06 18:46:58 +02:00 |
|
Corvus Corax
|
2bd7609de9
|
Merge branch 'next' into corvuscorax/OP-1161_magnetometer-alarm
Conflicts:
ground/openpilotgcs/share/openpilotgcs/diagrams/default/system-health.svg
|
2014-05-06 17:30:00 +02:00 |
|
Corvus Corax
|
e6875a7e13
|
Merge branch 'corvuscorax/OP-1259_Cruise_Control_Tweaks' into next
|
2014-05-06 16:32:27 +02:00 |
|
Corvus Corax
|
08a627db6f
|
Merge remote-tracking branch 'origin/Bertrand/OP-1314_Fix_Airspeed_Stack_Size' into next
|
2014-05-04 12:34:07 +02:00 |
|
Corvus Corax
|
4d9de8f56b
|
Merge branch 'corvuscorax/OP-1309_Stabilization-Refactoring' into corvuscorax/OP-1259_Cruise_Control_Tweaks
|
2014-05-04 12:18:47 +02:00 |
|
Corvus Corax
|
d3bf817434
|
OP-1309 fix typo in stabilizedhandler (manualcontrol) for stabi flightmode 4-6
|
2014-05-04 12:17:34 +02:00 |
|
Corvus Corax
|
2b00cb31a4
|
Merge branch 'next' into corvuscorax/OP-1259_Cruise_Control_Tweaks
|
2014-05-04 12:12:51 +02:00 |
|
Corvus Corax
|
64d18c1a31
|
Merge branch 'corvuscorax/OP-1316_fix-gravity-constants' into next
|
2014-05-04 12:07:22 +02:00 |
|
Corvus Corax
|
aee6a3b85b
|
Merge branch 'corvuscorax/OP-1309_Stabilization-Refactoring' into corvuscorax/OP-1259_Cruise_Control_Tweaks
|
2014-05-04 12:04:43 +02:00 |
|