Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol in…
Browse files Browse the repository at this point in the history
…to Airmap

# Conflicts:
#	libs/mavlink/include/mavlink/v2.0
  • Loading branch information
dogmaphobic committed Sep 4, 2018
2 parents 5c956fa + 095964c commit a1f8de6
Show file tree
Hide file tree
Showing 6 changed files with 3,268 additions and 2,111 deletions.
2 changes: 1 addition & 1 deletion localization/gen_translation_source.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# This is set to find lupdate in my particular installation. You will need to set the path
# where you have Qt installed.
QT_PATH=~/Applications/Qt/5.9.1/clang_64/bin
QT_PATH=~/Applications/Qt/5.11.0/clang_64/bin
$QT_PATH/lupdate ../src -ts qgc.ts
5,364 changes: 3,260 additions & 2,104 deletions localization/qgc.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/QmlControls/QmlObjectListModel.cc
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ void QmlObjectListModel::insert(int i, QList<QObject*> objects)
}
j++;

_objectList.insert(i, object);
_objectList.insert(j, object);
}

insertRows(i, objects.count());
Expand Down
4 changes: 2 additions & 2 deletions src/Vehicle/Vehicle.cc
Original file line number Diff line number Diff line change
Expand Up @@ -875,8 +875,8 @@ void Vehicle::_handleEstimatorStatus(mavlink_message_t& message)
float pos_horiz_accuracy; /*< Horizontal position 1-STD accuracy relative to the EKF local origin (m)*/
float pos_vert_accuracy; /*< Vertical position 1-STD accuracy relative to the EKF local origin (m)*/
uint16_t flags; /*< Integer bitmask indicating which EKF outputs are valid. See definition for ESTIMATOR_STATUS_FLAGS.*/
}) mavlink_estimator_status_t;

} mavlink_estimator_status_t;
};
#endif
}

Expand Down
4 changes: 2 additions & 2 deletions src/Vehicle/Vehicle.h
Original file line number Diff line number Diff line change
Expand Up @@ -477,8 +477,8 @@ class VehicleEstimatorStatusFactGroup : public FactGroup
float pos_horiz_accuracy; /*< Horizontal position 1-STD accuracy relative to the EKF local origin (m)*/
float pos_vert_accuracy; /*< Vertical position 1-STD accuracy relative to the EKF local origin (m)*/
uint16_t flags; /*< Integer bitmask indicating which EKF outputs are valid. See definition for ESTIMATOR_STATUS_FLAGS.*/
}) mavlink_estimator_status_t;

} mavlink_estimator_status_t;
};
#endif
};

Expand Down
3 changes: 2 additions & 1 deletion src/comm/USBBoardInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
{ "vendorID": 1027, "productID": 24577, "boardClass": "SiK Radio", "name": "SiK Radio", "comment": "3DR Radio on FTDI" },
{ "vendorID": 4292, "productID": 60000, "boardClass": "SiK Radio", "name": "SiK Radio", "comment": "SILabs Radio" },

{ "vendorID": 5446, "productID": 424, "boardClass": "RTK GPS", "name": "U-blox RTK GPS", "comment": "U-blox RTK GPS" },
{ "vendorID": 5446, "productID": 424, "boardClass": "RTK GPS", "name": "U-blox RTK GPS", "comment": "U-blox RTK GPS (M8P)" },
{ "vendorID": 5446, "productID": 425, "boardClass": "RTK GPS", "name": "U-blox RTK GPS", "comment": "U-blox RTK GPS (F9P)" },
{ "vendorID": 1317, "productID": 42151, "boardClass": "RTK GPS", "name": "Trimble RTK GPS", "comment": "Trimble RTK GPS" },

{ "vendorID": 8352, "productID": 16732, "boardClass": "OpenPilot", "name": "OpenPilot OPLink" },
Expand Down

0 comments on commit a1f8de6

Please sign in to comment.