Skip to content
Snippets Groups Projects
Pep Martí Saumell's avatar
Pep Martí Saumell authored
Revert "Merge branch '2-enable-standard-point-positioning-spp-computation' into 'master'"

See merge request mobile_robotics/gauss_project/gnss_utils!3
23c66367
History

Installation

Download the last RTKLIB version http://www.rtklib.com/ an save it in your home directory (/home/user-name).

Create a directory to build all the source files:

$ mkdir build
$ cd build

Compile the source files:

$ cmake ..
$ make