From d80a8c238ddd9b2d6d446770a07b2ce468f27978 Mon Sep 17 00:00:00 2001 From: Siddharth Bharat Purohit Date: Mon, 14 Nov 2016 14:57:52 +0530 Subject: [PATCH 1/2] add additional messages to support M8P based RTK --- ublox.py | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/ublox.py b/ublox.py index 01ec254..6ace02d 100644 --- a/ublox.py +++ b/ublox.py @@ -32,6 +32,7 @@ # NAV messages MSG_NAV_POSECEF = 0x1 MSG_NAV_POSLLH = 0x2 +MSG_NAV_HPPOSLLH = 0x14 MSG_NAV_STATUS = 0x3 MSG_NAV_DOP = 0x4 MSG_NAV_SOL = 0x6 @@ -48,10 +49,14 @@ MSG_NAV_EKFSTATUS = 0x40 MSG_NAV_SBAS = 0x32 MSG_NAV_SOL = 0x06 +MSG_NAV_SVIN = 0x3B +MSG_NAV_RELPOSNED = 0x3C # RXM messages MSG_RXM_RAW = 0x10 +MSG_RXM_RAWX = 0x15 MSG_RXM_SFRB = 0x11 +MSG_RXM_SFRBX = 0x13 MSG_RXM_SVSI = 0x20 MSG_RXM_EPH = 0x31 MSG_RXM_ALM = 0x30 @@ -363,6 +368,10 @@ def format(self, msg): (CLASS_NAV, MSG_NAV_POSLLH) : UBloxDescriptor('NAV_POSLLH', ' Date: Mon, 14 Nov 2016 15:19:57 +0530 Subject: [PATCH 2/2] add init.py --- __init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 __init__.py diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..e69de29