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

Omst/seatrac #246

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open

Omst/seatrac #246

wants to merge 35 commits into from

Commits on May 26, 2023

  1. Transports/Seatrac: Fixed small typos.

    Maria Costa committed May 26, 2023
    Configuration menu
    Copy the full SHA
    ec22971 View commit details
    Browse the repository at this point in the history
  2. Transports/Seatrac: Pedantic changes.

    Maria Costa committed May 26, 2023
    Configuration menu
    Copy the full SHA
    66ea7e8 View commit details
    Browse the repository at this point in the history
  3. Transports/Seatrac: Moved modem configuration to dedicated method and…

    … other small changes.
    Maria Costa committed May 26, 2023
    Configuration menu
    Copy the full SHA
    b606254 View commit details
    Browse the repository at this point in the history
  4. Transports/Seatrac: Use NodeMap class.

    Maria Costa committed May 26, 2023
    Configuration menu
    Copy the full SHA
    cdf9ee9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1d52c1 View commit details
    Browse the repository at this point in the history
  6. Transports/Seatrac: Extract driver.

    Maria Costa committed May 26, 2023
    Configuration menu
    Copy the full SHA
    fff9c79 View commit details
    Browse the repository at this point in the history
  7. Transports/Seatrac: Changed acknowledge time multiplier parameter to …

    …a constant.
    Maria Costa committed May 26, 2023
    Configuration menu
    Copy the full SHA
    9287b48 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7d93764 View commit details
    Browse the repository at this point in the history
  9. Transports/Seatrac: Added missing MagneticField bind and other small …

    …corrections / additions to the AHRS usage.
    Maria Costa committed May 26, 2023
    Configuration menu
    Copy the full SHA
    858ef71 View commit details
    Browse the repository at this point in the history
  10. Transports/Seatrac: When modem is busy queue message to send, thus pi…

    …ggybacking on auto-reply (fix for iUSBL implementation).
    Maria Costa committed May 26, 2023
    Configuration menu
    Copy the full SHA
    4619ad9 View commit details
    Browse the repository at this point in the history
  11. Transports/Seatrac: Reinstated 'Transmit Only Underwater' parameter (…

    …lauv-arlhawaii has modem installed upright).
    Maria Costa committed May 26, 2023
    Configuration menu
    Copy the full SHA
    5562929 View commit details
    Browse the repository at this point in the history
  12. Transports/Seatrac: Renamed DataTypes.hpp as Constants.hpp and slight…

    …ly reduced verbosity of debug output.
    Maria Costa committed May 26, 2023
    Configuration menu
    Copy the full SHA
    2842798 View commit details
    Browse the repository at this point in the history
  13. Transports/Seatrac: Entity state will only be idle if communications …

    …restricted, otherwise active.
    Maria Costa committed May 26, 2023
    Configuration menu
    Copy the full SHA
    b6cbe91 View commit details
    Browse the repository at this point in the history
  14. Config: etc/hardware: Updated default seatrac configurations for lctr…

    …-a6xx and lctr-a9xx systems.
    Maria Costa committed May 26, 2023
    Configuration menu
    Copy the full SHA
    0704323 View commit details
    Browse the repository at this point in the history
  15. Transports/Seatrac: Updated copyright.

    Maria Costa committed May 26, 2023
    Configuration menu
    Copy the full SHA
    7bfa81e View commit details
    Browse the repository at this point in the history
  16. Transports/Seatrac: Added parameter to set transponder's turn around …

    …time.
    Maria Costa committed May 26, 2023
    Configuration menu
    Copy the full SHA
    1020516 View commit details
    Browse the repository at this point in the history
  17. Transports/Seatrac: SoundSpeed is now manually set on transponder (us…

    …ing default value or from a specified sensor).
    Maria Costa committed May 26, 2023
    Configuration menu
    Copy the full SHA
    95e65af View commit details
    Browse the repository at this point in the history
  18. Transports/Seatrac: Only save new hard-iron calibration parameters to…

    … EEPROM (other settings will now only be set during runtime).
    Maria Costa committed May 26, 2023
    Configuration menu
    Copy the full SHA
    716ca6d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    59ebaae View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f78269a View commit details
    Browse the repository at this point in the history
  21. Transports/Seatrac: Use attitude from system in transponder if 'AHRS …

    …mode' disabled.
    Maria Costa committed May 26, 2023
    Configuration menu
    Copy the full SHA
    5748400 View commit details
    Browse the repository at this point in the history
  22. Transports/Seatrac: Removed 'Log AHRS Data' parameter and changed sco…

    …pe of 'Active' parameter.
    Maria Costa committed May 26, 2023
    Configuration menu
    Copy the full SHA
    792f14a View commit details
    Browse the repository at this point in the history
  23. Transports/Seatrac: Incresead attitude sending rate.

    Maria Costa committed May 26, 2023
    Configuration menu
    Copy the full SHA
    178e3fa View commit details
    Browse the repository at this point in the history
  24. Transports/Seatrac: Calculate relative position of the other modem wh…

    …en USBL ranges are received.
    zepinto authored and Maria Costa committed May 26, 2023
    Configuration menu
    Copy the full SHA
    e5780b1 View commit details
    Browse the repository at this point in the history
  25. Transports/Seatrac: Fixed typo.

    Maria Costa committed May 26, 2023
    Configuration menu
    Copy the full SHA
    403a5f3 View commit details
    Browse the repository at this point in the history
  26. Transports/Seatrac: Reformatted code.

    zepinto authored and Maria Costa committed May 26, 2023
    Configuration menu
    Copy the full SHA
    744e7de View commit details
    Browse the repository at this point in the history
  27. Transports/Seatrac: Frequency at which attitude is manually set is no…

    …w a parameter.
    Maria Costa committed May 26, 2023
    Configuration menu
    Copy the full SHA
    681ce5a View commit details
    Browse the repository at this point in the history
  28. Transports/Seatrac: Added parameter to define threshold to discard po…

    …sitions if fit error is too high.
    Maria Costa committed May 26, 2023
    Configuration menu
    Copy the full SHA
    67aeb38 View commit details
    Browse the repository at this point in the history
  29. Transports/Seatrac: Avoid repeated error output messages when modem n…

    …ot connected.
    Maria Costa committed May 26, 2023
    Configuration menu
    Copy the full SHA
    0585ec9 View commit details
    Browse the repository at this point in the history
  30. Transports/Seatrac: Accuracy field on UsblPosition and UsblAngles mes…

    …sages now being filled with fit error value.
    Maria Costa committed May 26, 2023
    Configuration menu
    Copy the full SHA
    8b10f88 View commit details
    Browse the repository at this point in the history
  31. Transports/Seatrac: Fix usage of 'Active' parameter - if disabled mod…

    …em doesn't communicate nor processes requests except for range auto-reply (intended for manta systems).
    Maria Costa committed May 26, 2023
    Configuration menu
    Copy the full SHA
    402d2a2 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    47d58be View commit details
    Browse the repository at this point in the history
  33. Revert "Transports/Seatrac: Calculate relative position of the other …

    …modem when USBL ranges are received."
    
    This reverts commit fd70b34c35b4bddc0966b859af69e3e9a097e49e.
    Maria Costa committed May 26, 2023
    Configuration menu
    Copy the full SHA
    8ccf471 View commit details
    Browse the repository at this point in the history
  34. Transports/Seatrac: Complete revert of local relative position calcul…

    …ations for USBL commit.
    Maria Costa committed May 26, 2023
    Configuration menu
    Copy the full SHA
    83f9896 View commit details
    Browse the repository at this point in the history
  35. DUNE/Network: added utility class NodeMap (import from OMST).

    rasmartins authored and Maria Costa committed May 26, 2023
    Configuration menu
    Copy the full SHA
    9ff0beb View commit details
    Browse the repository at this point in the history