1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

AeroSimRC: add default simulatorId to prevent GCS crashes w/o config

GCS will crash when HITLv2 plugin is started if there is no
HITLv2 configuration in the OpenPilotGCS.xml. This is a workaround
to prevent this behavior. Better way might be to rework the GCS config
handling, but as a workaround this should work.
This commit is contained in:
Oleg Semyonov 2012-06-07 12:52:08 +03:00
parent f0ed832ea9
commit 95f66ddd76

View File

@ -34,7 +34,7 @@ HITLConfiguration::HITLConfiguration(QString classId,
{
// qDebug() << "HITLV2Configuration";
// default values
QString simulatorId = "";
QString simulatorId = "ASimRC";
QString hostAddress = "127.0.0.1";
int inPort = 40100;
QString remoteAddress = "127.0.0.1";