Navigator / src / navigator / utils / ublox / __init__.py
__init__.py
Raw
"""Imports for the UBLOX integration module. This module provides few functions to interface with UBLOX GPS modules.

Backends:
    - pyubx2: A python library to interface with UBLOX GPS modules. This library is used to send and receive UBX messages to and from the GPS module.
    - pyserial: A python library to interface with serial ports. This library is used to open and close serial ports.
"""