PX4 / PX4-Autopilot

PX4 Autopilot Software
https://px4.io
BSD 3-Clause "New" or "Revised" License
8.58k stars 13.56k forks source link

U-blox GNSS: integration of new generations #1020

Closed Kynos closed 10 years ago

Kynos commented 10 years ago

This issue will track the integration of new u-blox GNSS generations like the MAX-M8.

I disabled NAV-SVINFO and MAX-M8 seems to work fine now. There's still some work to do because one msg format (MON_HW) has changed substantially vs. the xxx-6 systems and I'd like to automatically adjust for the type of GNSS connected. Problem is that there doesn't seem to be a straight & simple way to read the GNSS protocol version: MON-VER returns an arbitrary number of long and undocumented ASCII strings. To account for the differences in the MON-HW format, I will probably just look at the the msg length (68 = u-blox-6, 60 = u-blox 7 and up).

Kynos commented 10 years ago

https://github.com/PX4/Firmware/pull/1027

Kynos commented 10 years ago

Closed (duplicate of https://github.com/PX4/Firmware/pull/1027)