1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
Commit Graph

10324 Commits

Author SHA1 Message Date
Alessio Morale
82c81fef6e OP-1302 make leds more "readable"
Show alarm and arming/flightmode in sequence
Alarm:
Warning = rP
Error = rrP
Critical = R

Heartbeat/flightmode:
disarmed = B
armed/Stabilization1 = bbP
armed/Stabilization2 = bbbP
armed/Stabilization3 = bbbbP
armed/AH/AVario/Velocitycontrol = bvP
armed/PH/Pathplanner/POI = bbvP
armed/Land/RTB = bbvvP

note:
r/b/v = short red/blue/both blink
R/B/V = long red/blue/both blink
p/P = short/long pause
2014-04-12 22:00:02 +02:00
Alessio Morale
818a42ec05 Fix revolution model filename casing 2014-04-11 21:02:29 +02:00
Corvus Corax
c6b5011cec Merge branch 'corvuscorax/OP-1298_metadata_fix' into next 2014-04-08 16:40:07 +02:00
Corvus Corax
4b50708db6 uncrustify 2014-04-08 16:26:55 +02:00
Corvus Corax
73bc088ad5 OP-1298 fix for metadata being overwritten on multiinstance object initialization 2014-04-08 16:26:27 +02:00
Alessio Morale
10a0f69c82 OP-1255 Win:Fixed 7z detection when it is not in path but under tools/bin
Lin:Switch from 7zr to 7za due to wider availability
2014-04-08 14:11:17 +02:00
Alessio Morale
01ec5bcc31 Merge branch 'shared/OP-1252_update_to_qt521' into next 2014-04-08 11:33:11 +02:00
Alessio Morale
c83284b21e Merge remote-tracking branch 'origin/next' into shared/OP-1252_update_to_qt521 2014-04-08 11:31:23 +02:00
Alessio Morale
08682f4681 Merge branch 'amorale/OP-1291_fix_matlab_opl_converter' into next 2014-04-07 23:33:23 +02:00
Alessio Morale
b5a3b30747 Merge branch 'amorale/OP-1295_fix_autoupdate' into next 2014-04-07 12:12:41 +02:00
Alessio Morale
a72f48173f OP-1295 fix "autoupdate not working" issue.
OPFW_RESOURCE is now a dependency of openpilotgcs_qmake
2014-04-07 12:12:01 +02:00
Corvus Corax
3ea328d0a0 Merge branch 'corvuscorax/OP-1290_telemetry_fixes' into next 2014-04-06 16:02:54 +02:00
Corvus Corax
9a52f506ef drive-by bugfix in Fixedwingpathfollower 2014-04-06 15:38:22 +02:00
Corvus Corax
e18f2e6d7e OP1290 Systemalarms optimizations as suggested by OPReview-689 2014-04-06 12:46:27 +02:00
Corvus Corax
2d9fe95b08 OP-1290 added nicer #define for magic number 2014-04-06 12:37:57 +02:00
Corvus Corax
3018e73e91 OP-1290 saved some RAM by removing last alarm update time from UAVObject
(static allocated array instead, and smaller element size)
2014-04-06 12:24:42 +02:00
Corvus Corax
48876620fc OP-1290 fix event system issues caused by alarm flapping 2014-04-05 17:27:52 +02:00
Alessio Morale
6e0f478f43 OP-1291 fix Matlab/Octave converter after UAVTalk changes.
Also made several optimization.
2014-04-05 13:00:55 +02:00
Corvus Corax
5b6d397f76 OP-1290 uncommented accidentally commented lines 2014-04-05 13:00:21 +02:00
Corvus Corax
bb91039f51 OP-1290 fixes in telemetry (and pios_board initialization) 2014-04-05 12:53:31 +02:00
Alessio Morale
8bb1d0148c Uncrustify 2014-04-01 22:58:23 +02:00
Alessio Morale
e964c863eb Fix the broken revoproto target/sync with revolution 2014-04-01 22:24:05 +02:00
Alessio Morale
b58dd938d2 Merge remote-tracking branch 'origin/andrecillo/OP-1283_SystemHealthGadgetWidget_updateAlarms_coordinate_calculation_correction' into next 2014-04-01 22:11:32 +02:00
Alessio Morale
6540c69698 Merge remote-tracking branch 'origin/andrecillo/OP-1273_PixHawk_airspeed_sensor_MS4525DO' into next 2014-04-01 22:05:12 +02:00
Alessio Morale
3ebc17e7d7 Merge remote-tracking branch 'origin/sparkie79/OP-1266_negative-thermal-compensation-coeff' into next 2014-04-01 21:58:06 +02:00
Alessio Morale
840e4727fd Merge remote-tracking branch 'origin/Bertrand/OP-1250_Add_GPS_Protocol_Config' into next 2014-04-01 21:45:11 +02:00
Alessio Morale
8fb8c8c9ff Merge branch 'next' of git://git.openpilot.org/OpenPilot into next 2014-04-01 21:42:34 +02:00
Alessio Morale
0b66e2e96c Merge remote-tracking branch 'origin/laurent/OP-1257_No_GCS_Audio_Linux' into next 2014-04-01 21:36:39 +02:00
Alessio Morale
fe985d2326 Merge remote-tracking branch 'origin/laurent/OP-1241_TxPID_Bank3' into next 2014-04-01 21:34:18 +02:00
Alessio Morale
18be34db05 Merge remote-tracking branch 'origin/filnet/OP-1246_RadioComBridge_bugs' into next 2014-04-01 21:31:32 +02:00
Alessio Morale
6a65ddca50 Merge remote-tracking branch 'origin/theothercliff/OP-1157_sin_lookup_deg()_returns_garbage_for_negative_angles' into next
Conflicts:
	flight/libraries/math/sin_lookup.c
