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

Allow loop epochs to be logged to DataLog and published to NT #5375

Closed
wants to merge 27 commits into from
Closed

Allow loop epochs to be logged to DataLog and published to NT #5375

wants to merge 27 commits into from

Commits on May 29, 2023

  1. Configuration menu
    Copy the full SHA
    f06b645 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    65e64f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Always have user specify NT topic and

    Allow user-specified data log entry
    Gold856 committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    5618114 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39f3110 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Add half baked C++ code

    Gold856 committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    d39757d View commit details
    Browse the repository at this point in the history
  2. Remove default DataLog key, fix overloaded methods

    Use .count() on epoch times
    Gold856 committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    4306085 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    041ac28 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    0ed4134 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    790656b View commit details
    Browse the repository at this point in the history
  3. oops

    Gold856 committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    e39fc56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fde2c12 View commit details
    Browse the repository at this point in the history
  5. Use references to pass the DataLog

    C++ makes me want to cry
    Gold856 committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    ef34b7b View commit details
    Browse the repository at this point in the history
  6. Format

    Gold856 committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    5d8e715 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Document and format

    Gold856 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    5bee441 View commit details
    Browse the repository at this point in the history
  2. use shared_ptr for publisher cache

    rzblue authored and Gold856 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    70053b3 View commit details
    Browse the repository at this point in the history
  3. Formatting fixes

    github-actions[bot] authored and Gold856 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    85759f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25eba5f View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    a07ab62 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Fix rebase error

    Gold856 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    adcc011 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Remove trailing commas

    Co-authored-by: David Vo <auscompgeek@users.noreply.github.com>
    Gold856 and auscompgeek committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    172a449 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Fix compilation

    Gold856 committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    f9e4b56 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Run wpiformat

    calcmogul authored and Gold856 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    9aa7feb View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    6e848a8 View commit details
    Browse the repository at this point in the history
  2. Close publisher

    Gold856 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    3666c5a View commit details
    Browse the repository at this point in the history
  3. Address review

    Gold856 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    7faa51d View commit details
    Browse the repository at this point in the history
  4. Fixes

    Gold856 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    43809e5 View commit details
    Browse the repository at this point in the history
  5. Address review

    Gold856 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    ffce17a View commit details
    Browse the repository at this point in the history