This is a library for parsing UBLOX packets and interfacing with UBLOX gps receivers. It has been designed for use with the M8N GPS receivers.
This library provides rather basic functionality and is designed to work under a linux environment, however it should probably work in Windows or Mac as it uses the cross-platform async_comm
library as the serial interface.
The UBX parsing functionality is abstracted into a library for easy integration in other projects. Example usage is given in the main.cpp
file.
- Change baudrate of GPS
- Enable messages
- Parse messages
- Change navigation and message publishing rate
- auto baudrate detection
- changing the dynamic mode
- accessing lat/lon/altitude measurements, fix type and NED velocity
mkdir build
cd build
cmake ..
make -j
In UBLOX_Read use the command git submodule update --init --recursive
./ublox