Commit cfc16ea1 authored by Mariano Lizarraga's avatar Mariano Lizarraga

Added support for Slugs to use the common Remote Control window

parent 6358d924
......@@ -172,7 +172,8 @@ void SlugsMAV::emitSignals (void){
break;
case 3:
emit slugsPilotConsolePWM(uasId,mlPilotConsoleData);
emit remoteControlChannelScaledChanged(0,(mlPilotConsoleData.de- 1000.0f)/1000.0f);
emit remoteControlChannelScaledChanged(1,0.75);
emit slugsPWM(uasId, mlPwmCommands);
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