-
Notifications
You must be signed in to change notification settings - Fork 221
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
The problem of hover not stable #732
Comments
What kind of output do you get in your testing? E.g. does it do something like this:
or more something like this:
|
Our testing get the second output,there is no extra output, like this:
|
Then I don't think your problem comes from MAVSDK 🤔 |
Thanks for your answer. However, we have another question: Is this takeoff api a takeoff api that requires a higher GPS? If the gps is not good, is there any recommended API that can maintain a high hover? Look forward to your suggestions |
You can set the takeoff altitude, something like this in Python: await drone.action.set_takeoff_altitude(<altitude>) Is that what you mean? |
Our team is working on a project where we send control instructions from a computer to a drone's onboard Raspberry Pi, and the Raspberry Pi calls the udp_receive.py file, which receives the instructions and then calls the appropriate function based on the instructions' content, the udp_receive.py file as shown . Currently, we are facing a problem where when we input the takeoff instruction, the drone should take off to 2m and then hover for 30s before landing, but in our actual testing, the hovering is not stable and the drone will rock up and down and side to side. However, the remote control can hover perfectly, so what could be the reason for this?
udp_receive:
The text was updated successfully, but these errors were encountered: