Browse Source

Loading the correct mag icons for a few rotations now

QGC4.4
Lorenz Meier 12 years ago
parent
commit
46ca0abac1
  1. BIN
      files/images/px4/calibration/3dr_gps/gps_01.png
  2. BIN
      files/images/px4/calibration/3dr_gps/gps_02.png
  3. BIN
      files/images/px4/calibration/3dr_gps/gps_03.png
  4. BIN
      files/images/px4/calibration/3dr_gps/gps_04.png
  5. BIN
      files/images/px4/calibration/3dr_gps/gps_05.png
  6. BIN
      files/images/px4/calibration/3dr_gps/gps_06.png
  7. BIN
      files/images/px4/calibration/3dr_gps/gps_07.png
  8. BIN
      files/images/px4/calibration/3dr_gps/gps_12.png
  9. BIN
      files/images/px4/calibration/3dr_gps/gps_13.png
  10. BIN
      files/images/px4/calibration/3dr_gps/gps_14.png
  11. BIN
      files/images/px4/calibration/3dr_gps/gps_15.png
  12. BIN
      files/images/px4/calibration/3dr_gps/gps_16.png
  13. BIN
      files/images/px4/calibration/3dr_gps/gps_17.png
  14. BIN
      files/images/px4/calibration/3dr_gps/gps_18.png
  15. BIN
      files/images/px4/calibration/3dr_gps/gps_19.png
  16. BIN
      files/images/px4/calibration/3dr_gps/gps_24.png
  17. 16
      qgroundcontrol.qrc
  18. 4
      src/ui/px4_configuration/QGCPX4SensorCalibration.cc

BIN
files/images/px4/calibration/3dr_gps/gps_01.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

BIN
files/images/px4/calibration/3dr_gps/gps_02.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

BIN
files/images/px4/calibration/3dr_gps/gps_03.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

BIN
files/images/px4/calibration/3dr_gps/gps_04.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

BIN
files/images/px4/calibration/3dr_gps/gps_05.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

BIN
files/images/px4/calibration/3dr_gps/gps_06.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

BIN
files/images/px4/calibration/3dr_gps/gps_07.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

BIN
files/images/px4/calibration/3dr_gps/gps_12.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

BIN
files/images/px4/calibration/3dr_gps/gps_13.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

BIN
files/images/px4/calibration/3dr_gps/gps_14.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

BIN
files/images/px4/calibration/3dr_gps/gps_15.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

BIN
files/images/px4/calibration/3dr_gps/gps_16.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

BIN
files/images/px4/calibration/3dr_gps/gps_17.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

BIN
files/images/px4/calibration/3dr_gps/gps_18.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

BIN
files/images/px4/calibration/3dr_gps/gps_19.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

BIN
files/images/px4/calibration/3dr_gps/gps_24.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

16
qgroundcontrol.qrc

@ -182,6 +182,22 @@ @@ -182,6 +182,22 @@
<file>files/images/px4/menu/cogwheels.png</file>
<file>files/images/px4/rc/cessna_back.png</file>
<file>files/images/px4/rc/cessna_side.png</file>
<file>files/images/px4/calibration/3dr_gps/gps_15.png</file>
<file>files/images/px4/calibration/3dr_gps/gps_14.png</file>
<file>files/images/px4/calibration/3dr_gps/gps_13.png</file>
<file>files/images/px4/calibration/3dr_gps/gps_12.png</file>
<file>files/images/px4/calibration/3dr_gps/gps_19.png</file>
<file>files/images/px4/calibration/3dr_gps/gps_18.png</file>
<file>files/images/px4/calibration/3dr_gps/gps_17.png</file>
<file>files/images/px4/calibration/3dr_gps/gps_16.png</file>
<file>files/images/px4/calibration/3dr_gps/gps_07.png</file>
<file>files/images/px4/calibration/3dr_gps/gps_06.png</file>
<file>files/images/px4/calibration/3dr_gps/gps_05.png</file>
<file>files/images/px4/calibration/3dr_gps/gps_04.png</file>
<file>files/images/px4/calibration/3dr_gps/gps_03.png</file>
<file>files/images/px4/calibration/3dr_gps/gps_02.png</file>
<file>files/images/px4/calibration/3dr_gps/gps_01.png</file>
<file>files/images/px4/calibration/3dr_gps/gps_24.png</file>
</qresource>
<qresource prefix="/general">
<file alias="vera.ttf">files/styles/Vera.ttf</file>

4
src/ui/px4_configuration/QGCPX4SensorCalibration.cc

@ -226,12 +226,12 @@ void QGCPX4SensorCalibration::setInstructionImage(const QString &path) @@ -226,12 +226,12 @@ void QGCPX4SensorCalibration::setInstructionImage(const QString &path)
void QGCPX4SensorCalibration::setAutopilotImage(int index)
{
setAutopilotImage(QString(":/files/images/px4/calibration/pixhawk_%1.png").arg(index));
setAutopilotImage(QString(":/files/images/px4/calibration/pixhawk_%1.png").arg(index, 2, 10, QChar('0')));
}
void QGCPX4SensorCalibration::setGpsImage(int index)
{
setGpsImage(QString(":/files/images/px4/calibration/gps_%1.png").arg(index));
setGpsImage(QString(":/files/images/px4/calibration/3dr_gps/gps_%1.png").arg(index, 2, 10, QChar('0')));
}
void QGCPX4SensorCalibration::setAutopilotOrientation(int index)

Loading…
Cancel
Save