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 |
|
Carles Fernandez
|
e16631ef89
|
Make the PVT block to consume all items it can
|
2017-04-27 08:29:44 +02:00 |
|
Javier Arribas
|
4df575aadb
|
Fix compilation error in gcc
|
2017-04-26 16:32:00 +02:00 |
|
Carles Fernandez
|
18d2ba5e51
|
Pass configuration by reference
|
2017-04-26 16:09:30 +02:00 |
|
Carles Fernandez
|
54f9108f15
|
Fix segmentation fault
|
2017-04-26 16:01:47 +02:00 |
|
Carles Fernandez
|
7c6b18a00c
|
Move RTKLIB configuration options struct to the adapter
|
2017-04-26 15:20:15 +02:00 |
|
Carles Fernandez
|
d116e75f98
|
Fix warning with gcc
|
2017-04-25 17:59:00 +02:00 |
|
Carles Fernandez
|
5c79e8bc26
|
Fix problems with old gcc
|
2017-04-25 17:54:07 +02:00 |
|
Carles Fernandez
|
5c6acdf540
|
Fix problems with old gcc
|
2017-04-25 17:50:25 +02:00 |
|
Carles Fernandez
|
8cd83d9ef5
|
Fix problems with old gcc
|
2017-04-25 17:37:11 +02:00 |
|