diff --git a/flight/OpenPilot/UAVObjects/actuatorsettings.c b/flight/OpenPilot/UAVObjects/actuatorsettings.c index 8e772d2fe..1c61f18bc 100644 --- a/flight/OpenPilot/UAVObjects/actuatorsettings.c +++ b/flight/OpenPilot/UAVObjects/actuatorsettings.c @@ -120,22 +120,22 @@ static void setDefaults(UAVObjHandle obj, uint16_t instId) data.CCPMTailRotor = 8; data.ChannelUpdateFreq[0] = 50; data.ChannelUpdateFreq[1] = 50; - data.ChannelMax[0] = 2000; - data.ChannelMax[1] = 2000; - data.ChannelMax[2] = 2000; - data.ChannelMax[3] = 2000; - data.ChannelMax[4] = 2000; - data.ChannelMax[5] = 2000; - data.ChannelMax[6] = 2000; - data.ChannelMax[7] = 2000; - data.ChannelNeutral[0] = 1500; - data.ChannelNeutral[1] = 1500; - data.ChannelNeutral[2] = 1500; - data.ChannelNeutral[3] = 1500; - data.ChannelNeutral[4] = 1500; - data.ChannelNeutral[5] = 1500; - data.ChannelNeutral[6] = 1500; - data.ChannelNeutral[7] = 1500; + data.ChannelMax[0] = 1000; + data.ChannelMax[1] = 1000; + data.ChannelMax[2] = 1000; + data.ChannelMax[3] = 1000; + data.ChannelMax[4] = 1000; + data.ChannelMax[5] = 1000; + data.ChannelMax[6] = 1000; + data.ChannelMax[7] = 1000; + data.ChannelNeutral[0] = 1000; + data.ChannelNeutral[1] = 1000; + data.ChannelNeutral[2] = 1000; + data.ChannelNeutral[3] = 1000; + data.ChannelNeutral[4] = 1000; + data.ChannelNeutral[5] = 1000; + data.ChannelNeutral[6] = 1000; + data.ChannelNeutral[7] = 1000; data.ChannelMin[0] = 1000; data.ChannelMin[1] = 1000; data.ChannelMin[2] = 1000; diff --git a/ground/src/plugins/uavobjects/actuatorsettings.cpp b/ground/src/plugins/uavobjects/actuatorsettings.cpp index 362f87435..09b7e9fe1 100644 --- a/ground/src/plugins/uavobjects/actuatorsettings.cpp +++ b/ground/src/plugins/uavobjects/actuatorsettings.cpp @@ -453,22 +453,22 @@ void ActuatorSettings::setDefaultFieldValues() data.CCPMTailRotor = 8; data.ChannelUpdateFreq[0] = 50; data.ChannelUpdateFreq[1] = 50; - data.ChannelMax[0] = 2000; - data.ChannelMax[1] = 2000; - data.ChannelMax[2] = 2000; - data.ChannelMax[3] = 2000; - data.ChannelMax[4] = 2000; - data.ChannelMax[5] = 2000; - data.ChannelMax[6] = 2000; - data.ChannelMax[7] = 2000; - data.ChannelNeutral[0] = 1500; - data.ChannelNeutral[1] = 1500; - data.ChannelNeutral[2] = 1500; - data.ChannelNeutral[3] = 1500; - data.ChannelNeutral[4] = 1500; - data.ChannelNeutral[5] = 1500; - data.ChannelNeutral[6] = 1500; - data.ChannelNeutral[7] = 1500; + data.ChannelMax[0] = 1000; + data.ChannelMax[1] = 1000; + data.ChannelMax[2] = 1000; + data.ChannelMax[3] = 1000; + data.ChannelMax[4] = 1000; + data.ChannelMax[5] = 1000; + data.ChannelMax[6] = 1000; + data.ChannelMax[7] = 1000; + data.ChannelNeutral[0] = 1000; + data.ChannelNeutral[1] = 1000; + data.ChannelNeutral[2] = 1000; + data.ChannelNeutral[3] = 1000; + data.ChannelNeutral[4] = 1000; + data.ChannelNeutral[5] = 1000; + data.ChannelNeutral[6] = 1000; + data.ChannelNeutral[7] = 1000; data.ChannelMin[0] = 1000; data.ChannelMin[1] = 1000; data.ChannelMin[2] = 1000; diff --git a/ground/src/shared/uavobjectdefinition/actuatorsettings.xml b/ground/src/shared/uavobjectdefinition/actuatorsettings.xml index e09571586..e128546ee 100644 --- a/ground/src/shared/uavobjectdefinition/actuatorsettings.xml +++ b/ground/src/shared/uavobjectdefinition/actuatorsettings.xml @@ -32,8 +32,8 @@ - - + +