Commit Graph
10070 Commits
Author SHA1 Message Date
Carles Fernandez ae4e7f7b24 CI: fix clang-tidy job 2025-09-18 19:21:44 +02:00
Carles Fernandez 3ec915caba CI: fix typo in volk-gnsssdr-macos-xcode job 2025-09-16 12:47:29 +02:00
Carles Fernandez 721b946102 OSNMA: be explicit if no Public Key is available 2025-09-16 11:26:23 +02:00
Carles Fernandez 53962c9a63 Bump local version of Protocol Buffers to 32.1 2025-09-12 23:00:43 +02:00
Carles Fernandez 0a32ec6494 osnma_log_viewer.py: print number of verified tags found in log file 2025-09-12 22:55:45 +02:00
Carles Fernandez 8155ee3ef2 Merge branch 'MathieuFavreau-bug/fix-missing-test-file' into next 2025-09-09 08:29:21 +02:00
Carles Fernandez 3f4c4a5dc9 Add osnma_log_viewer.py tool 2025-09-09 08:29:11 +02:00
Mathieu Favreau dcdf9c92d8 Copy missing test file 2025-09-08 18:20:06 +00:00
Carles Fernandez 63800aa423 Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into next 2025-09-08 09:23:19 +02:00
dependabot[bot]andCarles Fernandez 3729cf3c7f Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [actions/setup-node](https://github.com/actions/setup-node).


Updates `actions/setup-python` from 5 to 6
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5...v6)

