Hi Everyone,
I am trying to understand the mission planner code from a week now so that I could contribute to it. I have been doing C# programming from some time now. If any of you guys have some flow diagram for the code, please share it on the thread.
Thanks
Replies
You don';t need a flow diagram as it is already there.
In Visual Studio->Solution Explorer->Right click the main (ArduPilotmega) project->Generate class diagram.
Another way is to just build and debug Mission Planner, it is a culmination of multiple tabs (Tabpages), and each tab has its own function under a common TabControl. You would have to debug it step by step to understand what's going on.
And if yes, if you do get some flow diagram, please share it on this post. However, I am not sure if people have it as it is quite a big project by itself and it is mainly managed by a few experts, so don't know if they did it already :)