Loic.ArduPilot.MissionPlanner 1.0.0

dotnet add package Loic.ArduPilot.MissionPlanner --version 1.0.0
                    
NuGet\Install-Package Loic.ArduPilot.MissionPlanner -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Loic.ArduPilot.MissionPlanner" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Loic.ArduPilot.MissionPlanner" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Loic.ArduPilot.MissionPlanner" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Loic.ArduPilot.MissionPlanner --version 1.0.0
                    
#r "nuget: Loic.ArduPilot.MissionPlanner, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Loic.ArduPilot.MissionPlanner&version=1.0.0
                    
Install Loic.ArduPilot.MissionPlanner as a Cake Addin
#tool nuget:?package=Loic.ArduPilot.MissionPlanner&version=1.0.0
                    
Install Loic.ArduPilot.MissionPlanner as a Cake Tool

MissionPlanner

Gitter Build status

Website : http://ardupilot.org/planner/

Forum : http://discuss.ardupilot.org/c/ground-control-software/mission-planner

Download latest stable version : http://firmware.ardupilot.org/Tools/MissionPlanner/MissionPlanner-latest.msi

Changelog : https://github.com/ArduPilot/MissionPlanner/blob/master/ChangeLog.txt

License : https://github.com/ArduPilot/MissionPlanner/blob/master/COPYING.txt

How to compile

1. Install software
Main requirements

Currently, Mission Planner needs:

  • Microsoft .NET Framework 4.6.1
  • Microsoft .NET standard 2.0
IDE
Visual Studio Community

The recommended way to compile Mission Planner is through Visual Studio. You could do it with Visual Studio Community (version 16.9 or newer to include .NET standard 2.0) : Visual Studio Download page. Visual Studio suite is quite complet and comes with Git support. On installation phase, please install support for :

  • ASP.NET and web development
  • .NET Desktop Developement
  • Desktop development with C++
  • Universal Windows Platform deveopment
  • Mobile development with .NET
  • Visual Studio extension development
  • .NET Core cross-platofrm developemnt
VSCode

Currently VSCode with C# plugin is able to parse the code but cannot build.

2. Get the code

If you get Visual Studio Community, you should be able to use Git from the IDE. Just clone https://github.com/ArduPilot/MissionPlanner.git to get the full code.

In case you didn't install an IDE, you will need to manually install Git. Please follow instruction in https://ardupilot.org/dev/docs/where-to-get-the-code.html#downloading-the-code-using-git

3. Build

To build the code:

  • Open MissionPlanner.sln with Visual Studio
  • Compile just the MissionPlanner project

On other systems

Building Mission Planner on other systems isn't support currently.

Launching Mission Planner on other system

Mission Planner can be use with Mono on non-Windows system. Be aware that all the functionnalities aren't working.

On Linux

Requirements

Those instructions were tested on Ubuntu 18.04. Please install Mono, either :

  • sudo apt install mono-runtime libmono-system-windows-forms4.0-cil libmono-system-core4.0-cil libmono-winforms4.0-cil libmono-corlib4.0-cil libmono-system-management4.0-cil libmono-system-xml-linq4.0-cil

or full Mono :

  • sudo apt install mono-complete
Launching

You can debug Mission Planner on Mono with MONO_LOG_LEVEL=debug mono MissionPlanner.exe

FlagCounter

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net5.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 0 7/31/2021