1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-12 19:10:27 +03:00
Commit graph

21 commits

Author SHA1 Message Date
Sensei
05d1890ba8
Update Navigation.md - Remove outdated references to inav_use_gps_no_baro
inav_use_gps_no_baro was removed
2024-10-09 12:23:36 -05:00
Roman Lut
152b49ee5c
Update Navigation.md 2023-05-20 23:12:57 +03:00
b14ckyy
6ccd27c932
Update Navigation.md 2022-12-14 14:27:26 +01:00
ryet9
47ea01a28e
Update Navigation.md
inav->INAV
2022-09-25 19:54:19 +00:00
Jonathan Hudson
1f7838ec41
Treat wp.p3 as bitfield (#8393)
* treat wp p3 as bit mask

* update Navigation.md

* remove SET_POI from list of 'actionable' WP types
2022-09-15 06:59:17 +01:00
breadoven
7175b1183a Update Navigation.md 2021-11-15 18:09:09 +00:00
Darren Lines
6091443bd5 Updated Navigation.md - Made doc clearer
Made doc clearer.
2021-11-06 16:45:42 +00:00
Darren Lines
9ed0b1d29b Changes to fix EXTRA mode
Initial testing went pretty well. Using the RTH climb stage worked perfectly with the AT_LEAST method. However the EXTRA method didn't work. After reviewing the code, I can see why, and have implemented a fix. This should now work as expected. I'll test ASAP.
2021-08-01 16:59:15 +01:00
斯东Stone
21fc620ef7
Correct a typo in Navigation.md (#6923) 2021-05-06 22:57:16 +02:00
Cullen Jennings
edd0f358f7 fix formatting for MD to dsiplay correctly in github 2020-07-16 18:26:39 -07:00
stronnag
9cc0368de4
support SET_HEAD and SET_POI (#5851)
* support SET_HEAD and SET_POI

* [DOC] update Navigation.md for SET_POI and SET_HEAD
2020-06-23 15:38:44 +01:00
stronnag
2ff5ced4ee
[NAV] store jump targets as indices (vice WP #) for consistency (#5569)
* [NAV] store jump targets as indices (vice WP #) for consistency

* [NAV] improve JUMP validity test
2020-04-06 18:33:58 +01:00
stronnag
db12e87990
update Navigation.md for 2.5.0 features (#5564)
* update docs/Navigation.md for 2.5 capabilities
2020-04-04 13:47:59 +01:00
Jacky2k
6eda2af359
Waypoint hold time feature (#5398)
* Added support for waypoint hold time
2020-03-09 14:21:26 +00:00
hali9
5b25cfc583 CLI the wp CLI command to manage waypoints (#4473) 2019-03-15 16:12:18 +01:00
sincoder
937ace54d6 Update Navigation.md
NAX_RTH_EXTRA_ALT  -> NAV_RTH_EXTRA_ALT
2017-08-19 00:32:34 +08:00
Pawel Spychalski (DzikuVx)
48c2c256ea Docs updated 2017-07-02 20:49:51 +02:00
gabrielbijleveld
abf0c6ee63 Update Navigation.md (#630)
Fixes to CLI.md
2016-09-29 11:59:18 +10:00
Pawel Spychalski (DzikuVx)
a588ee08b9 docs update fixes#282 2016-06-14 21:38:51 +02:00
digitalentity
34046169c7 An implenentaion of nav-rewrite (squashed commit, November 17th).
Automatic magnetic declination from GPS coordinates (approximate to 1-2 degrees) (disabled)
Accelerometer bias compensation
Quaternion-based Mahony's DCM IMU (implementation by S. Madgwick)
Ability to lock heading to GPS cource for airplanes
Faster acquisition by initial attitude by using higher DCM kP gain on powerup
Changes to mag calibration algorithm (@HaukeRa's code). Compass calibration now independent from align_mag.
Changed acc calibration to proper 3-axis offset calculation code (same code as for mag). Changed board alignment angles to decidegrees (configurator incompatibility). Removed accelerometer trims (values passed thru MSP are ignored). Accel trim stick combo now adjusts board alignment directly (real-time, without reboot). Removed inflight acc calibration.
FIR filter implementation for different looptimes. Option gyro_cut_hz replaced with gyro_fir_enable (default gyro_soft_filter=3 preset - a very pessimistic filter with fairly large delay but low cutoff frequency for large or very noisy copters)
iNav-related PIDs renamed in CLI to avoid re-usage of old values when restoring config dumps.
PID with back-calculation and I-term anti-windup. Smarter max acceleration and jerk limiting
Initial support for airplane navigation. ALTHOLD, POSHOLD (circular loiter around the waypoint) and RTH should work. UNTESTED! RTH altitude probably needs some work. Autolanding will NOT function at the moment - the AUTOLAND phase will never complete. Absolutely no throttle control at the moment (fully manual control).
Increase delay for bmp085 baro detection. Resolves an issue with bmp085 not being detected sometimes on powerup
Fixed the missing checks for MIXER_CUSTOM_AIRPLANE
Lots of small fixes
2015-11-17 15:19:46 +10:00
digitalentity
1a8657c7b7 An implementation of i2c gps support. i2c-nav driver ported from multiwii code.
Features I2C-GPS autodetection. No need to set gps_provider. If no serial port selected for GPS, feature GPS enabled and I2C GPS connected and detected, gps_provider will automatically be set to '2'
2015-11-17 14:16:45 +10:00