-
Notifications
You must be signed in to change notification settings - Fork 4
Description
I think JuliaGNSS is a very useful package, and it have a promise of becoming the next generation of GNSS signal processing toolbox after the Kai Borre scripts in Matlab. Its running faster than real time on Raspberry Pi 4 while the Matlab receiver runs 10x slower than real time on my desktop Threadripper PC, while its much more flexible as the GNSS receiver components are separated into its own packages.
What I think is missing is a top level documentation on how all the subpackages work together, something like https://docs.sciml.ai/DiffEqDocs/stable/ (and its source code, https://github.com/SciML/DiffEqDocs.jl), a bunch of getting started tutorials and hello worlds, like GNSS-SDR My first position fix: https://gnss-sdr.org/my-first-fix/ , and issue tracker for whole organization.
If I have time I'll probably start writing this