2014-04-01 21:17:39 +02:00
Fredrik Arvidsson
da5d5aa977 Fixed dll export related issue in uavobjectutil/uavobjecthelper.h, this bug only affected windows. 2014-04-01 17:07:03 +02:00
m_thread
93ce3a1e54 Merge branch 'next' into thread/OP-1245_FlightLog_Configuration_And_Control_GUI 2014-03-30 18:36:53 +02:00
Corvus Corax
b7b09b5847 Merge branch 'corvuscorax/minifix-2014-03-30-1' into next 2014-03-30 18:09:13 +02:00
Corvus Corax
057563dfb2 OP-1170 re-activated accidently commented out code from commit a79efd7 2014-03-30 17:47:31 +02:00
Corvus Corax
96865faebd fixed systemalarms throttling due to prolems over radio telemetry 2014-03-30 16:40:42 +02:00
Andres
fd27a23225 OP-1283 Matrix inversion outside loop, mapRect called once 2014-03-28 18:16:03 +01:00
Andres
c8c9411fca OP-1283 spelling error in comment corrected 2014-03-28 14:43:39 +01:00
m_thread
c91bb83f00 Merge branch 'next' into thread/OP-1245_FlightLog_Configuration_And_Control_GUI 2014-03-28 14:37:58 +01:00
m_thread
6cb2797c4f OP-1245 Made the dialog raise to front if hidden by main window. 2014-03-28 14:34:33 +01:00
Andres
f73d75704b OP-1283 corrected the coordinate calculation of alarm items by including a multiplication of the inverse of the background matrix and the alarm item matrix 2014-03-28 14:22:21 +01:00
Andres
7ec855af5f OP-1273 added and implemented Airpeed alarm for the PixHawk sensor 2014-03-28 14:18:14 +01:00
Corvus Corax
5866983ba3 Merge remote-tracking branch 'origin/Bertrand/OP-1272_Fix_STM32F4_Watchdog_Freeze_In_Debug_Mode' into next 2014-03-27 22:33:32 +01:00
Corvus Corax
fe04cf7d29 uncrustification 2014-03-27 21:19:03 +01:00
Corvus Corax
7bd7c20fd9 Merge remote-tracking branch 'origin/Bertrand/OP-1267_Update_HomeLocation_In_LLA_Filter' into next 2014-03-27 21:17:42 +01:00
Andres
4188b492fc OP-1273 added I2C warning alarm during calibration of zero point, and uncrustify 2014-03-27 16:59:48 +01:00
Andres
c5dc556a43 OP-1273 Uncrustify 2014-03-27 16:19:22 +01:00
Andres
8e26338f24 OP-1273 I2C Alarm reset to default when AirspeedSensorType is changed. Small cosmetic corrections 2014-03-27 09:32:17 +01:00
Cliff Geerdes
d38360b665 OP-1259 small code beautification 2014-03-26 13:35:04 -04:00
Cliff Geerdes
eaa58fd1dc Merge branch 'theothercliff/OP-1260_Rattitude_Tweaks' into next 2014-03-26 12:22:17 -04:00