PX4-ECL icon indicating copy to clipboard operation
PX4-ECL copied to clipboard

Estimation & Control Library for Guidance, Navigation and Control Applications

Results 24 PX4-ECL issues
Sort by recently updated
recently updated
newest added

We declare `tilt_align = true` when the roll + pitch uncertainty is lower than 3 degrees. https://github.com/PX4/ecl/blob/c52f4bab1a1655f298778b9a815bbe3c70d91529/EKF/control.cpp#L61-L62 This does not work properly at high pitch angles in the same way...

ekf
potential bug
move to PX4-Autopilot

@priseborough @DanielePettenuzzo and I noticed that when setting the aid mask to 'optical flow' the altitude hold performance degrades considerably. We did two tests (see logs and videos below) in...

bug
ekf
move to PX4-Autopilot

Currently the gps noise parameters (EKF2_GPS_P_NOISE and EKF2_GPS_V_NOISE) set a limit for the minimum sensor measurement noise used for the calculation of the innovation variance. When using RTK GPS the...

enhancement
move to PX4-Autopilot

A lot of handwritten interface code is being done in ecl, for instance, GPS message structures etc. I think we should autogenerate these interfaces. Why not even using the existing...

enhancement
move to PX4-Autopilot