Open HenryInUtah opened 1 year ago
You need to look at the API before using a function! http://mavsdk-python-docs.s3-website.eu-central-1.amazonaws.com/plugins/action.html#mavsdk.action.Action.goto_location
It's lat/lon in degrees, not meters!
You need to look at offboard position control instead.
Hello,
We have been having some good success using our drone with an indoor (MoCap) tracking system. The positions are stable, and it will take off and land without issues. The problem that we have right now is telling the drone to go to a specific location. Starting with one of the example scripts, we created the script below. The XYZ positions in QGroundControl show as meters, so we tried to send the drone to 0,0,1.5 which is the same as our takeoff altitude. Instead, the drone starting going across the building and we had to stop it with the remote control.
So my question is - what is the best way to send the drone to a position when using an indoor tracking system? Our goal is to send it to a position and have it stay there until we send it to a new location.
Thanks in advance for your insight.