Andrew Tridgell
|
09ddf7f1b3
|
ROMFS: add support for EXTERNAL_SCRIPTS
this adds support for an EXTERNAL_SCRIPTS directory, to complement the
EXTERNAL_APPS option. It allows external apps to install scripts in
ROMFS
|
12 years ago |
px4dev
|
48e497e406
|
Fix a leftover from the earlier merges; building should work now.
|
12 years ago |
px4dev
|
15c85ba2cb
|
Strip some debugging
|
12 years ago |
px4dev
|
5c34da06bc
|
Merge pull request #151 from NosDE/master
BlinkM Driver with Systemstate
|
12 years ago |
px4dev
|
c1a1207b9a
|
Merge pull request #171 from PX4/fault_detection
Attitude / position estimation and controller improvements
|
12 years ago |
px4dev
|
7eb7836d2d
|
Merge pull request #169 from PX4/home_position
Home position
|
12 years ago |
px4dev
|
e72d348548
|
Merge pull request #167 from PX4/log_improvements
Added logging improvements for microSD
|
12 years ago |
px4dev
|
96df7b7fad
|
Merge pull request #165 from julianoes/feature_ubx_model_configuration
Feature ubx model configuration
|
12 years ago |
Lorenz Meier
|
4b9916eded
|
Made threshold a bit nicer, still a magic number
|
12 years ago |
jgoppert
|
effc3001f4
|
Merge branch 'master' of git://github.com/PX4/Firmware into fault_detection
|
12 years ago |
Lorenz Meier
|
2542722102
|
Fixed selective publication update
|
12 years ago |
Lorenz Meier
|
c9c64b3f25
|
Added missing flag, tested
|
12 years ago |
Lorenz Meier
|
d637842825
|
Fixed a number of smaller issues with log changes, ready to merge
|
12 years ago |
Lorenz Meier
|
5fe1a12612
|
Merge branch 'master' of github.com:PX4/Firmware into log_improvements
|
12 years ago |
Lorenz Meier
|
6cc840a95b
|
Merge pull request #168 from PX4/i2c_workaround
I2C driver workaround for NuttX
|
12 years ago |
Lorenz Meier
|
a10ff0fe1c
|
First round of testing successful - back to I2C code from Dec / Nov 2012
|
12 years ago |
Lorenz Meier
|
f119d9fbda
|
Added home position concept, uORB struct and MAVLink announcement of home position
|
12 years ago |
Lorenz Meier
|
c15093bb55
|
Bringing back old I2C code, just temporary workaround
|
12 years ago |
Lorenz Meier
|
d463c94ea1
|
Enable / disable logging while running, enabled black box logging (ringbuffer needed), enabled GPS KML logging (does not yet write outputs)
|
12 years ago |
Lorenz Meier
|
3128529c3b
|
Added logging improvements for microSD
|
12 years ago |
James Goppert
|
4b2d1690d3
|
Set kalman_demo to only publish when it has valid info.
|
12 years ago |
px4dev
|
bc35bb23dd
|
HOTFIX: disable interrupt-driven I2C mode, configure pessimistic I2C timeout, correct handling of the NAK generation for I2C master reads.
This looks like it addresses the recent I2C lockup issue, unfortunately it also increases CPU consumption by ~5% for the I2C sensor bus.
|
12 years ago |
Julian Oes
|
9ca472bbc7
|
Ubx configuration working again, gps app is still complicated and big but should be wrking better now
|
12 years ago |
Julian Oes
|
ebaa38ad1b
|
ubx with 38400 working, all messages seem to arrive, configuration procedure is still funny (work in progress)
|
12 years ago |
Julian Oes
|
dce9b2d045
|
The CFG-NAV5 dynamic model is now checked as well
|
12 years ago |
Julian Oes
|
80eb66c7a3
|
The config message was wrong, corrected (not tested)
|
12 years ago |
Julian Oes
|
c5ecf88bfb
|
Added ubx configuration CFG-NAV5 to airborne with less than 2g acceleration (compiling, not tested)
|
12 years ago |
Lorenz Meier
|
dc5ddb9370
|
Defaulting to full auto in auto mode
|
12 years ago |
James Goppert
|
13bb814f20
|
Prevented attitude correction from changing velocity when pos not init.
|
12 years ago |
James Goppert
|
c2c0baf843
|
Increased process noise.
|
12 years ago |
James Goppert
|
612385a231
|
Merge branch 'master' of git://github.com/PX4/Firmware into fault_detection
|
12 years ago |
px4dev
|
7d7c352fb4
|
Merge pull request #162 from PX4/windows_build_fix
Windows build fix attempt
|
12 years ago |
James Goppert
|
34d70bea4b
|
Control tuning.
|
12 years ago |
James Goppert
|
ded442fd19
|
Added position initialization.
|
12 years ago |
px4dev
|
ab0459c1f4
|
Pass the absolute path to the compiler/assembler so that error messages include enough information for an IDE to find the file.
|
12 years ago |
jgoppert
|
41ac3fdef9
|
Increased fault threshhold.
|
12 years ago |
jgoppert
|
f8811649cb
|
Controller/ EKF tuning.
|
12 years ago |
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 |
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 |
px4dev
|
854c6436b4
|
Pull NuttX up to the 6.24 release.
Merge branch 'nuttx-merge-5447'
|
12 years ago |