mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-06 17:46:07 +01:00
c68af6de78
plugin for simulator: https://github.com/hhrhhr/Aerosim-plugin-for-CopterControl
13 lines
544 B
XML
13 lines
544 B
XML
<plugin name="HITLv2" version="1.0.0" compatVersion="1.0.0">
|
|
<vendor>The OpenPilot Project</vendor>
|
|
<copyright>(C) 2011 OpenPilot Project</copyright>
|
|
<license>The GNU Public License (GPL) Version 3</license>
|
|
<description>Hardware In The Loop Simulation (v2)</description>
|
|
<url>http://www.openpilot.org</url>
|
|
<dependencyList>
|
|
<dependency name="Core" version="1.0.0"/>
|
|
<dependency name="UAVObjects" version="1.0.0"/>
|
|
<dependency name="UAVTalk" version="1.0.0"/>
|
|
</dependencyList>
|
|
</plugin>
|