aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Collapse)AuthorAgeFilesLines
...
| * | AttPosEKF: Use Geolib lat/lon position projectionJohan Jansen2015-03-121-6/+2
| | |
| * | AttPosEKF: Compile fix for protected HIL functionJohan Jansen2015-03-121-6/+6
| | |
| * | AttPosEKF: Reset states to current stateJohan Jansen2015-03-121-18/+15
| | |
| * | AttPosEKF: Reset covariance calculation on state resetzefz2015-03-112-7/+38
| |/
* / ignore mount commands in commanderAndreas Antener2015-03-131-0/+3
|/
* We want INAV by defaultLorenz Meier2015-03-101-2/+2
|
* Merge pull request #1894 from Zefz/ekf-mc_fly_forwardLorenz Meier2015-03-105-43/+71
|\ | | | | AttPosEKF Fix for inhibit mag state for fly-forward for multicopters
| * AttPosEKF: Compile fix for missing bracesJohan Jansen2015-03-081-1/+1
| |
| * AttPosEKF: Fix inverted logic for inhibitMagStatesJohan Jansen2015-03-081-1/+1
| |
| * VectorMath: Optimization by passing vector by reference instead of valueJohan Jansen2015-03-082-31/+22
| |
| * AttPosEKF: Inhibit mag state if not fixed wing and not accelerating forwardsJohan Jansen2015-03-082-7/+13
| |
| * VectorMath: Add scalar division to custom EKF vector mathJohan Jansen2015-03-082-0/+11
| |
| * AttPosEKF: Direct to EKF whether the vehicle is flying like a FixedWing or notJohan Jansen2015-03-083-9/+29
| |
* | Param system: Introduce global parameter version paramLorenz Meier2015-03-081-1/+13
| |
* | MC position controller: Adjust stack size of handler and appLorenz Meier2015-03-082-1/+5
| |
* | MC attitude controller: Adjust stack size of handler and appLorenz Meier2015-03-082-1/+5
| |
* | MAVLink app: Adjust stack size of receiver threadLorenz Meier2015-03-081-1/+1
| |
* | Land detector: Adjust stack size of startup handlerLorenz Meier2015-03-081-0/+4
| |
* | FW pos control: Adjust stack size to real useLorenz Meier2015-03-082-1/+3
| |
* | FW att control: Adjust stack size to real useLorenz Meier2015-03-082-1/+3
| |
* | commander: Adjust stack size to real useLorenz Meier2015-03-081-1/+1
| |
* | MAVLink app: Do no allocate memory statically, but only on execution on stack.Lorenz Meier2015-03-082-26/+27
| |
* | GPIO led: Do not allocate memory statically, but only when module loadsLorenz Meier2015-03-081-5/+6
|/
* Merge pull request #1873 from Zefz/ekf-dead-reckoning-fixLorenz Meier2015-03-074-185/+257
|\ | | | | AttPosEKF dead reckoning fix
| * AttPosEKF: Fix code style using AStyle scriptJohan Jansen2015-03-031-176/+216
| |
| * Commander: Timeout position estimates if we receive none for 1 full secondJohan Jansen2015-03-031-1/+1
| |
| * AttPosEKF: Fix dead-reckoning for global position estimates without GPSJohan Jansen2015-03-031-13/+38
| |
| * AttPosEKF: Subscribe to vehicle armed statusJohan Jansen2015-03-032-9/+15
| |
| * uORB: Add dead_reckoning flag to global position estimatesJohan Jansen2015-03-031-0/+1
| |
* | Graupner HoTT SUMD/SUMH Receiver Protocol addedNosDE2015-03-073-8/+38
| |
* | Updated @authorAnton Matosov2015-03-061-0/+1
| |
* | Added missing enum definitionsAnton Matosov2015-03-061-1/+26
| | | | | | | | Fixed float equality checks
* | Add RC_CHAN_CNT, RC_TH_USERDon Gagne2015-03-031-0/+30
| | | | | | | | These are used by ground station software
* | MAVLink: Reduce stack usageLorenz Meier2015-03-031-1/+1
| |
* | Commander and MAVLink: Adjust stack sizes as requiredLorenz Meier2015-03-032-2/+2
|/
* Merge pull request #1857 from PX4/mcposoffboardnoattitudepubLorenz Meier2015-03-022-14/+28
|\ | | | | mc pos ctrl (multiplatform): do not publish att sp in offboard && no position/velocity control
| * mc pos ctrl: do not publish att sp in offboard && no position/velocity controlThomas Gubler2015-03-011-9/+16
| |
| * mc pos ctrl multiplatform: do not publish att sp in offboard && no ↵Thomas Gubler2015-03-011-5/+12
| | | | | | | | position/velocity control
* | Mag cal: Add 100% messagev1.0.0rc7Lorenz Meier2015-03-011-0/+3
| |
* | mc pos multi: reduce stack sizeThomas Gubler2015-03-011-1/+1
| |
* | mc att multi: reduce stack sizeThomas Gubler2015-03-011-1/+1
| |
* | commander: Shorten mag cal intervalLorenz Meier2015-03-011-1/+1
| |
* | Make INAV configurableLorenz Meier2015-03-011-0/+14
| |
* | MC pos control: Use less RAMLorenz Meier2015-03-011-1/+1
| |
* | MC att control: Use less RAMLorenz Meier2015-03-011-1/+1
| |
* | MAVLink: Use less RAMLorenz Meier2015-03-012-2/+2
| |
* | land detector: Use less RAMLorenz Meier2015-03-011-4/+5
| |
* | commander: Do not allocate excessive stackLorenz Meier2015-03-011-1/+1
| |
* | commander: Improve status feedback to make status parsing simpler in UILorenz Meier2015-03-011-1/+3
|/
* Remove header which is now auto-generatedLorenz Meier2015-03-011-65/+0
|