1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-16 12:55:16 +03:00
INAV: Navigation-enabled flight control software https://inavflight.github.io
Find a file
2018-04-09 16:40:23 +01:00
.github Grammatical updates 2017-10-12 18:02:47 +10:00
docs remove erroneously added excessive white space from cli.md 2018-04-09 16:40:23 +01:00
lib Add STM32 lib files 2017-09-28 09:07:53 +01:00
src Merge pull request #2842 from shellixyz/matek_f405_softserial 2018-04-04 13:48:02 +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 Add support for getting and setting arbitrary settings via MSPv2 2017-10-11 18:06:36 +01:00
.travis.sh Run unittests each travis build 2017-01-29 18:39:08 +10:00
.travis.yml Split Travis CI builds 2017-10-09 19:31:51 +10:00
build.sh Updated local docker toolchain 2017-10-17 22:07:58 -07:00
build_docs.sh AlienFlight F3 fixes 2017-02-12 11:22:41 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md 2016-09-12 07:06:41 +02:00
CREDITS Create a contributor list (#626) 2016-09-23 08:29:39 +03:00
Dockerfile Updated local docker toolchain 2017-10-17 22:07:58 -07:00
fake_travis_build.sh AlienFlight F3 fixes 2017-02-12 11:22:41 +01:00
install-toolchain.sh Update travis GCC toolchain 2017-08-04 00:13:14 +10: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 Merge pull request #2954 from alexeystn/matekf405_servos 2018-04-04 13:47:07 +01:00
Notes.md Normalize all the line endings 2014-09-15 23:40:17 +01:00
README.md README update 2017-12-22 10:05:37 +01:00
Vagrantfile Generate CLI settings at build time (#2028) 2017-08-29 00:08:38 +10: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).
  • Support for more than 8 RC channels - (e.g. 16 Channels via FrSky X4RSB SBus).
  • Support for N-Position switches via flexible channel ranges - not just 3 like baseflight or 3/6 in MultiWii
  • Lux's new PID (uses float values internally, resistant to looptime variation).
  • Simultaneous Bluetooth configuration and OSD.
  • Better PWM and PPM input and failsafe detection than baseflight.
  • Better FrSky Telemetry than baseflight.
  • 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 minor bug fixes.

For a list of features, changes and some discussion please review the thread on RCGroups forums and consult the documentation.

Tools

INAV Configurator

Official too 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.

The best place to start is the IRC channel on freenode (see above), drop in, say hi. Next place is the github issue tracker:

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