Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
deltaflight
deltaflight
Commits
51a2cec8
Commit
51a2cec8
authored
Jun 22, 2016
by
Paweł Spychalski
Committed by
GitHub
Jun 22, 2016
Browse files
Update README.md
parent
e456feb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
51a2cec8
...
...
@@ -4,6 +4,14 @@
Clean-code version of baseflight flight-controller - flight controllers are used to fly multi-rotor craft and fixed wing craft.
## Important: PID values and scaling
Starting at 22-06-2016 INAV uses the same scaling for PIDs as Cleanflight/Betaflight LuxFloat and MWRewrite PID controllers. That means the following:
*
PIDs from CF/BF can be used in INAV, no need to retune for INAV
*
INAV uses the same PID defaults that Cleanflight and Betaflight
*
Current INAV tunes can be converted to new using
[
this guide
](
https://github.com/iNavFlight/inav/wiki/PID-conversion-from-pre-1.2-to-1.2
)
This fork differs from baseflight in that it attempts to use modern software development practices which result in:
1.
greater reliability through code robustness and automated testing.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment