Skip to content

Post processing

drotek-kevin edited this page Apr 6, 2016 · 2 revisions

RTKCONV

First to do in order to post-process data is to retrieve logs from base and rover. WinSCP is a good tool to connect to the Edison in SSH. Enter the IP adress of the board and press Connect.

drotek_rtk_gnss_winscp

Go to :

/usr/drotek/logs/

and select the files you want to download. RTKLIB automatically logs both base and rover data in this folder.

drotek_rtk_gnss_winscp3

These logs only contain raw data in U-Blox binary format. It is necessary to convert them to RINEX format (Receiver INdependant EXchange format) before processing them. Inside RTKLIB you can find RTKCONV, a GUI program that will do this conversion.

First select your raw data file :

drotek_rtk_gnss_rtkconv

The output paths will be set automatically. Click on Options :

drotek_rtk_gnss_rtkcinv2

Check that the boxes corresponding to the satellites you want to process are checked. Then click Ok and Convert. Repeat this operationn with all your raw data files.

RTKPOST

RTKPOST is the GUI program that will post-process RINEX files. First run RTKPOST and click on Options :

drotek_rtk_gnss_rtkpost

You will find in this window all the parameters corresponding to the .conf configuration file. You can either enter them manually or click on "Load" and select a configuration file.

Select on the main window the observation file corresponding to the rover (RINEX file provided by RTKCONV) :

drotek_rtk_gnss_rtkpost2

Repeat this operation for the base :

drotek_rtk_gnss_rtkpost3

Click on Execute. This will generate a .pos position file.

RTKPLOT

RTKPLOT is a GUI program that can plot the .pos position file generated by RTKPOST. It can also read files recorded by RTKLIB in "llh" format (See Configuration File). Open RTKPLOT and open a .pos file :

drotek_rtk_gnss_rtkplot

drotek_rtk_gnss_rtkplot2

Fix positions appear in green, float in yellow and single in red. By pressing "Google Earth View" you can see the position in Google Earth View :

drotek_rtk_gnss_google_earth

However be careful! In some zones Google Earth's precision might vary from meters to several tens of meters. That means that you can sometimes see strong offsets between your real position and satellite views.

RTKPLOT is also useful to monitor other parameters, such as number of satellites, deviations, velocities, accelerations, age of differential corrections, ...

drotek_rtk_gnss_rtkplot4

Drotek

SMARTNAV RTK Wiki

Clone this wiki locally