mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-03 19:52:10 +01:00
2e8271bb0f
HiTL plugin tree copied and adapted for IL2 specific configuration. The actual data bridge between IL2 and UAVObjects is still missing git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@908 ebee16cc-31ac-478f-84a7-5cbb03baadba
13 lines
561 B
XML
13 lines
561 B
XML
<plugin name="HITLIL2" version="1.0.0" compatVersion="1.0.0">
|
|
<vendor>The OpenPilot Project</vendor>
|
|
<copyright>(C) 2010 OpenPilot Project</copyright>
|
|
<license>The GNU Public License (GPL) Version 3</license>
|
|
<description>Hardware In The Loop Simulation with IL2</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>
|