Damian Miralles
3e4e94db8e
clean up: Clean up warnings during compile process
...
Removes unused variables from code and fix counter to include both GPS
and GLONASS observations
2017-11-14 08:09:14 +01:00
Damian Miralles
0ee01d624f
Merging code from upstream:glonass
2017-11-13 23:09:10 -07:00
Damian Miralles
5eab353132
bugfixes: Add RTCM header creation for GLONASS satellites
...
Added code to enable RTCM header generation when in GLONASS. Also fixes
bug to allow combined observations from GPS and GLONASS. Fix some code
compilation warnings and unit tests.
2017-11-13 22:50:16 -07:00
Damian Miralles
feae8303de
clean up: Clean up warnings during compile process
...
Removes unused variables from code and fix counter to include both GPS
and GLONASS observations
2017-11-13 22:50:16 -07:00
Damian Miralles
d4953ef2fd
bugfixes: Add RTCM header creation for GLONASS satellites
...
Added code to enable RTCM header generation when in GLONASS. Also fixes
bug to allow combined observations from GPS and GLONASS. Fix some code
compilation warnings and unit tests.
2017-11-13 22:41:12 -07:00
Carles Fernandez
42deb7b583
Fix wording
2017-11-13 23:46:43 +01:00
Carles Fernandez
23df265d5d
Update Homebrew instructions
2017-11-13 23:38:04 +01:00
Carles Fernandez
fe47020685
Add GPL v3 badge
2017-11-13 22:21:47 +01:00
Damian Miralles
28f2c1bb39
clean up: Clean up warnings during compile process
...
Removes unused variables from code and fix counter to include both GPS
and GLONASS observations
2017-11-13 14:18:45 -07:00
Carles Fernandez
e95f1b62f5
Improve usage of gtest macros
2017-11-13 22:13:58 +01:00
Gastd
e66457e438
Merge branch 'glonass' of https://github.com/gnss-sdr/gnss-sdr into glonass
2017-11-11 21:13:51 -02:00
Carles Fernandez
1630ec2af7
Help find GPSTk if installed
2017-11-11 14:04:57 +01:00
Carles Fernandez
46a96775e4
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into glonass
2017-11-11 11:02:21 +01:00
Carles Fernandez
05247ea4be
Remove repeated line
2017-11-11 10:27:02 +01:00
Carles Fernandez
3b976c05ff
Merge branch 'antonioramosdet-obs_sys_test' into next
2017-11-11 10:11:00 +01:00
Carles Fernandez
9496e66f3d
Merge branch 'obs_sys_test' of https://github.com/antonioramosdet/gnss-sdr into antonioramosdet-obs_sys_test
2017-11-11 10:09:46 +01:00
Unknown
218844cce5
Minor changes in RINEX printer version setting
2017-11-10 15:07:06 +01:00
Unknown
baf2afdd3e
Added GnuPlot to observables system test
2017-11-10 14:37:32 +01:00
Carles Fernandez
6e878920d5
Avoid working with optional testing executables from old builds
...
If the testing flags are switched ON and then OFF, optional executables
are deleted from the install folder. If the flag is switched to ON
again, executables are rebuild and copied to the install folder.
2017-11-10 12:34:20 +01:00
Unknown
b838d5d34c
Improved pseudorange error computation
2017-11-10 12:04:21 +01:00
Carles Fernandez
f55f3d34a6
Print test results in file in a more elegant way
2017-11-10 10:46:53 +01:00
Damian Miralles
1b98e7dcad
position fix: First combined GPS + GLONASS position solution
...
First positon fix using a combination of GLONASS and GPS data in
GNSS-SDR. The position solution may need further testing but initial
results are looking quite promising.
2017-11-10 09:39:22 +01:00
Unknown
994233b9f7
Change test name
2017-11-10 09:25:18 +01:00
Damian Miralles
ac7d965d7e
position fix: First combined GPS + GLONASS position solution
...
First positon fix using a combination of GLONASS and GPS data in
GNSS-SDR. The position solution may need further testing but initial
results are looking quite promising.
2017-11-09 11:39:09 -08:00
Damian Miralles
4b9c226891
bugfix: Fixes bugs in RINEX and RTCM generators
...
Remove dependency of t_b in P_1 for GLONASS GNAV Ephemeris and cleaned
RINEX line for nav messages generation
2017-11-09 20:31:53 +01:00
Unknown
6798f45df6
Added L1, E1, L5, E5 obs system test
2017-11-09 16:11:04 +01:00
Unknown
ab6415d843
Merge remote-tracking branch 'gnss-sdr/next' into system_test_space
2017-11-07 12:07:29 +01:00
Unknown
829071369d
Changes in cut-off frequency and transition width parameters
2017-11-07 11:55:03 +01:00
Unknown
10bbe2a267
Avoid IF parameter ambiguity
...
Added a new boolean for proper instantiation and connection of the internal blocks
2017-11-07 11:54:50 +01:00
Unknown
9361ae0090
Merge remote-tracking branch 'gnss-sdr/next' into system_test_space
2017-11-07 08:56:07 +01:00
Carles Fernandez
09e9220764
Add pull request template
2017-11-06 23:53:05 +01:00
Carles Fernandez
8fa965c75c
Change parameter bw to be the cut-off frequency
2017-11-06 19:27:41 +01:00
Carles Fernandez
a8ff283bac
Call the Intermediate Frequency parameter "IF" for consistency with the
...
freq_xlating_fir_filter block
2017-11-06 19:03:01 +01:00
Carles Fernandez
c5d4ce239f
Merge branch 'antonioramosdet-if_downconversion' into next
2017-11-06 18:06:14 +01:00
Unknown
805e5b8020
Merge remote-tracking branch 'gnss-sdr/next' into system_test_space
2017-11-06 12:56:49 +01:00
Unknown
8e57d0829c
Merge remote-tracking branch 'gnss-sdr/next' into pulse_blanking_if
2017-11-06 12:23:23 +01:00
Unknown
03f7cf0b07
Add lowpass filtering
...
Lowpass filtering implementation in freq_xlating
2017-11-06 10:32:11 +01:00
Gastd
92efadb557
Merge branch 'glonass' of https://github.com/gnss-sdr/gnss-sdr into glonass
2017-11-05 22:57:55 -02:00
Carles Fernandez
973673e728
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into glonass
2017-11-05 13:12:39 +01:00
Carles Fernandez
60c2e0d486
Update PyBOMBS instructions
2017-11-05 00:30:13 +01:00
Carles Fernandez
7f452c34d2
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into glonass
2017-11-04 21:19:21 +01:00
Carles Fernandez
ff2e7ecbb3
Fix building for CMake 3.6 and older
...
VERSION_GREATER_EQUAL was introduced in CMake 3.7
2017-11-04 20:14:13 +01:00
Carles Fernandez
401889da35
Update GPSTk to 2.10
...
Add more control of installed versions
2017-11-04 19:22:40 +01:00
Carles Fernandez
a148fe4425
Fix CMake warnings about RPATH in macOS
2017-11-04 12:09:56 +01:00
Carles Fernandez
532d69ef47
Avoid double writing of the results
2017-11-04 12:01:24 +01:00
Carles Fernandez
4992449b51
Remove unused includes
2017-11-04 10:59:51 +01:00
Carles Fernandez
f436cc8a5c
Allow 'large' files in 32 bit builds (Lintian requirement)
2017-11-04 10:59:03 +01:00
Damian Miralles
21b7a19b6a
bugfix: Fixes bugs in RINEX and RTCM generators
...
Remove dependency of t_b in P_1 for GLONASS GNAV Ephemeris and cleaned
RINEX line for nav messages generation
2017-11-03 16:26:03 -06:00
Gastd
afaacd2e2c
Merge branch 'glonass' of https://github.com/gnss-sdr/gnss-sdr into glonass
2017-11-03 14:35:16 -02:00
Carles Fernandez
abc1baae51
Merge branch 'glonass' of https://github.com/gnss-sdr/gnss-sdr into glonass
2017-11-03 16:32:43 +01:00