1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-24 16:55:29 +03:00
INAV: Navigation-enabled flight control software https://inavflight.github.io
Find a file
Paweł Spychalski c13a13b172
Logic Conditions framework (#4144)
* CLI for servo mix conditions

* RC channel greater than on servo mixer

* RC channel value based conditions

* MSP2 frames

* Docs update

* mixer condition changed to logic condition and generalized

* basic logic framwork extarcted to separate file'

* minor fixes

* Processing refactoring

* Flight values added to conditions

* Use logic conditions only on > F3

* Make logic conditions a separate entity and link from servo mixer to logic condition

* empty task to periadically compute logic conditions

* Compute logic conditions as task

* Add flags

* CLI logic to configure logic conditions

* MSP frames to get and set logic conditions

* Disabled condition always yelds false

* fixes for F3

* Review changes

* final fix in MSP2_INAV_SERVO_MIXER
2019-03-05 22:31:28 +01:00
.github Update Question.md 2018-12-03 18:57:43 +01:00
docs Merge pull request #4453 from iNavFlight/agh_update_bg_links 2019-03-04 21:18:16 +01:00
lib revert lib changes 2019-02-27 11:18:06 +01:00
make Logic Conditions framework (#4144) 2019-03-05 22:31:28 +01:00
src Logic Conditions framework (#4144) 2019-03-05 22:31:28 +01:00
support preliminary support for pr builds / 3rd party builds 2015-06-23 15:03:31 +02:00
.gitattributes Ensure that binary file changes are ignored when producing a git diff. 2014-10-15 15:23:59 +01:00
.gitignore Remove /src/main/fc/settings_generated.{h, c} from .gitignore 2018-06-04 18:46:33 +01:00
.travis.sh Run unittests each travis build 2017-01-29 18:39:08 +10:00
.travis.yml Update Travis CI gcc version 2018-08-07 22:12:01 +02:00
AUTHORS Update AUTHORS list. Add Contributor Code of Conduct 2018-08-06 20:35:54 +02:00
build.sh Updated local docker toolchain 2017-10-17 22:07:58 -07:00
build_docs.sh CJMCU removed 2018-04-24 08:48:39 +02:00
CODE_OF_CONDUCT.md Update AUTHORS list. Add Contributor Code of Conduct 2018-08-06 20:35:54 +02:00
CONTRIBUTING.md Update CONTRIBUTING.md 2016-09-12 07:06:41 +02:00
Dockerfile Updated local docker toolchain 2017-10-17 22:07:58 -07:00
fake_travis_build.sh EUSTM32F103RC removed 2018-04-24 08:54:10 +02:00
install-toolchain.sh Update Travis CI gcc version 2018-08-07 22:12:01 +02:00
JLinkSettings.ini Merge branch 'AlienWii32_defaults' of 2014-12-26 18:40:01 +00:00
LICENSE Updated source files to include the GPL v3 notices. Include a copy of 2014-06-04 16:48:23 +01:00
Makefile Nox board support (#4216) 2019-02-08 22:41:16 +01:00
Notes.md Normalize all the line endings 2014-09-15 23:40:17 +01:00
README.md Merge pull request #4168 from iNavFlight/master 2019-01-08 08:25:27 +01:00
Vagrantfile Fixed Vagrant file, again. 2018-05-07 00:05:55 +03:00

INAV - navigation capable flight controller

INAV Travis CI status

Features

  • Outstanding navigation performance out of the box
  • Position Hold, Altitude Hold, Return To Home and Missions
  • Excellent support for fixed wing UAVs: airplanes, flying wings
  • Pitot tube support
  • Rangefinder support (sonar and laser)
  • Oneshot and Multishot ESC support.
  • Blackbox flight recorder logging (to onboard flash or external SD card).
  • Lux's new PID (uses float values internally, resistant to looptime variation).
  • Simultaneous Bluetooth configuration and OSD.
  • LTM Telemetry.
  • Smartport Telemetry.
  • RSSI via ADC - Uses ADC to read PWM RSSI signals, tested with FrSky D4R-II and X8R.
  • OLED Displays - Display information on: Battery voltage, profile, rate profile, version, sensors, RC, etc.
  • In-flight manual PID tuning and rate adjustment.
  • Rate profiles and in-flight selection of them.
  • Multiple simultaneous telemetry providers.
  • Configurable serial ports for Serial RX, Telemetry, MSP, GPS - Use most devices on any port, softserial too.
  • Multi-color RGB LED Strip support (each LED can be a different color using variable length WS2811 Addressable RGB strips - use for Orientation Indicators, Low Battery Warning, Flight Mode Status, etc)
  • PIDs from CF/BF can be used in INAV, no need to retune for INAV
  • And many more!

For a list of features, changes and some discussion please review consult the releases page and the documentation.

Tools

INAV Configurator

Official tool for INAV can be downloaded here. It can be run on Windows, MacOS and Linux machines and standalone application.

INAV Blackbox Explorer

Tool for Blackbox logs analysis is available here

Telemetry screen for OpenTX

Users of FrSky Taranis X9 and Q X7 can use INAV Lua Telemetry screen created by @teckel12 . Software and installation instruction are available here: https://github.com/iNavFlight/LuaTelemetry

Installation

See: https://github.com/iNavFlight/inav/blob/master/docs/Installation.md

Documentation, support and learning resources

Contributing

Contributions are welcome and encouraged. You can contribute in many ways:

  • Documentation updates and corrections.
  • How-To guides - received help? help others!
  • Bug fixes.
  • New features.
  • Telling us your ideas and suggestions.
  • Buying your hardware from this link

A good place to start is Telegram channel or Facebook group. Drop in, say hi.

Github issue tracker is a good place to search for existing issues or report a new bug/feature request:

https://github.com/iNavFlight/inav/issues

https://github.com/iNavFlight/inav-configurator/issues

Before creating new issues please check to see if there is an existing one, search first otherwise you waste peoples time when they could be coding instead!

Developers

Please refer to the development section in the docs/development folder.

INAV Releases

https://github.com/iNavFlight/inav/releases