Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor GNSS receiver #599

Merged
merged 139 commits into from
Mar 12, 2024
Merged

Refactor GNSS receiver #599

merged 139 commits into from
Mar 12, 2024

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    32ad26e View commit details
    Browse the repository at this point in the history
  2. Delete debug output

    200km committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    8a34119 View commit details
    Browse the repository at this point in the history
  3. Remove true prefix

    200km committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    3c128ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46631c0 View commit details
    Browse the repository at this point in the history
  5. Fix int to size_t

    200km committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    8dee587 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e17cf62 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b068c99 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bfd1bbe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9f4b7b7 View commit details
    Browse the repository at this point in the history
  10. Change to inline function

    200km committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    abd73dd View commit details
    Browse the repository at this point in the history
  11. Rename pseudorange functions

    200km committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    c60e397 View commit details
    Browse the repository at this point in the history
  12. Rename carrier phase functions

    200km committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    ab24b26 View commit details
    Browse the repository at this point in the history
  13. Rename receiver position

    200km committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    badeac0 View commit details
    Browse the repository at this point in the history
  14. Rename frequency argument name

    200km committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    6bdeabc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2822357 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0c032b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Merge pull request #558 from ut-issl/feature/remove-gnss-estimation

    Delete estimated GNSS position value
    200km authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    606ad59 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #559 from ut-issl/feature/replace-functions-in-gns…

    …s-satellites
    
    Replace index/satellite-number conversion functions in gnss satellites
    200km authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    7b7200e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #560 from ut-issl/feature/fix-gnss-function-name

    Fix GNSS function and variable name
    200km authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    ad3b4d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    4fd3fee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00c30df View commit details
    Browse the repository at this point in the history
  3. Remove unused ECI/ECEF enum

    200km committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    1884063 View commit details
    Browse the repository at this point in the history
  4. Delete undefined function

    200km committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    11b27b3 View commit details
    Browse the repository at this point in the history
  5. Delete redundant assertion

    200km committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    106b233 View commit details
    Browse the repository at this point in the history
  6. Delete redundant assertion

    200km committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    665fe4e View commit details
    Browse the repository at this point in the history
  7. Delete redundant assertion

    200km committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    caf44a7 View commit details
    Browse the repository at this point in the history
  8. Delete redundant assertion

    200km committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    e04c735 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    97af748 View commit details
    Browse the repository at this point in the history
  10. Delete GnssSatelliteInformation

    200km committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    0f27171 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    abe07f0 View commit details
    Browse the repository at this point in the history
  12. Remove unused header includes

    200km committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    3dd3d19 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Merge pull request #581 from ut-issl/feature/remove-rapid-solution

    Remove unnecessary enums in GNSS
    200km authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    e3e3c41 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #582 from ut-issl/feature/summarize-gnss-functions

    Simplify GnssSatellite class
    200km authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    d515b94 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #583 from ut-issl/feature/remove-unused-include

    Remove unused header includes
    200km authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    bf40d7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94b58a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6fd9228 View commit details
    Browse the repository at this point in the history
  6. Add logging setting for GNSS

    200km committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    43a76b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b8ae3df View commit details
    Browse the repository at this point in the history
  8. fix small

    200km committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    5776367 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    797bda7 View commit details
    Browse the repository at this point in the history
  10. Remove interpolation settings

    200km committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    eaccc0e View commit details
    Browse the repository at this point in the history
  11. fix small

    200km committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    fae7f70 View commit details
    Browse the repository at this point in the history
  12. fix small

    200km committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    7696139 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    83bbfa8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    caa735b View commit details
    Browse the repository at this point in the history
  15. Add log enable flag in InitGnss

    200km committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    ee7e9d3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fdb2979 View commit details
    Browse the repository at this point in the history
  17. Add const

    200km committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    8f6624b View commit details
    Browse the repository at this point in the history
  18. Fix footer input data

    200km committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a9d5a23 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5d899e8 View commit details
    Browse the repository at this point in the history
  20. Add reference

    200km committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    093ebf6 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5b5b73b View commit details
    Browse the repository at this point in the history
  22. fix small

    200km committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    8c84180 View commit details
    Browse the repository at this point in the history
  23. Delete old functions

    200km committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    37272dc View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    25dc79c View commit details
    Browse the repository at this point in the history
  25. Fix test name

    200km committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    cd61061 View commit details
    Browse the repository at this point in the history
  26. Add test codes for MergeYearDoy

    200km committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    3fc4f69 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    99762be View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0150515 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    3222dbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a3168e View commit details
    Browse the repository at this point in the history
  3. fix small

    200km committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    1912852 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Merge pull request #587 from ut-issl/feature/modify-gnss-file-input

    Modify GNSS input files
    200km authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    92a5edd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #588 from ut-issl/feature/modify-sp3-reading

    Moodify SP3 file reading for GNSS
    200km authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    cdffab2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #589 from ut-issl/feature/remove-clk-file-reading

    Remove CLK file reading functions
    200km authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    f488564 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    878a08d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83f271e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4753da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ff3d8e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83402dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f67443 View commit details
    Browse the repository at this point in the history
  7. Add Getter functions

    200km committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    3cf520d View commit details
    Browse the repository at this point in the history
  8. Fix log output unit info

    200km committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    dc03fd0 View commit details
    Browse the repository at this point in the history
  9. Add comments for GNSS satelite

    200km committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    c779fc4 View commit details
    Browse the repository at this point in the history
  10. Fix for the initial data

    200km committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    1529859 View commit details
    Browse the repository at this point in the history
  11. Delete unused setup function

    200km committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    e8baad7 View commit details
    Browse the repository at this point in the history
  12. Delete unused valid function

    200km committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    c718205 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e3b85e0 View commit details
    Browse the repository at this point in the history
  14. Fix GetEarthRotation

    200km committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    a539e8f View commit details
    Browse the repository at this point in the history
  15. Fix log output

    200km committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    ee76f5c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2c5490c View commit details
    Browse the repository at this point in the history
  17. Add assertion

    200km committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    4ed9aaf View commit details
    Browse the repository at this point in the history
  18. Fix small

    200km committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    80cdaa5 View commit details
    Browse the repository at this point in the history
  19. Fix default value

    200km committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    09d4031 View commit details
    Browse the repository at this point in the history
  20. Fix bug

    200km committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    30c8f1e View commit details
    Browse the repository at this point in the history
  21. Fix unit

    200km committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    3af72fc View commit details
    Browse the repository at this point in the history
  22. Switch for place

    200km committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6360ee1 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Add file change sequence

    200km committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    e16bf09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0aba406 View commit details
    Browse the repository at this point in the history
  3. Fix comment

    200km committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    76f0420 View commit details
    Browse the repository at this point in the history
  4. Fix comment

    200km committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    d1c3669 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    396a99c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e08a4e7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c1f2cc2 View commit details
    Browse the repository at this point in the history
  8. Fix to use bool instead of int

    200km committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    5876eb0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e8f81b6 View commit details
    Browse the repository at this point in the history
  10. Fix typos

    200km committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    73360ed View commit details
    Browse the repository at this point in the history
  11. Fix initial value of bool

    200km committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    068a374 View commit details
    Browse the repository at this point in the history
  12. Small refactors

    200km committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    3c9db6f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d9e3841 View commit details
    Browse the repository at this point in the history
  14. Simplify the internal function

    200km committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    30eaeef View commit details
    Browse the repository at this point in the history
  15. Fix argument unit

    200km committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    f17ebf1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    85dc2f3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    de05d4d View commit details
    Browse the repository at this point in the history
  18. Fix comment

    200km committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    6e0c63d View commit details
    Browse the repository at this point in the history
  19. Fix unit of harf width angle

    200km committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    c79ae7a View commit details
    Browse the repository at this point in the history
  20. Fix to use normalize function

    200km committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    92e5374 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d9a89e8 View commit details
    Browse the repository at this point in the history
  22. Fix to use geodetic position

    200km committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    e2f8d3d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    1204b94 View commit details
    Browse the repository at this point in the history
  24. Fix comments in ini file

    200km committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    564d956 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9df6917 View commit details
    Browse the repository at this point in the history
  26. Fix comment

    200km committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    0ad7095 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    538acf8 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c53946d View commit details
    Browse the repository at this point in the history
  29. Modify antenna model interface

    200km committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    598c40b View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Merge pull request #593 from ut-issl/feature/fix-int-size_t-conversion

    Fix variables in GnssReceiver
    200km authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    d59b95b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #594 from ut-issl/feature/fix-functions-gnss-receiver

    Fix functions in GnssReceiver
    200km authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    eb93772 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #596 from ut-issl/feature/use-geodetic-position

    Use geodetic position in GnssReceiver
    200km authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    093afc7 View commit details
    Browse the repository at this point in the history
  4. Add description comment

    200km committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    3a666c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    827ec0c View commit details
    Browse the repository at this point in the history
  6. Fix small

    200km committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    45e63fd View commit details
    Browse the repository at this point in the history
  7. Fix comments

    200km committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    075b8d2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c7eeacb View commit details
    Browse the repository at this point in the history
  9. Add comment

    200km committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2bee223 View commit details
    Browse the repository at this point in the history
  10. Fix comment

    200km committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    9e4f68d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d45cf2c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    53bcd76 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5357837 View commit details
    Browse the repository at this point in the history
  14. Add comment

    200km committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    7d47089 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7249e7a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e285179 View commit details
    Browse the repository at this point in the history
  17. Add ECEF position log

    200km committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    df0fe71 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    463c032 View commit details
    Browse the repository at this point in the history
  19. Fix warning

    200km committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f08f45b View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Merge pull request #604 from ut-issl/feature/add-ecef-position-log

    Add ECEF position log
    200km authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    787d23e View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Merge pull request #597 from ut-issl/feature/fix-gnss-receiver-ini-file

    Fix GNSS receiver ini file
    200km authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    5505198 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #601 from ut-issl/feature/fix-visibility-threshold

    Modify GNSS visibility calculation
    200km authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    37153dd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #602 from ut-issl/feature/final-check-gnss-receiver

    Final check for GnssReceiver refactoring
    200km authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    0e9eafc View commit details
    Browse the repository at this point in the history