julian_lilov
6915a2c188
Revert "LP_620"
...
This reverts commit 20ab9471fbca3151ef356f2b5b9a73d91175916e.
There is a cleaner way to apply a deadband for VR (the already existing "Assisted Control stick deadband")
2021-01-07 16:14:35 +02:00
julian_lilov
20ab9471fb
LP_620
2020-12-14 11:36:54 +02:00
Laurent Lalanne
0479bd4b97
LP-613 Limit navigation for fixed wing
2019-04-20 12:42:09 +02:00
Laurent Lalanne
5f955ebb14
LP-607 Update to WMM-2015v2
2019-02-07 22:29:33 +01:00
Lalanne Laurent
853a014e47
Merged in f5soh/librepilot/LP-596_AltitudeHold_transition (pull request #509 )
...
LP-596 Fix AltitudeHold transition
Approved-by: Lalanne Laurent <f5soh@free.fr>
Approved-by: Cliff . <cliffsjunk@att.net>
Approved-by: Julian Lilov <jdl@abv.bg>
Approved-by: Philippe Renon <philippe_renon@yahoo.fr>
2018-04-29 17:27:14 +00:00
Laurent Lalanne
691c6c1b57
LP-596 Fix AltitudeHold transition
2018-04-15 20:07:58 +02:00
Laurent Lalanne
8f504526ca
LP-588 INS13 - Scale down Mag variance setting by Be² + Small fixes
2018-04-02 11:29:45 +02:00
Vladimir Zidar
0b317f8208
LP-173 Remove explicit calls to remaining settings objects: EKFConfiguration, HomeLocation, RevoCalibration and TakeOffLocation
2017-10-17 13:39:22 +02:00
Vladimir Zidar
b2f548b2ed
LP-173 Add settings initcall type. Add SETTINGS_INITIALISE_ALL to board files. Remove all manual settings objects initializations.
2017-10-17 13:25:25 +02:00
Vladimir Zidar
8ddd8a029e
LP-512 Cleaned up buzzer configuration and usage for boards with dedicated buzzer port.
2017-06-02 11:46:29 +02:00
Vladimir Zidar
4eeb983f2d
LP-512 Addressed remainging PR comments.
2017-05-30 16:31:39 +02:00
Vladimir Zidar
b523f69f0e
LP-512 Addressed most of the PR comments.
2017-05-26 01:06:31 +02:00
Vladimir Zidar
d1c19fefbd
LP-512 Fixed bootloader and dfu to be able to go into proper rescue mode without having *any* firmware flashed.
2017-05-25 22:08:35 +02:00
Paul Jewell
7428ab59f9
Merged in paul_jewell/librepilot/LP-289_pidcontrol_ne (pull request #362 )
...
LP-289 pidcontrol ne
Approved-by: Eric Price <corvuscorax@cybertrench.com>
Approved-by: Lalanne Laurent <f5soh@free.fr>
Approved-by: Paul Jewell <teulupaul@gmail.com>
Approved-by: Philippe Renon <philippe_renon@yahoo.fr>
Approved-by: Alessio Morale <alessiomorale@gmail.com>
2017-03-21 21:49:51 +00:00
paul Jewell
c056e73b93
LP-289 Removed orphaned doxygen addtogroup directives
2017-03-09 20:14:07 +01:00
paul Jewell
dcb3d760db
LP-289 Updated copyright notices
2017-03-09 19:43:24 +01:00
Eric Price
fb5f9034ea
LP-289 prevent initialization with non-zero pid->I accumulator (dangerous if kI is low)
2017-03-09 19:43:24 +01:00
paul Jewell
ebc4b16d9a
LP-289 Clean up comments and uncrustify
2017-03-09 19:43:24 +01:00
paul Jewell
143b5e7ab6
LP-289 Small change to comment
2017-03-09 19:43:24 +01:00
paul Jewell
c723a06e93
LP-289 added comments and fixed one typo
2017-03-09 19:43:23 +01:00
paul Jewell
edd3b8689b
LP-289 Further clean up of PIDControlDown::UpdateParameters()
2017-03-09 19:43:23 +01:00
paul Jewell
814a882a1d
LP-289 Manage kp=0 in PIDControlDown::UpdateParameters()
2017-03-09 19:43:23 +01:00
Eric Price
2124393d5f
LP-490 EKF maps magnetometer into horizontal plane based on known HomeLocation.Be value, to not distort Roll+Pitch estimate from mags
2017-03-02 19:01:02 +01:00
Eric Price
23e50ae5f8
LP-490 re-introduce correct mag handling (scaling to unit vector) in insgps13state
2017-03-02 19:00:42 +01:00
Eric Price
3b65559904
LP-443 bugfixes in insgps14state - prevent NaN propagation from bug in magnetometer handling, fix missing dimension in array
2017-03-02 09:51:27 +01:00
Eric Price
74bd1589e8
LP-443 modified insgps14state to use spare matrix optimization (similar to insgps13state) as opposed to precompiled prediction equation code
2017-03-01 19:51:40 +01:00
Philippe Renon
1c222bdf09
LP-402 remove unused taskinfo and callbackinfo includes
2017-01-16 09:04:37 +01:00
Laurent Lalanne
1bff0f479c
LP-454 Add boat and differential boat to the ground tab
2017-01-14 17:47:12 +01:00
Alessio Morale
3eb4b45f04
LP-443 - Fixes from review.
2017-01-07 18:14:29 +01:00
Alessio Morale
93dcc55977
LP-353 - Introduce a Nav alarm that is active when Position estimation is not available
2017-01-07 18:14:29 +01:00
Alessio Morale
08b7153624
LP-353 - Set GPSNAVIGATIONINS13CF as nav enabled fusion algorithm
2017-01-07 18:14:29 +01:00
Alessio Morale
8e484dd862
LP-443 - EKF14 - Apply "2D" mag handling for EKF13 as well
2017-01-07 18:14:29 +01:00
Alessio Morale
5d8f4b6cde
LP-443 - Fixes to make ins13 and 14 interchangeable
2017-01-07 18:14:29 +01:00
Alessio Morale
ce87ce105e
LP-443 - Add INS14 to Sparky/Revo
2017-01-07 18:14:28 +01:00
Alessio Morale
4e78da41d3
LP-368 - Add coordinate conversion functions, perform some cleanup/optimization
2016-08-28 22:44:53 +02:00
Lalanne Laurent
a979287bb7
Merged in alessiomorale/librepilot/LP-367_set_rtl_velocity (pull request #293 )
...
LP-367 - Set Return to home velocity
2016-08-06 00:50:54 +02:00
Vladimir Zidar
b8b9d31c07
LP-364 Initial MAVLink bridge port from dRonin
2016-07-24 22:21:30 +02:00
Alessio Morale
08b960549a
LP-367 - Set homelocation velocity
2016-07-24 17:04:51 +02:00
Alessio Morale
02d04ddf43
LP-361 - Cleanup sequences to make alarms easier to understand
...
Error sequence:
pause, RED, <item color> x 2, pause;
warn sequence:
pause, ORANGE, <item color>, pause;
ITEM COLOR:
- GPS = GREEN;
- MAG = PURPLE;
- CONFIG = RED;
- RECEIVER = YELLOW.
BATTERY ALARM:
- warning 5x ORANGE blinks
- critical 5x RED blinks
DISARMED: short white blinks
2016-07-17 17:19:34 +02:00
Lalanne Laurent
4aba28c296
Merged in alessiomorale/librepilot/LP-327_gyro_cal_steady (pull request #270 )
...
Lp 327_gyro_cal_steady
2016-07-05 19:44:25 +02:00
Alessio Morale
ad0cf537f5
LP-327 - fixes from review
2016-07-03 16:51:36 +02:00
Alessio Morale
c9188fc5a2
Merged in TheOtherCliff/librepilot/theothercliff/LP-76_Port_Autotune_from_dRonin (pull request #198 )
...
Theothercliff/lp 76_port_autotune_from_dronin
2016-07-03 16:09:30 +02:00
Alessio Morale
9774045699
LP-327 - implement some kind of pseudo variance to be used to determine if copter is steady
2016-06-28 23:10:56 +02:00
Cliff Geerdes
e880ce6822
LP-76 remove unneeded and commented out code
2016-06-18 14:15:45 -04:00
Cliff Geerdes
68c3d5030a
LP-76 auto module enable, more sanity checks, SmoothQuick tweaks
2016-06-18 14:08:06 -04:00
Cliff Geerdes
aa06b1793f
LP-76 update copyrights
2016-06-18 14:08:05 -04:00
Cliff Geerdes
fd22011bfa
LP-76 get ready for PR uncrustify and comments
2016-06-18 14:08:05 -04:00
Cliff Geerdes
2105a49ca9
LP-76 add UAV defaults and remove UAV inits
2016-06-18 14:08:03 -04:00
Laurent Lalanne
7ce2d7562e
LP-241 Allow CruiseControl + Rate stabilization
2016-06-08 22:40:32 +02:00
Laurent Lalanne
afb32d3090
LP-72 Uncrustify after rebase
2016-05-25 13:51:40 +02:00