|
|
|
@ -312,7 +312,7 @@ void UASView::refresh()
@@ -312,7 +312,7 @@ void UASView::refresh()
|
|
|
|
|
m_ui->thrustBar->setValue(this->thrust); |
|
|
|
|
|
|
|
|
|
// Position
|
|
|
|
|
//QString position;
|
|
|
|
|
QString position; |
|
|
|
|
position = position.sprintf("%02.2f %02.2f %02.2f m", x, y, z); |
|
|
|
|
m_ui->positionLabel->setText(position); |
|
|
|
|
QString globalPosition; |
|
|
|
|