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

PX4 Autopilot Software

Results 723 PX4-Autopilot issues
Sort by recently updated
recently updated
newest added

Cube orange is missing rtps config. Also default.px4board's two lines are commented because of memory limitation.

EV odometry handling in the EKF is not considering the reset_counter field for EV height fusion, only horizontal position, velocity, and yaw. This PR adds the same reset logic from...

- 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

This removes the odd px4_i2c_bus_external override which was confusing me and lead to odd and inconsistent results. The function is now only available with an int as the argument.

Please use [PX4 Discuss](http://discuss.px4.io/) or [Slack](http://slack.px4.io/) to align on pull requests if necessary. You can then open draft pull requests to get early feedback. ## Describe problem solved by this...

vehicle_rates_setpoint_poll() rotated the rate setpoint for tailsitters from hover to fixes-wing orientation. That is though not correct, as the actual rate estimates get rotated and thus the setpoints shouldn't be...

bug
vtol

## Describe problem solved by this pull request ![PayloadDelivererSpammingOutput](https://user-images.githubusercontent.com/23277211/191497802-a9bb8654-4c58-449e-a465-996c61480468.PNG) **Bug**: When the payload_deliverer's gripper wasn't configured correctly, the error message was spammed to the user for *any vehicle command received....

bug

- 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

Only use enter-/exit_critical_section() from kernel modules ## Describe problem solved by this pull request Fixes a system crash for RISC-V when user code tries to execute global interrupt disable/enable ##...