uncrustify
466f76ebc1
uncrustify libraries/APM_PI/APM_PI.h
13 years ago
uncrustify
6c0c5f524b
uncrustify libraries/APM_PI/APM_PI.cpp
13 years ago
Andrew Tridgell
5e8fe8d93e
AP_Param: update PID libraries for new constructor syntax
13 years ago
Andrew Tridgell
9c5a5473ab
added indexes to group info structures
13 years ago
Andrew Tridgell
db96303fa0
convert APM_PI library to AP_Param
13 years ago
Jason Short
d0af95f0e3
allows main code to manually set the integrator value
13 years ago
Jason Short
9d1f56c6da
Split P and I term
13 years ago
Jason Short
9ed6463b39
Split the P and I terms in PI
13 years ago
Jason Short
0ca427bdd9
Removed debugging code from APM_PI
13 years ago
Jason Short
6bf0c32173
Removed some old debug prints from motors.pde
...
added ability to not increment I term for traversals.
13 years ago
jasonshort
8ec0eec5a2
Just in case the Min and Max functions are not playing nice with AP_Var
13 years ago
Jason Short
6fd7c1dcda
AP_PI AP_Var change
...
using the If statement rather than Max to avoid potential AP_Var issues. I don't know if this is a real prob or not. Just being careful.
13 years ago
James Goppert
0c7c508541
Optional recursion added.
14 years ago
Jason Short
1f8576559a
Optimized PI loop
14 years ago
James Goppert
5489b84f8e
Improvements to cmake.
14 years ago
James Goppert
d887a28b91
Added ArduBoat/ ArduRover/ and APO library.
14 years ago
Jason Short
231e7e961c
changed PI to float
14 years ago
Jason Short
bf94ba551e
changed PI Library to take Float for DeltaTime
...
Changed timing to be more accurate in main loop. Still need to switch to micros(). Left that for Tridge. This gets rid of six floating point calcs *250. Nice!
14 years ago
unknown
a4e001bbcf
Adding CMake support
14 years ago
tridge60@gmail.com
641099d2ed
renamed ACM_PI to APM_PI to fix build
...
the library name needs to match the header name for the arduino build
to work
git-svn-id: https://arducopter.googlecode.com/svn/trunk@3254 f9c3cf11-9bcb-44bc-f272-b75c42450872
14 years ago