From 6e1aa57117e1a97409dc00b6922bb21bd2685334 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sun, 26 Jan 2020 14:23:22 +0100 Subject: [PATCH] Update links --- docs/doxygen/other/main_page.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/doxygen/other/main_page.dox b/docs/doxygen/other/main_page.dox index 4b071e064..11c4664e3 100644 --- a/docs/doxygen/other/main_page.dox +++ b/docs/doxygen/other/main_page.dox @@ -163,7 +163,7 @@ You can create the documentation by doing: $ make doc \endverbatim -from the gnss-sdr/build folder. In both cases, Doxygen will generate HTML documentation that can be +from the gnss-sdr/build folder. In both cases, Doxygen will generate HTML documentation that can be retrieved pointing your browser of preference to gnss-sdr/docs/html/index.html. There are two more extra targets available. From the gnss-sdr/build folder: @@ -524,7 +524,7 @@ Observables.dump_filename=./observables.dat \subsection pvt Computation of Position, Velocity and Time Although data processing for obtaining high-accuracy PVT solutions is out of the scope of GNSS-SDR, we provide a module that can compute a simple least square solution and leaves room for more sophisticated positioning methods. The integration with libraries and software tools that are able to deal with multi-constellation - data such as GPSTk or gLAB appears as a viable solution for high performance, completely customizable GNSS receivers. + data such as GPSTk or gLAB appears as a viable solution for high performance, completely customizable GNSS receivers. The common interface is PvtInterface. For instance, in order to use the implementation RTKLIB_PVT, add to the configuration file: \verbatim