-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copter: further precision landing rework #4437
Conversation
Also note that the commit log hasn't been squashed. Some changes were made that were later discovered to be incorrect. Please review by looking in the "files changed" tab. |
i've added a couple of comments in the PX4Firmware PR |
One small thing, because the precision landing is now updating at 400hz, it may record a lot of updates to the dataflash. Maybe we need to throttle it so that it only updates at 10hz or something like that. |
Yep. I will look at doing that. |
@rmackay9 updated to move logging to 25hz logging, squashed commit log, fixed the math thing in the PX4Firmware PR. |
Note: depends on ArduPilot/archived-PX4Firmware#59 |
I also added terrain altitude support. |
Merged as part of the other PR. #4445 |
This fixes up some issues with the PX4 IR-LOCK driver, runs the precision land update at 400hz to eliminate the latency from having two asynchronous 50hz loops. It also further fixes up the math, properly applying a pinhole camera model.