Lorenz Meier
|
97e8386290
|
Auto-restarting mount test if config file present
|
11 years ago |
Lorenz Meier
|
e7c1e8e94b
|
Added tests for mount / fsync / reboot
|
11 years ago |
Lorenz Meier
|
4d3a2c824c
|
Merge branch 'ppm_in'
|
11 years ago |
Lorenz Meier
|
93a0c2de56
|
Trimming down number of apps to save flash space
|
11 years ago |
Lorenz Meier
|
a5e95bde0a
|
Added lots of instrumentation to ensure all data sources are coming in clean
|
11 years ago |
Stefan Rado
|
4508972121
|
Further data format and code style fixes.
|
11 years ago |
Lorenz Meier
|
963f47ff0f
|
Merged estimator branches
|
11 years ago |
Lorenz Meier
|
8ad4b72fc7
|
Compile fixes, publishing estimated attitude now
|
11 years ago |
Thomas Gubler
|
065badf980
|
Merge pull request #576 from PX4/tecs_climbout
tecs: change pitch on climbout #559
|
11 years ago |
Lorenz Meier
|
4217272742
|
Filter returns some results. Needs careful range and unit checking, but on track
|
11 years ago |
Lorenz Meier
|
2bf4e79124
|
Fix up init
|
11 years ago |
Lorenz Meier
|
cbac002fb3
|
Use the already compensated mag vector and initialize offsets to zero
|
11 years ago |
Lorenz Meier
|
c11e36ad3d
|
Board config sweep / cleanup. No further functionality-relevant points found
|
11 years ago |
Lorenz Meier
|
07fa4e3ec8
|
Removed bogus 50 MHz setting, only relevant for outputs
|
11 years ago |
Lorenz Meier
|
2fbb854414
|
Merge branch 'master' of github.com:PX4/Firmware into ppm_in
|
11 years ago |
Lorenz Meier
|
c5f24e494c
|
Merge branch 'master' of github.com:PX4/Firmware into paul_estimator
|
11 years ago |
Lorenz Meier
|
b2ef7f506c
|
HOTFIX: Avoid running out of range on the RC config params
|
11 years ago |
Lorenz Meier
|
6d08e9f661
|
HOTFIX: Avoid running out of range on the RC config params
|
11 years ago |
Lorenz Meier
|
17ac30f1b1
|
More fixes, but things are pretty NaN still
|
11 years ago |
Lorenz Meier
|
f0740df53a
|
Set new filter as default in HIL and fixed wing, fixes in estimator, WIP
|
11 years ago |
Lorenz Meier
|
3d68c37d3c
|
Now actually loading data into the filter when running it
|
11 years ago |
Lorenz Meier
|
4bb23a53f0
|
Merge branch 'master' of github.com:LorenzMeier/Firmware_Private into paul_estimator
|
11 years ago |
Thomas Gubler
|
c4c652e9c6
|
tecs: change pitch on climbout #559 (ported from ardupilot)
|
11 years ago |
Lorenz Meier
|
445b9b2339
|
Final pin config for F1 PPM decoding, tested to be operational, pending in-application testing
|
11 years ago |
Lorenz Meier
|
85651218e2
|
FMU-inspired PPM config
|
11 years ago |
Lorenz Meier
|
9612514a3f
|
Testing disarming and rearming as well now, removed magic numbers in favor of constants
|
11 years ago |
Lorenz Meier
|
7ae71316fa
|
Missing line break at EOF
|
11 years ago |
Lorenz Meier
|
9a9a6f3d86
|
Turned the mixer test into a real test, now also cross checking post mix results
|
11 years ago |
Lorenz Meier
|
a60fcc2535
|
Fixed pwm limit command to behave as originally designed. The initial hold time produced random values (e.g. 40000 instead of 1500) during the INIT_TIME (0.5s) phase
|
11 years ago |
Lorenz Meier
|
b345202ae7
|
Merge pull request #573 from julianoes/hotfix_esc_calib
ESC calib: low PWM value was not set
|
11 years ago |
Julian Oes
|
1a21dcd34d
|
ESC calib: low PWM value was not set
|
11 years ago |
Stefan Rado
|
1e7e65717a
|
Only send data packets we really support.
|
11 years ago |
Stefan Rado
|
8fd909f519
|
Directly write to the voltage field for better precision.
|
11 years ago |
Stefan Rado
|
5f44be31ad
|
Update copyright info for 2014.
Happy New Year everyone!
|
11 years ago |
Stefan Rado
|
0ce7886249
|
Merge branch 'master' into frsky_telemetry
|
11 years ago |
Lorenz Meier
|
eb47a164cb
|
Added missing HRT functionality, cleanup
|
11 years ago |
Lorenz Meier
|
e35598eb6b
|
Merge branch 'master' of github.com:PX4/Firmware into unit_tests
|
11 years ago |
Lorenz Meier
|
1d9e8a7b72
|
Reboot if IO update startup fails on first try
|
11 years ago |
Lorenz Meier
|
75e6cf45e9
|
Use a really large amount of stack to avoid running out of it
|
11 years ago |
Lorenz Meier
|
5008f79a96
|
Interfaced Pauls estimator, compiles, untested
|
11 years ago |
Lorenz Meier
|
ffe5c88d98
|
Added new estimator framework, actual estimation code not yet present
|
11 years ago |
Lorenz Meier
|
26d26a9b37
|
Removed fp suffix warning
|
11 years ago |
Lorenz Meier
|
09b0de21f3
|
Deleted backside config to cut down build times
|
11 years ago |
Thomas Gubler
|
70153acd94
|
Merge pull request #1 from LorenzMeier/master
Update for master
|
11 years ago |
Lorenz Meier
|
5b302fef59
|
HOTFIX: Increased attitude control updates to 50 Hz - was less than 10 Hz and unintended slow
|
11 years ago |
Lorenz Meier
|
7f14f1f7de
|
Add conversions and mixer tests. Work in progress
|
11 years ago |
Lorenz Meier
|
c367959d28
|
Merge pull request #570 from PX4/rc_config
Rc config
|
11 years ago |
Lorenz Meier
|
bcc14186c6
|
Merge pull request #569 from PX4/autostart_cleanup
Autostart cleanup
|
11 years ago |
Stefan Rado
|
50cbd19499
|
Fixes to FrSky telemetry data formats.
|
11 years ago |
Lorenz Meier
|
9a54c7c64d
|
Removed special logging config to cut down build times
|
11 years ago |