PX4 / PX4-Autopilot

PX4 Autopilot Software
https://px4.io
BSD 3-Clause "New" or "Revised" License
8.23k stars 13.39k forks source link

pixhawk pro quadcopter flyaway #7463

Closed dagar closed 7 years ago

dagar commented 7 years ago

http://logs.px4.io/plot_app?log=00b0b048-39bd-45cd-910b-c3d54b0f39ad

image

EKF plots

00b0b048-39bd-45cd-910b-c3d54b0f39ad.ulg.pdf

 % ./process_logdata_ekf.py ~/Downloads/00b0b048-39bd-45cd-910b-c3d54b0f39ad.ulg 
found estimator_status data
found ekf2_innovation data
found sensor_preflight data
log finishes while in-air at 827.3 sec
Using test criteria loaded from check_level_dict.csv
Traceback (most recent call last):
  File "./process_logdata_ekf.py", line 1407, in <module>
    test_results['filter_fault_status'][0] = 'Fail'
KeyError: 'filter_fault_status'

@santiago @priseborough @bkueng

dagar commented 7 years ago

As a precaution I reverted -fno-math-errno.

LorenzMeier commented 7 years ago

Testing so far suggests that this fixed it. We need to HITL test the math changes.