From 5379a798a6c35223482a713916f717cda148d332 Mon Sep 17 00:00:00 2001 From: Mariano Lizarraga Date: Wed, 9 Mar 2011 13:36:53 -0600 Subject: [PATCH] Fixed merge issues --- qgroundcontrol.pro | 6 +- src/comm/MAVLinkProtocol.cc | 2 +- src/ui/UASControlParameters.ui | 492 ++++++++++++++-------------- src/ui/uas/UASControlParameters.cpp | 2 +- 4 files changed, 251 insertions(+), 251 deletions(-) diff --git a/qgroundcontrol.pro b/qgroundcontrol.pro index 062135a0c..43ddc5e30 100644 --- a/qgroundcontrol.pro +++ b/qgroundcontrol.pro @@ -158,7 +158,7 @@ FORMS += src/ui/MainWindow.ui \ src/ui/mission/QGCCustomWaypointAction.ui \ src/ui/QGCUDPLinkConfiguration.ui \ src/ui/QGCSettingsWidget.ui \ - src/ui/UASControlParameters.ui + src/ui/UASControlParameters.ui \ src/ui/mission/QGCMissionDoWidget.ui \ src/ui/mission/QGCMissionConditionWidget.ui @@ -273,7 +273,7 @@ HEADERS += src/MG.h \ src/ui/QGCWaypointListMulti.h \ src/ui/QGCUDPLinkConfiguration.h \ src/ui/QGCSettingsWidget.h \ - src/ui/uas/UASControlParameters.h + src/ui/uas/UASControlParameters.h \ src/ui/mission/QGCMissionDoWidget.h \ src/ui/mission/QGCMissionConditionWidget.h \ src/uas/QGCUASParamManager.h @@ -404,7 +404,7 @@ SOURCES += src/main.cc \ src/ui/QGCWaypointListMulti.cc \ src/ui/QGCUDPLinkConfiguration.cc \ src/ui/QGCSettingsWidget.cc \ - src/ui/uas/UASControlParameters.cpp + src/ui/uas/UASControlParameters.cpp \ src/ui/mission/QGCMissionDoWidget.cc \ src/ui/mission/QGCMissionConditionWidget.cc \ src/uas/QGCUASParamManager.cc diff --git a/src/comm/MAVLinkProtocol.cc b/src/comm/MAVLinkProtocol.cc index 98ea0f660..425f95dfc 100644 --- a/src/comm/MAVLinkProtocol.cc +++ b/src/comm/MAVLinkProtocol.cc @@ -315,7 +315,7 @@ void MAVLinkProtocol::receiveBytes(LinkInterface* link, QByteArray b) currLossCounter = 0; currReceiveCounter = 0; emit receiveLossChanged(message.sysid, receiveLoss); - qDebug() << "LOSSCHANGED" << message.sysid<<" "< - - UASControlParameters - - - - 0 - 0 - 204 - 246 - - - - - 200 - 150 - - - - - 267 - 16777215 - - - - Form - - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - 100 - 0 - - - - - 16777215 - 16777215 - - - - ---- - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - - - - - 1 - - - - Commands - - - - - - - - Height (m) - - - - - - - 1500.000000000000000 - - - - - - - - - - - Airspeed (m/s) - - - - - - - 500.000000000000000 - - - - - - - - - - - Turn Rate (rad/s) - - - - - - - 180.000000000000000 - - - - - - - - - - - Set - - - - - - - Get - - - - - - - - - Qt::Vertical - - - - 20 - 27 - - - - - - - - - Passthrough - - - - - - - - Elevator - - - - - - - Rudder - - - - - - - Throttle - - - - - - - Ailerons - - - - - - - - - Set - - - - - - - Qt::Vertical - - - - 20 - 26 - - - - - - - - - - - - - + + + UASControlParameters + + + + 0 + 0 + 204 + 246 + + + + + 200 + 150 + + + + + 267 + 16777215 + + + + Form + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + 100 + 0 + + + + + 16777215 + 16777215 + + + + ---- + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + + + + 0 + + + + Commands + + + + + + + + Height (m) + + + + + + + 1500.000000000000000 + + + + + + + + + + + Airspeed (m/s) + + + + + + + 500.000000000000000 + + + + + + + + + + + Turn Rate (rad/s) + + + + + + + 180.000000000000000 + + + + + + + + + + + Set + + + + + + + Get + + + + + + + + + Qt::Vertical + + + + 20 + 27 + + + + + + + + + Passthrough + + + + + + + + Elevator + + + + + + + Rudder + + + + + + + Throttle + + + + + + + Ailerons + + + + + + + + + Set + + + + + + + Qt::Vertical + + + + 20 + 26 + + + + + + + + + + + + + diff --git a/src/ui/uas/UASControlParameters.cpp b/src/ui/uas/UASControlParameters.cpp index 25684000e..55a4996d7 100644 --- a/src/ui/uas/UASControlParameters.cpp +++ b/src/ui/uas/UASControlParameters.cpp @@ -1,4 +1,4 @@ -#include "src\ui\uas\UASControlParameters.h" +#include "UASControlParameters.h" #include "ui_UASControlParameters.h" #define CONTROL_MODE_LOCKED "MODE LOCKED" -- 2.22.0