Skip to content
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: landing detector internal error in Stabilize mode #26864

Closed
rmackay9 opened this issue Apr 22, 2024 · 0 comments · Fixed by #26873
Closed

Copter: landing detector internal error in Stabilize mode #26864

rmackay9 opened this issue Apr 22, 2024 · 0 comments · Fixed by #26873

Comments

@rmackay9
Copy link
Contributor

rmackay9 commented Apr 22, 2024

How to reproduced the problem:

  • Upload Copter-4.5 (or higher) to an autopilot
  • set DISARM_DELAY 0 (to disable automatic disarming while landed)
  • switch vehicle to Stabilize mode
  • arm the vehicle
  • raise throttle to 100%
  • turn autopilot upside down

"Internal Error 0x100000" should appear on the GCS's messages tab as shown below (please ignore the "land_complete:xx" debug messages added during the investigation of this issue).
image

The code that triggers this error is here in land_detector.cpp. Another related line in mode_stabilize.cpp is here.

This issue was first reported here in the Copter-4.5 support forums.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant