Daniel Agar

Results 76 issues of Daniel Agar

Github allows you to attach a status to a particular ref. Could we start attaching flight review uploads to Firmware commits as well? https://developer.github.com/v3/repos/statuses/ For example, when browsing commits in...

enhancement
help wanted

- inhibit accel bias learning dynamically depending on the angle between an accelerometer and the vertical axis when fake position fusion is active - this is intended to fix a...

bug
ekf2

- tailsitter https://github.com/PX4/PX4-Autopilot/actions/runs/3069018157/jobs/4957176163 - tailsitter https://github.com/PX4/PX4-Autopilot/actions/runs/3100195832/jobs/5020202600 - tailsitter https://github.com/PX4/PX4-Autopilot/actions/runs/3103160139/jobs/5026188818 FYI @sfuhrer @julianoes

bug-report

- possible fix for https://github.com/PX4/PX4-Autopilot/issues/20229

bug

- introduce new `sensor_imu_fifo` to replace sensor_accel + sensor_gyro + sensor_accel_fifo + sensor_gyro_fifo for IMUs that fundamentally provide a single FIFO of synchronized accel + gyro #### Pros - replaces...

cleanup
drivers

- vehicle_imu_status can publish immediately on any measured sample rate change or sensor error increment, but the windowed mean/variance shouldn't necessarily reset that often

- update all msgs to be directly compatible with ROS2 - microdds_client improvements - timesync - reduced code size - lots of other little changes - add to most default...

enhancement
cleanup
ROS2

https://logs.px4.io/plot_app?log=04c4fe9e-0cf6-46cb-9528-1050f5546afa - ekf2 with no position source, after holding a sustained pitch forward an error in the attitude estimate develops ![Screenshot from 2022-09-21 09-54-06](https://user-images.githubusercontent.com/84712/191571397-d3d122c2-2abd-4902-85dc-f1d2563d0a9e.png) - after updating accel bias inhibit...

ekf2
bug-report

This updates logger to automatically limit the buffer size at the time of allocation to available free memory and a 1 kilobyte margin. I don't love the platform ifdef dropped...

enhancement
logging

- shift around estimatorStatus() and estimatorStatusFlags() health checks