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

10492 Commits

Author SHA1 Message Date
Alessio Morale
49fae24ea0 OP-975 optimize visual quality for instruction pictures 2014-04-11 20:45:45 +02:00
Alessio Morale
da9aacf94f OP-975 show board images for Accelerometer calibration. 2014-04-11 20:44:16 +02:00
Alessio Morale
9fb0f980f3 OP-975 replace plane pictures and add bare board images 2014-04-11 20:42:42 +02:00
Alessio Morale
37cec18e50 OP-975 move listMean and listVar out of configtaskwidget 2014-04-11 06:29:56 +02:00
Alessio Morale
24af67d91a OP-975 cleanup 2014-04-11 05:44:47 +02:00
Alessio Morale
9aef8b0edf OP-975 Move gyro zero bias calibration to a reusable class 2014-04-11 05:41:39 +02:00
Alessio Morale
2249510c52 OP-975 Move board level calibration to a reusable class 2014-04-11 01:45:36 +02:00
Alessio Morale
7708cdd15d OP-975 Move six points calibration to a reusable class 2014-04-11 00:46:44 +02:00
Alessio Morale
73169e0f20 OP-975 Split level/gyro calibrations, base level calibration on board rotation, a lot more refactoring/cleanup 2014-04-10 22:43:47 +02:00
Alessio Morale
f1d6b3a863 OP-975 fix message at end of calibration 2014-04-10 22:42:20 +02:00
Corvus Corax
988a732e79 Merge branch 'corvuscorax/OP-1296_barometer-initialization-fix_nextbased' into next 2014-04-10 20:23:21 +02:00
Corvus Corax
661bea2372 OP-1296 - some explicit const declarations in stateestimation 2014-04-10 20:17:01 +02:00
Alessio Morale
28361488b8 OP-975 first part of code refactoring, changed the UI to better use the available space 2014-04-10 17:30:33 +02:00
Andres
598a48a2d9 OP-1299 Added autodetect battery cell number before arming. Tested for LiPo from 2S to 6S. Over 6S counting is not possible for LiPo. Should work for LiCo too. LiFePo works only for 1S or 2S. I was not able to find values for LiFeSO4. FlightBatteryState has now two new fields: NbCells and NbCellsAutodetected, which register the autodetection. FlightBatteryState.NbCells should be used instead of FlightBatterySettings.NbCells now, when the number of cells in needed. FlightBatterySettings.NbCells is used by the user to prescribe a cell number or if equal to zero to ask for autodetection. 2014-04-10 17:28:48 +02:00
Alessio Morale
1fe591d51e OP-975 change BoardRotation data type to float so it can be used for level calibration 2014-04-10 01:47:37 +02:00
Alessio Morale
1f0885dd4f OP-975 Calibrating a single sensor doesn't mean reset the other... 2014-04-09 19:57:23 +02:00
Alessio Morale
6c0851769e OP-975 Get rid of SIX_POINT_CAL_ACCEL, implemented
separate cal for mag and accel
2014-04-09 17:35:30 +02:00
Philippe Renon
3b7b06aad0 Merge branch 'next' of ssh://git.openpilot.org/OpenPilot into next 2014-04-09 09:11:54 +02:00
Philippe Renon
c8397ee0b8 Merge remote-tracking branch 'origin/filnet/OP-1033_fw_usb_cleanups' into next 2014-04-09 09:08:09 +02:00
Philippe Renon
1b356341c7 OP-1033 pios_rfm22b.c will not be messed up by uncrustify anymore :) 2014-04-09 09:06:18 +02:00
Alessio Morale
9e702a123a OP-975 add an "help view" and associated graphics for leveling 2014-04-09 02:23:50 +02:00
Alessio Morale
feee6f78e3 OP-975 Add separate buttons for mag and accel calibration (UI changes) 2014-04-09 02:22:48 +02:00
Alessio Morale
d13d3da204 OP-975 die, die my paperplane 2014-04-09 01:15:08 +02:00
Alessio Morale
45915e3387 OP-975 Remove noise calibration 2014-04-09 01:12:31 +02:00
Philippe Renon
ec1ecc020e OP-1033 attempt at fixing the f1 usb buffer configuration (current configuration has overlapping buffer that cause tx errors) 2014-04-08 21:51:11 +02:00
Alessio Morale
694cb01ace OP-975/OP-1068 Fix gcs so current calibration does still works 2014-04-08 21:22:40 +02:00
Alessio Morale
8eeb3217bf OP-975/OP-1068 replace simple scaling with a calibration matrix for magnetometer correction 2014-04-08 21:22:09 +02:00
Alessio Morale
4764186a5f OP-1235 cleanup "magic numbers" 2014-04-08 20:51:16 +02:00
Corvus Corax
cb16cf04e1 Merge branch next into 'corvuscorax/OP-1296_barometer-initialization-fix' 2014-04-08 19:26:43 +02:00
Corvus Corax
011c598793 OP-1296 only use GPS in filterchains when explicitly requested
disallow arming when GPS is needed for initialization until lock is acquired
2014-04-08 18:31:11 +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
6d1fabdd5f OP-1294 declare controlHandler as const, add a new PIOS_EXCLUDE_ADVANCED_FEATURES that disables all nav features 2014-04-08 00:30:10 +02:00
Alessio Morale
21bec9ade8 Merge branch 'next' into amorale/OP-1294_fix_stacks_heap_cc 2014-04-07 23:37:40 +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
Alessio Morale
b9d911c40f OP-1294 eventdipatcher stack can be further reduced 2014-04-07 00:32:34 +02:00
Alessio Morale
1aefc61bc4 OP-1294 Resize stack for CallbackScheduler. 2014-04-07 00:31:48 +02:00
Alessio Morale
492275bf0e OP-1294 Fix undeclared STACK_SIZE_BYTES for revo 2014-04-06 19:26:48 +02:00
Alessio Morale
25ef201445 OP-1294 adjust FreeRTOS options to save some more heap 2014-04-06 19:19:48 +02:00
Alessio Morale
499efdf168 OP-1294 adjust some stack sizes for CC 2014-04-06 19:19:48 +02:00
Alessio Morale
1d1e73717c remove two old stale lines in taskinfo 2014-04-06 19:19:48 +02:00
Alessio Morale
eed5c098ab OP-1294 Allow to specify different stack sizes for rx and tx telemetry task. 2014-04-06 19:19:44 +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