Carles Fernandez
|
6a2fe514d0
|
Revert "Declare more data members private"
This reverts commit 73b6613a3d .
|
2017-08-16 17:33:29 +02:00 |
|
Carles Fernandez
|
b0cd2ee015
|
Use const container calls when result is immediately converted to a
const iterator
|
2017-08-16 13:45:02 +02:00 |
|
Carles Fernandez
|
73b6613a3d
|
Declare more data members private
|
2017-08-16 13:44:31 +02:00 |
|
Carles Fernandez
|
6eca73d9ce
|
Declare more data members private
|
2017-08-16 13:42:46 +02:00 |
|
Carles Fernandez
|
c1bbdd74d4
|
Declare all Pvt_Solution data members private
|
2017-08-16 12:45:00 +02:00 |
|
Carles Fernandez
|
6c19437520
|
Pass map of observables by reference
|
2017-08-16 01:01:59 +02:00 |
|
Carles Fernandez
|
07113fd89d
|
Use the override special identifier when overriding a virtual function
|
2017-08-16 00:58:10 +02:00 |
|
Carles Fernandez
|
e2f02a50f0
|
Use const container calls when result is immediately converted to a const iterator
|
2017-08-15 22:15:21 +02:00 |
|
Carles Fernandez
|
85cc7802be
|
Fix const correctness when catching exceptions
See https://stackoverflow.com/questions/7581654/about-catching-exception-good-practices
Unneeded includes unistd.h removed
Close dump files in destructor
|
2017-08-14 13:59:00 +02:00 |
|
Carles Fernandez
|
02ea8acbfd
|
Always initialize elapsed_seconds
It was causing warnings in GCC. Some code style applied.
|
2017-08-11 13:11:38 +02:00 |
|
Carles Fernandez
|
18cd7daa09
|
Eliminate ctime library. Replaced by chrono or boost::date_time
|
2017-08-11 05:18:38 +02:00 |
|
Carles Fernandez
|
9bfef0e05a
|
Fix CMake scripts to use Ninja https://ninja-build.org/
cmake -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang -GNinja .. && ninja
|
2017-06-21 08:54:47 +02:00 |
|
Carles Fernandez
|
d8b0830b46
|
Fix wrong comparison
|
2017-06-06 15:29:32 +02:00 |
|
Carles Fernandez
|
9f7e9f9a86
|
Expose Earth tide correction to user configuration
|
2017-05-24 15:43:32 +02:00 |
|
Carles Fernandez
|
20592f29a9
|
Expose reject_GPS_IIA parameter to user configuration
|
2017-05-24 12:14:52 +02:00 |
|
Carles Fernandez
|
6e179decde
|
Expose RAIM algorithm to user configuration
|
2017-05-24 09:55:45 +02:00 |
|
Carles Fernandez
|
35c2b0248a
|
Expose more RTKLIB configuration parameters
|
2017-05-23 09:44:48 +02:00 |
|
Carles Fernandez
|
16561a5f14
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
|
2017-05-16 18:47:04 +02:00 |
|
Carles Fernandez
|
b780abf563
|
Free rtk struct in the destructor
|
2017-05-15 14:38:01 +02:00 |
|
Carles Fernandez
|
f07259e31f
|
Fix rtk initialization
|
2017-05-15 13:01:48 +02:00 |
|
Carles Fernandez
|
f3a41d4569
|
Fix indentation
|
2017-05-14 19:59:55 +02:00 |
|
Javier Arribas
|
7a2a15b37d
|
Adding the path of Galileo E5 observations to RTKLIB solver. Some bug fixes. Work with Galileo in progress
|
2017-05-12 17:58:04 +02:00 |
|
Carles Fernandez
|
111ad3b221
|
Remove Hybrid_PVT implementation, it is replaced by RTKLIB_PVT
|
2017-05-10 16:42:22 +02:00 |
|
Carles Fernandez
|
2abd9b248b
|
Fix bitset bug
|
2017-05-10 15:56:20 +02:00 |
|
Carles Fernandez
|
4e435bc28a
|
Fix initialization with older gcc
|
2017-05-10 11:26:17 +02:00 |
|
Carles Fernandez
|
97bb5906aa
|
Replace fabs by std::fabs
|
2017-05-10 11:13:02 +02:00 |
|
Carles Fernandez
|
25bb7ae54d
|
Code cleaning
|
2017-05-08 21:30:41 +02:00 |
|
Carles Fernandez
|
bb9346441c
|
Better handling of RTKLIB options
|
2017-05-08 21:26:12 +02:00 |
|
Carles Fernandez
|
afa9edf848
|
Enables PPP positioning mode by resorting to functions in RTKLIB 2.4.2
|
2017-05-06 14:25:36 +02:00 |
|
Carles Fernandez
|
1cb4425cde
|
Fix PPP configuration
|
2017-05-06 10:45:33 +02:00 |
|
Carles Fernandez
|
4f6ba053ef
|
Get PPP working
|
2017-05-06 10:01:54 +02:00 |
|
Javier Arribas
|
e5e48be76d
|
RTKLIB solver now works with Galileo E1 standalone and GPS L1 + Galileo E1
|
2017-05-05 11:05:25 +02:00 |
|
Javier Arribas
|
9a2909e8cb
|
Adding RTKLIB PVT error to gnss-sdr.INFO log file for debug purposes
|
2017-05-04 16:44:34 +02:00 |
|
Carles Fernandez
|
4c1f3f1de9
|
Fix size of covariance matrices
|
2017-05-04 09:39:35 +02:00 |
|
Carles Fernandez
|
0a4f6cf499
|
Avoid crashing when PPP is invoked
|
2017-05-04 09:19:57 +02:00 |
|
Carles Fernandez
|
a97e9cfda8
|
Revert "Comment unused variables"
This reverts commit 75b4ecb91c .
|
2017-05-02 20:08:16 +02:00 |
|
Carles Fernandez
|
75b4ecb91c
|
Comment unused variables
|
2017-05-02 20:04:25 +02:00 |
|
Carles Fernandez
|
f5ab0c63f9
|
Remove unused variable
|
2017-05-02 19:47:16 +02:00 |
|
Carles Fernandez
|
902da19194
|
Use rtkpos instead of pntpos in rtklib_solver
so more positioning modes are available
|
2017-05-02 19:31:51 +02:00 |
|
Carles Fernandez
|
5581b2f888
|
Expose more RTKLIB parameters
|
2017-05-02 07:28:54 +02:00 |
|
Carles Fernandez
|
29efbd895b
|
Expose more RTKLIB parameters to user configuration
|
2017-05-01 20:39:42 +02:00 |
|
Carles Fernandez
|
44883b2f4d
|
Remove misplaced initializations
|
2017-05-01 00:00:55 +02:00 |
|
Carles Fernandez
|
d127f6adb8
|
Pass rtk struct to PVT block instead of opt_t
|
2017-04-30 16:06:01 +02:00 |
|
Carles Fernandez
|
6f140b67d1
|
Re-enable TTFF test
|
2017-04-29 19:14:59 +02:00 |
|
Carles Fernandez
|
6f89f89bf2
|
Make PVT a sink block and add RINEX printer configuration
|
2017-04-29 18:21:44 +02:00 |
|
Carles Fernandez
|
0b6affe38b
|
Re-enable RTCM and RINEX writing, average parameters removed
|
2017-04-29 09:25:05 +02:00 |
|
Javier Arribas
|
44f748cb41
|
Fix the bug fix
|
2017-04-28 15:38:31 +02:00 |
|
Carles Fernandez
|
c0c1838deb
|
Expose more RTKLIB conf options and add smart guesses for some defaults
|
2017-04-27 23:02:52 +02:00 |
|
Carles Fernandez
|
04a2ee9c34
|
Expose some RTKLIB options to user configuration
|
2017-04-27 20:23:25 +02:00 |
|
Carles Fernandez
|
560164711b
|
Add work on the PVT block
|
2017-04-27 15:07:44 +02:00 |
|