Updates `actions/setup-node` from 4 to 5
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-node
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 09:23:02 +02:00
Carles Fernandez 96cacdf50a Remove unused function, improve logging 2025-09-08 09:03:20 +02:00
Carles Fernandez 76eedcd266 Fix formatting 2025-09-08 08:57:24 +02:00
Carles Fernandez 6cbc276057 Add guard for Galileo eph 2025-09-05 10:22:37 +02:00
Victor CastilloandCarles Fernandez 7de30bbaeb style: removed unused statement 2025-09-01 16:00:09 +02:00
Victor CastilloandCarles Fernandez 6060820e40 build: link resampler_gr_blocks target against algorithm_libs 2025-09-01 16:00:09 +02:00
Victor CastilloandCarles Fernandez 0398d23ccd fix: maintain c++14 compatibility 2025-09-01 16:00:09 +02:00
Victor CastilloandCarles Fernandez 22371ee301 style: added const to for each loop 2025-09-01 16:00:09 +02:00
Victor CastilloandCarles Fernandez a4a4241275 style: clang-format compliance 2025-09-01 16:00:09 +02:00
Victor CastilloandCarles Fernandez f20317effb docs(sensor_data): updated year in author line 2025-09-01 16:00:09 +02:00
Victor CastilloandCarles Fernandez 1cab3d00bf style: improve readability 2025-09-01 16:00:09 +02:00
Victor CastilloandCarles Fernandez 98f0b6bcb1 docs(sensor_data): updated comments 2025-09-01 16:00:09 +02:00
Victor CastilloandCarles Fernandez 878df30050 fix(sensor_data): update sensor data tag timestamp in resampler block 2025-09-01 16:00:09 +02:00
Victor CastilloandCarles Fernandez 59f4a4e6a6 fix(sensor_data): moved declarations from header file to source file 2025-09-01 16:00:09 +02:00
Victor CastilloandCarles Fernandez 3452a4388b fix(sensor_data): avoid tagging samples to far in the past 2025-09-01 16:00:09 +02:00
Victor CastilloandCarles Fernandez a847240e59 feat(sensor_data): added support for double precision (f64) sensor measurements 2025-09-01 16:00:09 +02:00
Victor CastilloandCarles Fernandez 01f3b79025 fix(observables): fixed sensor data tag timing 2025-09-01 16:00:09 +02:00
Victor CastilloandCarles Fernandez ce8acb6a7d fix(sensor_data): fixed sample timestamp 2025-09-01 16:00:09 +02:00
Victor CastilloandCarles Fernandez e22564f75e feat(sensor_data): added get_average_f32() utility method 2025-09-01 16:00:09 +02:00
Carles Fernandez d86e813a57 Annotate Galileo leap second in log 2025-08-27 21:26:47 +02:00
Carles Fernandez fc91f414d5 skyplot: add jpg output, improve documentation, apply pep8 formatting 2025-08-27 21:12:21 +02:00
Carles Fernandez a1c3039a5d cpu_features: Fix broken CPU_FEATURES_OS_MACOS and CPU_FEATURES_OS_IPHONE detection 2025-08-27 20:44:08 +02:00
Carles Fernandez 4797b2b177 skyplot: fix some edge cases for RINEX v3 and v4 2025-08-25 13:50:27 +02:00
Carles Fernandez 6aba5903b6 Fix CMake logic for local Armadillo version 2025-08-25 11:32:26 +02:00
Carles Fernandez 114823f59a skyplot: improve program exit 2025-08-25 11:28:15 +02:00
Carles Fernandez 6d1ad02b73 Fix reading of year in some RINEX v2 observation files 2025-08-25 11:05:19 +02:00
Carles Fernandez acb1b541b5 skyplot: add usage of RINEX obs file approx position if found 2025-08-25 09:34:37 +02:00
dependabot[bot]andCarles Fernandez 37a459afd6 Bump actions/setup-java from 4 to 5 in the github-actions group
Bumps the github-actions group with 1 update: [actions/setup-java](https://github.com/actions/setup-java).


Updates `actions/setup-java` from 4 to 5
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-25 08:00:13 +02:00
Carles Fernandez d57a621d18 Fix gnsstk patch 2025-08-24 20:54:41 +02:00
Carles Fernandez e1a4e75fc5 Fix patch 2025-08-24 14:29:11 +02:00
Carles Fernandez 74b0b4ff1b Bump max CMake version to 4.1 and local Armadillo version to the 15.0.x branch 2025-08-24 14:00:20 +02:00
Carles Fernandez d8f9038fe3 Fix building of GNSSTk with GCC 15 2025-08-24 13:47:43 +02:00
Carles Fernandez e256aaf451 skyplot: add reading of RINEX v2 navigation files
Recover Python 3.6 compatibility (use old-style type hints for improved compatibility)
2025-08-24 13:42:36 +02:00
Carles Fernandez 9cf944b8f8 skyplot: more improvements:
Add reading of RINEX 4 navigation files
More robust finding of RINEX obs files when --use-obs is set
Add type hints to some functions for improved documentation and readability
Improve reading of RINEX obs files
Make labels more transparent and colorful
Update documentation
2025-08-23 15:53:28 +02:00
Carles Fernandez 1f4f6b333a cmake: Promote abseil package to REQUIRED if found and is a valid version 2025-08-22 13:06:08 +02:00
Carles Fernandez 1d31c8427d skyplot improvements
Add new --format optional argument. Allowed options: pdf, eps, png, svg. Default: pdf
Add new --version / -v optional arguments, show program version and exit
Improve --help / -h message
Improve error handling
Generate PDF files with embedded fonts, ready for journal submission
Improve argument handling
Improve documentation
Add explicit z-order control for cleaner display of labels in multiconstellation files
2025-08-22 12:42:36 +02:00
Carles Fernandez 15a7a9bae3 Improve handling of Boost 1.89 2025-08-20 11:26:45 +02:00
Carles Fernandez c075f0f06e Improve CMake summary when Boost >= 1.89 2025-08-19 13:35:49 +02:00
Carles Fernandez 2f08c4e82b Fix for Boost 1.89
The system library becomes header-only, so target Boost::system is not available anymore
2025-08-19 11:34:11 +02:00
dependabot[bot]andCarles Fernandez caf6f1ba40 Bump actions/checkout from 4 to 5 in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 4 to 5
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-18 18:57:07 +02:00
Carles Fernandez f4aa144221 skyplot: make constellation(s) to be plot configurable 2025-08-14 10:56:22 +02:00