Commit 7ab17928 authored by tecnosapiens's avatar tecnosapiens

Merge branch 'experimental' of 128.168.1.167:/malife/qgroundcontrol into experimental

parents da83f196 cfc16ea1
...@@ -172,7 +172,8 @@ void SlugsMAV::emitSignals (void){ ...@@ -172,7 +172,8 @@ void SlugsMAV::emitSignals (void){
break; break;
case 3: case 3:
emit slugsPilotConsolePWM(uasId,mlPilotConsoleData); emit remoteControlChannelScaledChanged(0,(mlPilotConsoleData.de- 1000.0f)/1000.0f);
emit remoteControlChannelScaledChanged(1,0.75);
emit slugsPWM(uasId, mlPwmCommands); emit slugsPWM(uasId, mlPwmCommands);
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment