1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 08:15:26 +03:00
Commit graph

11558 commits

Author SHA1 Message Date
Michel Pastor
a008a81a38
Copter: add new setting for final landing vspeed instead of being hardcoded to 25% of set landing vspeed (#6853)
* Copter: add new setting for final landing vspeed instead of being hardcoded to 25% of set landing vspeed

* FC_MSP: add land_minalt_vspd to RTH_AND_LAND_CONFIG

* Update CLI docs

* Fix settings description

* Cosmetic fix

* Homogenize landing settings prefix
2021-04-19 23:42:46 +02:00
Michel Pastor
036e86ac10
Add white background to StickPositions.png so that it is readable with GH dark mode (#6854) 2021-04-19 23:42:20 +02:00
Pawel Spychalski (DzikuVx)
92d8fa6e35 Fix merge 2021-04-19 21:41:43 +02:00
Alexander van Saase
f89e97cf8d add level flight logic 2021-04-19 21:33:31 +02:00
Alexander van Saase
d7233b3d84 use filtered rate target as threshold 2021-04-19 21:13:06 +02:00
breadoven
65f344358a
Update navigation.c (#6852) 2021-04-19 15:17:32 +01:00
Alexander van Saase
c63aa64ff4
Merge pull request #6847 from iNavFlight/avs-change-default-reference-airspeed
Set default reference airspeed to 54km/h
2021-04-19 12:12:27 +02:00
Pawel Spychalski (DzikuVx)
0ef7e60954 Merge remote-tracking branch 'origin/master' into dzikuvx-full-speed-gyro-processing 2021-04-19 09:22:48 +02:00
Paweł Spychalski
e8d82ddc59
Merge pull request #6846 from iNavFlight/dzikuvx-drop-gyro-sync
Drop gyro_sync
2021-04-19 09:19:39 +02:00
Darren Lines
da9d9322bb
Merge pull request #17 from iNavFlight/master
Merge from master
2021-04-19 08:00:52 +01:00
Alexander van Saase
5b297d6fa3 docs... 2021-04-18 23:30:07 +02:00
Alexander van Saase
b44e991d53 change default 2021-04-18 23:24:34 +02:00
Alexander van Saase
80bf6e398e remove mode, feature only 2021-04-18 23:18:08 +02:00
Alexander van Saase
e4f684fda6 remove setting 2021-04-18 22:24:55 +02:00
Pawel Spychalski (DzikuVx)
ab2836123d Fix compilation (again) 2021-04-18 21:44:55 +02:00
Pawel Spychalski (DzikuVx)
dc7a002b88 Fix build 2021-04-18 20:32:54 +02:00
Pawel Spychalski (DzikuVx)
c7d9415761 Docs update 2021-04-18 18:06:37 +02:00
Pawel Spychalski (DzikuVx)
5d3a01cfbe Drop gyro sync 2021-04-18 18:03:12 +02:00
Pawel Spychalski (DzikuVx)
3b3dc05820 Fix compilation 2021-04-18 17:29:12 +02:00
Paweł Spychalski
1fe9389444
Merge pull request #6806 from pieniacy/pieniacy-fix-nav-us-overflow
Fix int32_t microseconds overflow in navigation.
2021-04-18 17:27:34 +02:00
Paweł Spychalski
7ed71121a8
Merge pull request #6838 from OptimusTi/stat-pages-check
Stats pages fix
2021-04-18 17:27:03 +02:00
Pawel Spychalski (DzikuVx)
8e22378f1a Restructure scheduler to give highest priority to RT tasks 2021-04-18 17:03:45 +02:00
Konstantin Sharlaimov
852ef27759
Merge pull request #6655 from tonyyng/delayed_safehome
Delayed safehome
2021-04-18 16:12:09 +02:00
Alexander van Saase
e5b2fef65c Merge branch 'master' into delayed_safehome
# Conflicts:
#	docs/Settings.md
#	src/main/fc/settings.yaml
#	src/main/navigation/navigation.c
2021-04-18 13:58:01 +02:00
Tony Yeung
a89eb8ceff Merge branch 'master' into delayed_safehome 2021-04-18 11:14:37 +00:00
Pawel Spychalski (DzikuVx)
d50ae85e99 Run most filters with PID not gyro 2021-04-18 13:10:44 +02:00
Paweł Spychalski
7f04e0f671
Merge pull request #6845 from kernel-machine/turtle-mode-bugfix
Turtle mode issue fix
2021-04-18 11:49:05 +02:00
luca
fa9184bc13 Turtle mode bugfix 2021-04-17 17:54:52 +02:00
breadoven
f88de74dcf Update osd.c 2021-04-17 09:29:52 +01:00
Paweł Spychalski
2a3ef6e219
Merge pull request #6842 from iNavFlight/dzikuvx-fix-beeper-reset-template
Fix DSHOT beeper reset template
2021-04-16 20:25:23 +02:00
Pawel Spychalski (DzikuVx)
0006471e07 Fix DSHOT beeper reset template 2021-04-16 18:56:09 +02:00
Paweł Spychalski
c4613a6af4
Merge pull request #6812 from harry1453/dshot-beeper
DShot Beeper
2021-04-16 18:49:20 +02:00
Paweł Spychalski
14539dbd1d
Merge pull request #6807 from nmaggioni/nm_zeezf7v2
ZEEZF7V2 target
2021-04-16 17:58:32 +02:00
Paweł Spychalski
209e47c341
Merge pull request #6802 from iNavFlight/dzikuvx-bno055-serial
Serial interface for BNO055 IMU
2021-04-16 10:14:30 +02:00
OptimusTi
ee71cdf967 formatting and indicator arrows to let user know to use roll right or left 2021-04-15 14:48:57 -04:00
Michel Pastor
0356952c31
Revert c853269e7 as it is causing issues with the CLI (#6837)
* Settings generator: add support for the native C type: bool

* Revert "Settings generator: add support for the native C type: bool"

This reverts commit c853269e73.
2021-04-15 15:13:58 +02:00
Paweł Spychalski
d4b5c63c69
Merge pull request #6368 from breadoven/abo_improve_virtual_current_sensor
Improve virtual current sensor for Nav modes with throttle stop override
2021-04-15 09:27:15 +02:00
OptimusTi
5afa12307f Fix for stats page no.1
Adding check for serial provider.  This fixes issue with crsf stats and opens room for other protocol stats.
2021-04-14 18:51:12 -04:00
Michel Pastor
7b50b059f9
Settings generator: add support for the native C type: bool (#6831) 2021-04-14 19:49:30 +02:00
Michel Pastor
34c91848fc
Fix error handling in settings.rb:Generator#resolve_types (#6830) 2021-04-14 16:47:20 +02:00
Paweł Spychalski
1ba891d6e1
Merge pull request #6179 from breadoven/RTH-Altitude-Override
Switched RTH Preset Altitude Override
2021-04-14 14:16:03 +02:00
Pawel Spychalski (DzikuVx)
ca91e42100 Merge branch 'master' into dzikuvx-rate-dynamics 2021-04-14 13:10:14 +02:00
Paweł Spychalski
bdf21b72b5
Merge pull request #6827 from iNavFlight/dzikuvx-minor-F7-optimization
Minor F7 optimization
2021-04-14 13:09:49 +02:00
Pawel Spychalski (DzikuVx)
c8992101e6 Fix unit tests 2021-04-14 13:07:24 +02:00
Pawel Spychalski (DzikuVx)
740a51812d Always process gyro at 8kHz 2021-04-14 12:46:16 +02:00
Paweł Spychalski
0b21a0b90e
Merge pull request #6826 from iNavFlight/dzikuvx-move-legacy-boards-to-wiki
Move Lagacy Boards from docs to Wiki
2021-04-14 11:37:49 +02:00
Pawel Spychalski (DzikuVx)
753829ffda Minor F7 optimization 2021-04-14 11:37:08 +02:00
Pawel Spychalski (DzikuVx)
3f18003895 Move Lagacy Boards from docs to Wiki 2021-04-14 09:32:55 +02:00
breadoven
f55edbea27 Update Settings 2021-04-13 23:57:23 +01:00
breadoven
e8dc880b5c Update navigation.c
Reduced stick hold delay time to 1s and limited climb first override to fixed wing only
2021-04-13 23:16:03 +01:00