1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-29 08:23:19 +00:00
Commit Graph

6023 Commits

Author SHA1 Message Date
Vladislav P
652c03430f
Fix monitor spamming errors when dest UDP port is unreachable
Use socket.send_to instead of socket.send

Signed-off-by: Vladislav P <vladisslav2011@gmail.com>
2022-10-05 21:38:13 +03:00
Jim Melton
36a1e4c18d
convert from vector to stream 2022-09-20 15:39:14 -06:00
Jim Melton
615b214b55
fix typo 2022-09-20 15:31:57 -06:00
Jim Melton
cf28f95f70
add missing include dependency 2022-09-20 11:46:55 -06:00
Carles Fernandez
97cf4135e0 Add E6 observables in RINEX observation header 2022-09-16 12:39:01 +02:00
Carles Fernandez
0d393dcc7e Fix RTCM messages in the presence of E6 observables 2022-09-16 11:27:56 +02:00
Carles Fernandez
8a9c28f0a0 Fix RTCM messages for the GPS L1 + Gal E1 + Gal E6 receiver 2022-09-16 09:56:14 +02:00
Carles Fernandez
b9f2a33fff Fix RTCM messages for the GPS L1 + Gal E1 + Gal E6 receiver 2022-09-15 13:27:30 +02:00
Carles Fernandez
ac690d9f3b Fix RTCM messages for the GPS L1 + Gal E6 receiver 2022-09-15 12:14:40 +02:00
Carles Fernandez
30dd2e5048
Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next 2022-09-14 21:15:50 +02:00
Carles Fernandez
815467ae72
Fix Rinex printer for GPS L1 + Gal E6 2022-09-14 21:15:12 +02:00
Carles Fernandez
d7641e2b08
Add GPS L1 + Galileo E6 receiver type 2022-09-14 19:44:12 +02:00
Carles Fernandez
4fa793b3cd Add PVT.use_e6_for_pvt parameter, by default to true. If set to false, E6 observables are not injected in the PVT engine 2022-09-13 17:19:52 +02:00
Carles Fernandez
45e1fa3ade
Allow for multi-system configurations containing Galileo E6 2022-09-06 12:03:17 +02:00
Carles Fernandez
65c7af282a
Set highest CMake version to 3.24 2022-09-05 14:12:07 +02:00
Carles Fernandez
dc297f8677
Raise volk_gnsssdr VERSION_INFO_MAINT_VERSION to 17.git 2022-09-05 14:05:32 +02:00
Carles Fernandez
e509354751
Fix for Android 2022-09-05 12:55:07 +02:00
Carles Fernandez
ea386ece93
Add include for cpowf 2022-09-05 12:30:12 +02:00
Carles Fernandez
ea8b5eba16
Clean up volk_gnsssdr top-level folder 2022-09-05 11:56:57 +02:00
Carles Fernandez
66935170a6
Rename GPS_L1_CA_KF_VTL_Tracking to GPS_L1_CA_KF_Tracking 2022-08-30 12:03:41 +02:00
Carles Fernandez
858ea91ca8
Rename GPS_L1_CA_KF_Tracking implementation to GPS_L1_CA_Gaussian_Tracking 2022-08-30 11:30:53 +02:00
Carles Fernandez
4a6f29453a
Clean code 2022-08-29 23:34:09 +02:00
Carles Fernandez
e7cfa66962
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into kf2 2022-08-29 13:53:46 +02:00
Carles Fernandez
8f5b02b93e
Merge branch 'usrp_additions' of https://github.com/IntoPa/gnss-sdr into IntoPa-usrp_additions 2022-08-26 23:14:31 +02:00
Into Pääkkönen
e161545155
add options for changing usrp device arguments
Signed-off-by: Into Pääkkönen <into.paakkonen@aalto.fi>
2022-08-26 23:15:29 +03:00
Carles Fernandez
182b87c022
Make use of std::lcm instead of Boost when possible 2022-08-26 09:43:11 +02:00
Carles Fernandez
268dbbc61f
Add iomanip include 2022-08-26 09:14:58 +02:00
Carles Fernandez
56130310d2
Allow non-standards-conforming construct in the SUPL library (credits: @jwmelto) 2022-08-25 14:18:29 +02:00
Carles Fernandez
223a4b16d8
Reorder private members 2022-08-25 10:16:40 +02:00
Carles Fernandez
e8eb8a5ace
Reorder private members 2022-08-25 10:07:50 +02:00
Carles Fernandez
67e27a3d89
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into vladisslav2011-glonass-ext-correlator-fix2 2022-08-25 09:45:02 +02:00
Carles Fernandez
e636b06b71
Merge branch 'koloboxer-shura-current' into next 2022-08-25 09:31:21 +02:00
Carles Fernandez
1a4e9dc274
Add missing include (fix building in fedora-rawhide) 2022-08-23 15:13:15 +02:00
Carles Fernandez
e15faa7b67
Fix for old CMake 2022-08-23 15:12:09 +02:00
Carles Fernandez
8247021f32
CMake: Move log4cpp/spdlog handling to the GNURADIO cmake module 2022-08-23 14:11:06 +02:00
Carles Fernandez
5186b737b7
CMake: remove leftovers 2022-08-23 13:14:59 +02:00
Carles Fernandez
56ae0c043c
CMake: Improve spdlog handling 2022-08-23 13:02:04 +02:00
Alexander V. Joura
cd843787c8
Wrong decoding of GLONASS navigation message parameter P1 in string #1 2022-08-16 12:44:03 +03:00
Carles Fernandez
cd3be22798
Fix error with C++14 (invalid conversion from const char* to char*) 2022-08-12 20:09:11 +02:00
Carles Fernandez
02260a7337
Fix building of obsdiff in systems that use lib64 2022-08-12 12:11:54 +02:00
Carles Fernandez
c994424995
Merge branch 'zmq-signal-source' of https://github.com/jwmelto/gnss-sdr into jwmelto-zmq-signal-source 2022-08-11 14:22:18 +02:00
Jim Melton
09d8e3b9e9
clang-tidy claims this is more correct 2022-08-10 22:41:38 -06:00
Jim Melton
4e9faa5793
cpplint 2022-08-10 21:26:10 -06:00
Jim Melton
2eae3ef43a
implement dump 2022-08-10 20:21:12 -06:00
Jim Melton
b24141ca72
add ZMQ signal source 2022-08-10 17:37:57 -06:00
Carles Fernandez
d8de6bf20b
Allow std::make_unique in C++11 2022-08-10 23:27:40 +02:00
Carles Fernandez
f79332bb7d
Fix building for compilers using C++11 (Debian 8, Centos 7) for std::string_literals 2022-08-10 16:44:50 +02:00
Carles Fernandez
e429a96601
Use boost::filesystem if std::filesystem is not available 2022-08-10 12:14:52 +02:00
Carles Fernandez
6e2c3b1cc4
Merge branch 'security-fix' of https://github.com/jwmelto/gnss-sdr into jwmelto-security-fix 2022-08-10 10:31:45 +02:00
Vlad P
aad50e44d4
Glonass: implement extended correlation for cshort blocks
Signed-off-by: Vlad P <vladisslav2011@gmail.com>
2022-08-09 20:51:06 +03:00