[Flowchart](Post-processing kinematic (PPK))

PX4 workflow

  1. Get obs file from ULog by extracting gps_dump.data (RTCM3) and converting to obs file using RTKCONV
  2. Get base station data (obs file and nav files) eg from WSRN (SSHO station, RINEX v3.03); NB: time is in GPST
  3. Use RTKPOST w/ “kinematic” type using obs file from drone ULog as rover data, and obs file from base station and PATH/TO/NAV/FILES/.25* files as nav files to solve for pos file for drone
  4. Use helper script to create csv with new time column where first timestamp matches ULog gps_dump timestamp for PlotJuggler plotting