25static constexpr size_t ROVER_TX_SIZE = NAV_PVT_TOTAL_LENGTH + NAV_RELPOSNED_TOTAL_LENGTH;
26extern volatile uint8_t rover_rx_buffer[ROVER_TX_SIZE];
31static constexpr uint32_t GPS_THREAD_PERIOD_MS = 100;
32void gps_periodic(
void);
UBX NAV-PVT message definition and decoder function.
UBX NAV-RELPOSNED message definition and decoder function.
void IZZE_angular_rate_CALLBACK(void)
Finalize the IMU decoupling calibration by deriving the rotation matrix from the accumulated accelero...
Definition imu.c:96
void initialize_calibration(void)
Initialize the IMU decoupling calibration data structures and state.
Definition imu.c:46
void IZZE_acceleration_CALLBACK(void)
Callback function for handling IZZE acceleration data.
Definition imu.c:128
Definition nav_relposned.h:37