Lorenz Meier
|
8740349545
|
Removed 1 Hz output
|
2013-02-24 20:13:45 +01:00 |
|
Lorenz Meier
|
c3aad047a5
|
Merge pull request #203 from PX4/debug_example
Added additional debug / uORB example
|
2013-02-20 22:47:36 -08:00 |
|
Lorenz Meier
|
520a2b4174
|
Merge pull request #198 from PX4/nuttx-merge-5596
Nuttx merge 5596
|
2013-02-17 09:14:12 -08:00 |
|
Lorenz Meier
|
1c98343e7b
|
Merge branch 'master' of github.com:PX4/Firmware
|
2013-02-16 18:01:15 +01:00 |
|
Lorenz Meier
|
a0780a20b5
|
Fixed default airspeed for fixed wing control app
|
2013-02-16 18:00:58 +01:00 |
|
Lorenz Meier
|
781845587c
|
Merge pull request #195 from PX4/gps
GPS driver rewrite
|
2013-02-15 13:46:03 -08:00 |
|
px4dev
|
d573cca61b
|
Merge commit '049c93446561c6ad3e59183c139f3916230ddee5' into nuttx-merge-5596
This merges NuttX 6.25 with one post-release bugfix.
|
2013-02-06 21:38:33 -08:00 |
|
Julian Oes
|
fc4be3e728
|
Changed gps position topic mostly to SI units and float, removed counters and added specifig timestamps
|
2013-02-06 12:41:05 -08:00 |
|
Julian Oes
|
c19870d565
|
Merge remote-tracking branch 'upstream/master' into attitude_filter_improvement
|
2013-01-30 10:36:05 -08:00 |
|
patacongo
|
79ccfa4ae6
|
Add syslog.h; rename lib_rawprintf() to syslog()
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5578 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-28 21:55:16 +00:00 |
|
patacongo
|
e96d8f046b
|
Add a start hook that can be setup to call a function in the context of a new thread before the new threads main() has been called.
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5571 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-27 15:52:58 +00:00 |
|
patacongo
|
b6472b58dc
|
Fix some compilation errors when child status disabled; new waitpid logic not encoding/decoding status properly
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5561 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-25 00:01:08 +00:00 |
|
patacongo
|
a2ec48846f
|
Fix some missing logic and inconsistencies in child status logic; Fix a bug introduced into sigaction()
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5560 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-24 23:18:32 +00:00 |
|
patacongo
|
f914a90556
|
apps/examples/nettest and poll: Complete Kconfig files
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5556 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-24 16:28:15 +00:00 |
|
Lorenz Meier
|
f21d406cbe
|
Added additional example
|
2013-01-24 16:53:31 +01:00 |
|
px4dev
|
35febbe844
|
Merge Nuttx r5554
|
2013-01-23 23:56:24 -08:00 |
|
px4dev
|
1ce1d4460b
|
Merge pull request #183 from PX4/nuttx-merge-5527
Nuttx merge 5527
|
2013-01-23 18:46:12 -08:00 |
|
patacongo
|
63f8c0a954
|
Add option to used keyboard CODEC in apps/examples/keypadtest
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5554 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-23 23:11:13 +00:00 |
|
Lorenz Meier
|
ac215185a9
|
Better attitude filter, not sensitive to sudden accelerations
|
2013-01-21 17:30:53 +01:00 |
|
patacongo
|
070651221f
|
Add split package logic to improve TCP send performance with delayed ACKs
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5538 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-19 16:40:43 +00:00 |
|
Lorenz Meier
|
2542722102
|
Fixed selective publication update
|
2013-01-19 17:11:12 +01:00 |
|
James Goppert
|
4b2d1690d3
|
Set kalman_demo to only publish when it has valid info.
|
2013-01-18 10:21:20 -05:00 |
|
patacongo
|
19e43efe23
|
NSH will now run files from the file system; Add logic to unload and clean-up after running a task from a file system; Extensions to builtin apps from Mike Smith
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5529 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-17 18:32:13 +00:00 |
|
James Goppert
|
13bb814f20
|
Prevented attitude correction from changing velocity when pos not init.
|
2013-01-17 12:18:20 -05:00 |
|
James Goppert
|
c2c0baf843
|
Increased process noise.
|
2013-01-17 12:16:21 -05:00 |
|
James Goppert
|
612385a231
|
Merge branch 'master' of git://github.com/PX4/Firmware into fault_detection
|
2013-01-17 10:50:08 -05:00 |
|
px4dev
|
8685f63c72
|
Some gentle massaging to get things building again.
|
2013-01-17 01:18:18 -08:00 |
|
px4dev
|
1a532d16dd
|
Merge NuttX r5527
|
2013-01-17 01:00:46 -08:00 |
|
patacongo
|
caeef71797
|
Change the way thread priority is handled in binfmt/ to better match the way that priority is set up for the builtin tasks
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5527 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-17 00:30:12 +00:00 |
|
patacongo
|
e7e1c6aee0
|
convert configs/sim/nsh to use kconfig-frontends
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5526 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-16 21:38:00 +00:00 |
|
James Goppert
|
34d70bea4b
|
Control tuning.
|
2013-01-16 13:55:49 -05:00 |
|
James Goppert
|
ded442fd19
|
Added position initialization.
|
2013-01-16 13:27:04 -05:00 |
|
jgoppert
|
41ac3fdef9
|
Increased fault threshhold.
|
2013-01-16 00:25:53 -05:00 |
|
jgoppert
|
f8811649cb
|
Controller/ EKF tuning.
|
2013-01-16 00:24:14 -05:00 |
|
jgoppert
|
ce3f835c63
|
Mag and velocity measurement fix. Fault detection working.
|
2013-01-15 23:36:01 -05:00 |
|
James Goppert
|
68a6a64213
|
Working on velocity errors.
|
2013-01-15 18:25:08 -05:00 |
|
James Goppert
|
afb69cd054
|
Reducing pos/att correction update rates for debugging.
|
2013-01-15 15:11:24 -05:00 |
|
James Goppert
|
28ef7aa1be
|
Refactored RPos. Increased global pos output rate for debugging.
|
2013-01-15 14:03:04 -05:00 |
|
James Goppert
|
68b92cd4fc
|
Slowed HIL status updates. Also prevented posCor. when gps not init.
|
2013-01-15 13:21:13 -05:00 |
|
James Goppert
|
9cf3d51aec
|
Made fault tolerances adjustable.
|
2013-01-15 13:12:00 -05:00 |
|
James Goppert
|
edf0a6bae7
|
Added check for valid attitude data.
|
2013-01-15 12:37:12 -05:00 |
|
James Goppert
|
022c30ea4f
|
Enabled kf to run w/o gps.
|
2013-01-15 12:17:09 -05:00 |
|
James Goppert
|
281372ef3a
|
Added mag dip/dec as parameters.
|
2013-01-15 11:36:49 -05:00 |
|
James Goppert
|
8b6660fc36
|
Fixed param issue.
|
2013-01-15 11:16:28 -05:00 |
|
James Goppert
|
d02a24ec82
|
Adding comments to ekf.
|
2013-01-15 11:00:52 -05:00 |
|
px4dev
|
854c6436b4
|
Pull NuttX up to the 6.24 release.
Merge branch 'nuttx-merge-5447'
|
2013-01-14 21:01:58 -08:00 |
|
James Goppert
|
5b0aa490d6
|
Added P0. Hid some printing. Corrected fault detection.
|
2013-01-14 18:38:32 -05:00 |
|
James Goppert
|
4613d1247d
|
Added param comments for FWB controller.
|
2013-01-14 17:15:43 -05:00 |
|
James Goppert
|
c49320a03e
|
Working on fault detection tolerances.
|
2013-01-14 13:49:30 -05:00 |
|
James Goppert
|
a13cf90e0a
|
Increased KF process noise.
|
2013-01-14 13:12:01 -05:00 |
|