ArdupilotMegaPlanner was written in .net which is a Microsoft language that they opened up the standards to. An opensource mutiplatform version of .net's CLR came out called mono. Ubuntu comes with mono installed so you can run ArdupilotMegaPlanner.exe without installing anything. All you have to do is open ArdupilotMegaPlanner.exe with mono and your golden.
Here are the steps I used to get ArdupilotMegaPlanner running. Right click on ArdupilotMegaPlanner.exe and select "properties" now check the the "permissions" are set to executable. Now click on the "open with" tab click on "add" a new window will pop up and on the bottom you'll see "use custom command" type "mono" (without the "") and hit the "add" button now double click on ArdupilotMegaPlanner.exe and you should be good to go. There are some glitches like the graph bars are sideways, the setup tool freezes and mavlink and pid adjuster only works through telemetry (which is fine by me because that is how I was wanting to use it any way), but the important functions like the firmware unloader, updates, and flight data work great!!
Oh ya it doesn't open a whole window just a menu bar that doesn't stand out at first. nothing is wrong it acts the same way in windows.
I would like to say thank you to Michael Oborne for writing the the program, making it open and available to all of us, and for writing it in a multi platform language that we all can use.
P.S. with mono installed Mac users should be able to use this program as will
Comments
Arthur, try mono 2.8,
I just tried running version mission planner 1.0.66 under mono 2.10.5 on Mac OSX 10.7.1.
No luck. I get a System.NotImplementedException, anybody have any suggestions?
multiplataform...great!
hey is that unity?
if ->is it better than gnome 3?
There was a good thread in the forum about this. I tried out the mission planner in mono but it is still not working for me to upload firmware or run the terminal. I was thinking of just doing it via the Arduino IDE instead and using the CLI, but I got it working great it a virtual machine (virtualbox) of XP. But it way easier to start in linux. In the Windows install you need .net (which the manual doesn't say). To get the .net framwork you have to find and install the windows installer and another application. Then once you install .net you realize that you need a specific version of .net so you install another one. It was painful but now you have a working solution, whereas in linux it is not painful but it is not working (or not fully working).
I think that I might still move to the Arduino software. Except for running the hardware in the loop (HIL) simulation, it seems that I can accomplish everything there. Even if it is not fully automated like the mission planner, my netbook doesn't have enough power to run a virtual machine of windows. I can run simulations on the desktop with the virtual machine.