-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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
Low takeoff is not getting executed #12471
Comments
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions. |
@MaEtUgR that's what I was referring to. |
@julianoes We changed quite a bit the waypoint tracking logic since then, could you check is this issue is still there? |
@bresch nice! I tested 0.5m and 0.3m which worked. 0.2m worked sometimes and 0.1m stayed on the ground but that's already much better! The MAVSDK test used is:
plus this diff:
|
@julianoes BTW, why is the Navigator not complaining? |
I'm using this parameter to set the takeoff altitude before a takeoff. |
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions. |
Describe the bug
When the takeoff altitude is set too low (< than around 0.7 meters) using the param
MIS_TAKEOFF_ALT
a quadcopter won't takeoff but just auto-disarm again.To Reproduce
Steps to reproduce the behavior:
param set MIS_TAKEOFF_ALT 0.5
commander takeoff
Expected behavior
It should still take off even if the altitude is quite low.
Log Files and Screenshots
https://logs.px4.io/plot_app?log=b5802f74-4a52-42f2-8f31-0bbf01fa84e9
Additional context
This currently makes the MAVSDK integration test
ActionTakeoffAndKill
fail.The text was updated successfully, but these errors were encountered: