I am trying to modify the attitude mavlink message in mission planner. What I need to do is just to add 2 more float entries that will be calculated within APM and sent back to mission planner through mavlink. I already did the modification in AP
I am working on a project to estimate the angle of attack and sideslip angle during flight. I am currently doing some tests using APM 2.0 and mission planner. The goal is to send the values of the AOA ans sideslip to mission planner and visuali
I am getting this error whenever I try to compile mission planner code. I have added all the references. I am not sure where is the problem and I do not have experience with Visual Studio. I got list of errors such as:
I am doing research in the estimation of angle of attack and sideslip angles. I have modified the APM code by adding these two parameters and arduplane mavlink function to pass these two parameters as a part of the attitude message. Now to