paintText(QString("x = %1 y = %2 z = %3 r = %4 p = %5 y = %6").arg(robotX,0,'f',2).arg(robotY,0,'f',2).arg(robotZ,0,'f',2).arg(robotRoll,0,'f',2).arg(robotPitch,0,'f',2).arg(robotYaw,0,'f',2),
positionLabel->setText(QString("x = %1 y = %2 z = %3 r = %4 p = %5 y = %6").arg(robotX).arg(robotY).arg(robotZ).arg(robotRoll).arg(robotPitch).arg(robotYaw));