I was trying to develop a plugin within the Mission Planner in which one part consists of it arming and takin off when clicked on a button from the menu button list upon right clicking on the data page.
But there is some very rare error (I suppose) since there no such errors existing on the internet as per my research. When I open the plugins page and go to the error tab the following error (image) is shown.
Please help me with tackling this issue, I tried all kinds of AI chatbots as well to check if I missed something in the documentation but there was nothing.
I have also tried passing the function number (i.e. 22) in the command variable as well but that only removes the error and not actually takes off the drone in simulation or real life.
Please at least take a look at the definition of the MAV_CMD… the source is in front of you…
MAVlink.MAV_CMD.TAKEOFF
2 Likes
Ok I got it now where I was wrong.
Thanks a lot.
This is my first ever development and I am a very beginner in this field as well so facing some difficulties in understanding stuff.