1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

Disable HITL until it is update to the new sensor objects

This commit is contained in:
James Cotton 2011-12-13 20:24:09 -06:00
parent a37a17a4fb
commit 9143a716cf

View File

@ -132,12 +132,13 @@ plugin_ipconnection.subdir = ipconnection
plugin_ipconnection.depends = plugin_coreplugin
SUBDIRS += plugin_ipconnection
# Disable until updated to the new sensor objects
#HITLNEW Simulation gadget
plugin_hitlnew.subdir = hitlnew
plugin_hitlnew.depends = plugin_coreplugin
plugin_hitlnew.depends += plugin_uavobjects
plugin_hitlnew.depends += plugin_uavtalk
SUBDIRS += plugin_hitlnew
#plugin_hitlnew.subdir = hitlnew
#plugin_hitlnew.depends = plugin_coreplugin
#plugin_hitlnew.depends += plugin_uavobjects
#plugin_hitlnew.depends += plugin_uavtalk
#SUBDIRS += plugin_hitlnew
# Export and Import GCS Configuration
plugin_importexport.subdir = importexport