Commit Graph

9031 Commits

Author SHA1 Message Date
Carles Fernandez c7eeeb0342
Improve indentation 2022-11-12 10:27:04 +01:00
Carles Fernandez 20f4b539a4
Improve Table of Contents 2022-11-12 09:53:36 +01:00
Carles Fernandez 16f0b4c862
Update local version of Pugixml to 1.13 2022-11-12 09:45:08 +01:00
Carles Fernandez 0133d7be94
Update benchmark to 1.7.1 2022-11-11 21:36:34 +01:00
Carles Fernandez de8640aa1d
Bump local version of ProtocolBuffers to 21.8 2022-10-26 21:57:59 +02:00
Carles Fernandez f2c56a1766
Make CMake modules work for Windows 2022-10-25 14:53:37 +02:00
Carles Fernandez de165e2a51
Update local version of gnsstk to 13.7.0 2022-10-25 14:50:16 +02:00
Carles Fernandez 0ff811d00d
Merge branch 'vladisslav2011-monitor_spam_fix' into next 2022-10-11 09:17:20 +02:00
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
Carles Fernandez 4f2d73dfe3
Fix for old CMake 2022-09-28 08:08:09 +02:00
Carles Fernandez 72b7311c6c Merge branch 'jwmelto-zmq-fix' into next 2022-09-21 11:34:25 +02: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
Jeff Melville b6c7e4a6f1 Fix register unpacking for Labsat3W files
This change fixes a bug in the unpacking of Labsat 3 Wideband files
when using the Labsat_Signal_Source. The original endian conversion
loop includes a cast from char->uint64_t that (surprisingly) incurs a sign
extension when the MSB of the char is set. ORing the unmasked uint64_t
into the register can set undesired bits.

The changes replace the old endian conversion loop with a ``boost`` utility
function.

Signed-off-by: Jeff Melville <dev@jeffmelville.com>
2022-09-20 10:24:51 -04: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 e1b13414f0
Merge branch 'test_android' into next
Build volk_gnsssdr library on Android
2022-09-05 14:05:59 +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 a14970bf1a
Raise Android minSdkVersion to 24 2022-09-05 13:07:51 +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 68983ba777
Add buiding of volk_gnsssdr on Android 2022-09-05 12:18:33 +02:00
Carles Fernandez ea7a4ff5d1
Add buiding of volk_gnsssdr on Android 2022-09-05 12:16:01 +02:00
Carles Fernandez cb1e40a855
Merge branch 'next' into test_android 2022-09-05 12:04:58 +02:00
Carles Fernandez 75c71e53ee
Add buiding of volk_gnsssdr on Android 2022-09-05 12:02:21 +02:00
Carles Fernandez d3119a2153
Add buiding of volk_gnsssdr on Android 2022-09-05 11:58:31 +02:00
Carles Fernandez ea8b5eba16
Clean up volk_gnsssdr top-level folder 2022-09-05 11:56:57 +02:00
Carles Fernandez 7bd5f2df34
Merge branch 'kf2' into next 2022-08-30 13:55:09 +02:00
Carles Fernandez 30d149b151
Add default parameters to conf file for reference 2022-08-30 12:21:56 +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 17b03eeb3e
Replace misleading name 2022-08-30 11:51:32 +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 4e741fe0b4
Improve changelog 2022-08-27 13:08:18 +02:00
Carles Fernandez 8044564117
Merge branch 'IntoPa-usrp_additions' into next 2022-08-26 23:17:01 +02:00
Carles Fernandez 62c4a10f03
Document new parameters for UHD_Signal_Source 2022-08-26 23:15:24 +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