aboutsummaryrefslogtreecommitdiff
path: root/apps/examples
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Fixes for warnings from Freddie Chopinpatacongo2012-11-011-0/+1
| | | * uClibc++ compiles... but it is a long way from linkingpatacongo2012-11-011-0/+4
| | | * Convert configs/sim/ostest to use mconf tool; Add configs/sim/cxxtestpatacongo2012-10-312-7/+7
| | | * Add apps/examples/cxxtest from Qiang Yupatacongo2012-10-317-8/+387
| | | * Documentation updatepatacongo2012-10-312-2/+2
| | | * Add apps/examples/wgetjson from Darcy Gongpatacongo2012-10-318-2/+462
| | | * C++ constructors work with ELF load nowpatacongo2012-10-296-5/+664
| | | * Finish implemention of ELF loader static constructor support. Still some iss...patacongo2012-10-297-584/+7
| | | * Add port of cJSON from Darcy Gongpatacongo2012-10-278-158/+721
| | | * The ELF loader is basically functional (needs more testing)patacongo2012-10-2716-265/+242
| | | * ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-265-14/+23
| | | * Rename elf.h to elf32.h; Additional ELF loader changespatacongo2012-10-263-2/+10
| | | * More ELF loader changespatacongo2012-10-2513-19/+93
| | | * Add an example for testing the ELF loaderpatacongo2012-10-2532-1/+2860
| | | * Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/patacongo2012-10-244-6/+6
| | | * Several bugfixes contributed by Petteri Aimonenpatacongo2012-10-202-3/+2
| | | * ADC support for the Shenzhou board from Darcy Gongpatacongo2012-10-131-1/+6
* | | | Control tuning.James Goppert2013-01-161-3/+3
* | | | Added position initialization.James Goppert2013-01-163-82/+103
* | | | Increased fault threshhold.jgoppert2013-01-161-1/+1
* | | | Controller/ EKF tuning.jgoppert2013-01-163-22/+23
* | | | Mag and velocity measurement fix. Fault detection working.jgoppert2013-01-153-68/+59
* | | | Working on velocity errors.James Goppert2013-01-153-37/+51
* | | | Reducing pos/att correction update rates for debugging.James Goppert2013-01-151-5/+3
* | | | Refactored RPos. Increased global pos output rate for debugging.James Goppert2013-01-151-29/+17
* | | | Slowed HIL status updates. Also prevented posCor. when gps not init.James Goppert2013-01-151-2/+6
* | | | Made fault tolerances adjustable.James Goppert2013-01-153-2/+8
* | | | Added check for valid attitude data.James Goppert2013-01-152-10/+19
* | | | Enabled kf to run w/o gps.James Goppert2013-01-152-38/+34
* | | | Added mag dip/dec as parameters.James Goppert2013-01-151-0/+2
* | | | Fixed param issue.James Goppert2013-01-151-2/+2
* | | | Adding comments to ekf.James Goppert2013-01-152-54/+102
* | | | Added P0. Hid some printing. Corrected fault detection.James Goppert2013-01-142-7/+20
* | | | Added param comments for FWB controller.James Goppert2013-01-141-18/+18
* | | | Working on fault detection tolerances.James Goppert2013-01-142-20/+24
* | | | Increased KF process noise.James Goppert2013-01-142-17/+8
* | | | Fault detection working, but GPS velocity measurement causing fault.jgoppert2013-01-141-7/+7
* | | | Changing measurement units for gps, not working well yet.jgoppert2013-01-141-13/+13
* | | | Tracking down gps ekf bug, not enough precision for GPS in rad.James Goppert2013-01-131-10/+32
|/ / /
* | | Changed fault tolerances.James Goppert2013-01-131-2/+2
* | | Fixed comment.James Goppert2013-01-131-1/+1
* | | Rebase of changes to sensor_hil_fixedwing branch.James Goppert2013-01-135-189/+275
|/ /
* | Merge commit '23e8d0b4675e1101a5dd38fa48f96ec3c13ca68b' into local/mathlibpx4dev2013-01-065-0/+947
|\ \
| * | Added kalman_demo. This is an attitude/position EKF example.jgoppert2013-01-065-0/+952
* | | Merge James's controllib bits into a separate library module.px4dev2013-01-062-7/+2
* | | Merge commit '8888b73e160520e5b15e168998013f4a5f6e64c0' into local/mathlibpx4dev2013-01-063-0/+273
|\| |
| * | Added control library.jgoppert2013-01-063-0/+273
* | | Move the math library pieces out of systemlib into mathlibpx4dev2013-01-061-6/+6
|/ /
* | Added math library.jgoppert2013-01-062-0/+152
* | Merge branch 'master' of file:///Users/Shared/NuttXpx4dev2012-10-138-116/+202
|\|