jgoppert
|
ce3f835c63
|
Mag and velocity measurement fix. Fault detection working.
|
12 years ago |
James Goppert
|
68a6a64213
|
Working on velocity errors.
|
12 years ago |
Lorenz Meier
|
07114f0a32
|
Windows build fix attempt
|
12 years ago |
patacongo
|
fcb316906d
|
Implement redirection of output from NSH builtin commands to a file in a mounted volume
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5521 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
James Goppert
|
afb69cd054
|
Reducing pos/att correction update rates for debugging.
|
12 years ago |
James Goppert
|
28ef7aa1be
|
Refactored RPos. Increased global pos output rate for debugging.
|
12 years ago |
James Goppert
|
68b92cd4fc
|
Slowed HIL status updates. Also prevented posCor. when gps not init.
|
12 years ago |
James Goppert
|
9cf3d51aec
|
Made fault tolerances adjustable.
|
12 years ago |
James Goppert
|
edf0a6bae7
|
Added check for valid attitude data.
|
12 years ago |
James Goppert
|
022c30ea4f
|
Enabled kf to run w/o gps.
|
12 years ago |
James Goppert
|
281372ef3a
|
Added mag dip/dec as parameters.
|
12 years ago |
James Goppert
|
8b6660fc36
|
Fixed param issue.
|
12 years ago |
James Goppert
|
d02a24ec82
|
Adding comments to ekf.
|
12 years ago |
patacongo
|
90a72e97d3
|
Implement vfork() for the MIPS32 architecture
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5520 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
px4dev
|
0eb5a070f1
|
Checkpoint: more work on the px4io driver. Add raw PWM passthrough ioctl.
|
12 years ago |
px4dev
|
112f5ea969
|
Add support for raw PWM passthrough from FMU via IO.
|
12 years ago |
px4dev
|
f3a587dfce
|
Wire the I2C device code into the register handler.
|
12 years ago |
px4dev
|
2686344d58
|
Adjust the default deadzone for RC inputs per feedback.
|
12 years ago |
px4dev
|
8da9a2c149
|
Merge branch 'master' into px4io-i2c
|
12 years ago |
px4dev
|
854c6436b4
|
Pull NuttX up to the 6.24 release.
Merge branch 'nuttx-merge-5447'
|
12 years ago |
px4dev
|
6d138a845a
|
Let's let folks have their own .gdbinit
|
12 years ago |
patacongo
|
f55cabeb59
|
Don't build drivers/mtd unless CONFIG_MTD is defined (Denis Carikli)
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5519 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
James Goppert
|
5b0aa490d6
|
Added P0. Hid some printing. Corrected fault detection.
|
12 years ago |
James Goppert
|
02a905df4c
|
Merge branch 'master' of git://github.com/PX4/Firmware into fault_detection
|
12 years ago |
Lorenz Meier
|
35f0f570a6
|
Hotfix for current active waypoint ID
|
12 years ago |
James Goppert
|
4613d1247d
|
Added param comments for FWB controller.
|
12 years ago |
patacongo
|
87b33d3546
|
Configre configs/ubw32/ostest to use kconfig-frontends
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5518 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
Marco Bauer
|
f0edb59d7e
|
some major changes
|
12 years ago |
Lorenz Meier
|
38f435e4cf
|
Merge pull request #161 from julianoes/fix_jigtest
Adapted upper and lower values for test jig voltages
|
12 years ago |
patacongo
|
cc3614dfe8
|
Finish dup logic for open files; fix bug in sigtimedwait(), would return wrong signo value if the signal was already pending
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5517 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
James Goppert
|
c49320a03e
|
Working on fault detection tolerances.
|
12 years ago |
James Goppert
|
a13cf90e0a
|
Increased KF process noise.
|
12 years ago |
px4dev
|
c38ad4ded5
|
Fix the 'time' test, now that rand() seems to be working.
|
12 years ago |
px4dev
|
09535fef83
|
Start adding PX4 firmware helper macros
|
12 years ago |
Julian Oes
|
8bc2338466
|
Adapted upper and lower values for test jig voltages
|
12 years ago |
James Goppert
|
f122eb7576
|
Merge branch 'fault_detection' of github.com:jgoppert/Firmware into fault_detection
|
12 years ago |
jgoppert
|
940d43cb9c
|
Merge branch 'master' of git://github.com/PX4/Firmware into fault_detection
|
12 years ago |
patacongo
|
930f9a1351
|
Add support for dup2'ing files. Infrastructure and ROMFS done. Still need FAT, BINFS, NXFFS, and NFS
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5516 42af7a65-404d-4744-a932-0658087f49c3
|
12 years ago |
James Goppert
|
218adc73dc
|
Merge branch 'master' of git://github.com/PX4/Firmware into fault_detection
|
12 years ago |
px4dev
|
5c60ed9a94
|
Fix up FMU input timeout handling.
Fix the FMU auto OK LED status.
Strip out unused fields from the system state structure.
|
12 years ago |
px4dev
|
06b66ad065
|
Don't advertise things we don't have anymore.
|
12 years ago |
px4dev
|
2dc47160f4
|
Factoring and comments.
|
12 years ago |
px4dev
|
2311e03379
|
Start reworking the px4io driver to use the I2C interface instead.
|
12 years ago |
px4dev
|
6e291ddedc
|
Add a mechanism for sending multi-part messages to the I2C driver base class.
|
12 years ago |
jgoppert
|
f2d2aafb8d
|
Fault detection working, but GPS velocity measurement causing fault.
Possible error in HIL script or progpagation/ F matrix of EKF.
|
12 years ago |
jgoppert
|
3db216380b
|
Changing measurement units for gps, not working well yet.
|
12 years ago |
px4dev
|
4e38615595
|
Major workover of the PX4IO firmware for I2C operation.
|
12 years ago |
px4dev
|
8ebe21b27b
|
Checkpoint - I2C protocol register decode
|
12 years ago |
px4dev
|
b0fb86a693
|
Sketch out the protocol as it will be on top of I2C
|
12 years ago |
px4dev
|
5e91a36623
|
Drop the 'nonstop' flag since we can infer it when we need it. Submitted this version of the serial DMA changes for integration into mainline NuttX.
|
12 years ago |