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

Correct /tf calculation for base tracks #172

Merged
merged 9 commits into from
Oct 7, 2023
Merged

Correct /tf calculation for base tracks #172

merged 9 commits into from
Oct 7, 2023

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    72e4c53 View commit details
    Browse the repository at this point in the history
  2. It's micro; not nano

    ted-miller committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    f753fde View commit details
    Browse the repository at this point in the history
  3. Fix unit scaling

    ted-miller committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    9492838 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Introduce ROS<->M+ concept conversion functions

    Only support MP_COORD -> geometry_msgs/{Pose,Transform} for now, but others can be added later.
    gavanderhoorn committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    5236faf View commit details
    Browse the repository at this point in the history
  2. pos_mon: use new conv functions for Transforms

    Reduce duplication of conversion code.
    gavanderhoorn committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    51afeae View commit details
    Browse the repository at this point in the history
  3. Refactor: put test comparison functions in separate file

    So they can more easily be reused by other tests (in other files).
    gavanderhoorn committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    ead3864 View commit details
    Browse the repository at this point in the history
  4. Add tests for new M+<->ROS conversion functions

    A naive first implementation of some tests.
    gavanderhoorn committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    3277555 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08fc073 View commit details
    Browse the repository at this point in the history
  6. Clearly demarcate test results in debug log

    To not drown in the rest of the output.
    gavanderhoorn committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    8950ca5 View commit details
    Browse the repository at this point in the history