RTKLIB Command Line Processing in Linux

Hi all,

I have compiled the Linux command line tools (convbin & rnx2rtkp) from the emlid source available here: https://github.com/emlid/RTKLIB/tree/reach
To my surprise, the rnx2rtkp binary generates the *.pos file as expected, but the *_events.pos file is missing…
As an alternative, I tried using rtklibexplorer’s source, available here: https://github.com/rtklibexplorer/RTKLIB. This generates the *_events.pos file, but seems to disagree with the results produced by the GUI version (RTKPOST) provided by Emlid.

Please advise - a command line workflow is important to my application.

Kind Regards
Darryn

1 Like

Hi @darrynjordan,

May I ask you to share your raw data logs? I want to try to reproduce your issue.

Hi @tatiana.andreeva,

I have realised this is an error on my part - I was compiling the master branch. For others wanting to use the command line tools, the following steps worked for me:

sudo apt install gfortran
git clone GitHub - emlid/RTKLIB: Emlid's fork of Tomoji Takasu's RTKLIB used in Reach RTK receiver
git checkout reach
make -j
make mkdir
sudo make install
sudo ldconfig

Kind Regards

3 Likes