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

[prototype] marker annotation util #2366

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from
Draft

Commits on Apr 26, 2024

  1. --add markersets alias class

    Intended to provide convenience access to markersets hierarchy
    jturner65 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d573c48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09789b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3480838 View commit details
    Browse the repository at this point in the history
  4. --clang-tidy

    jturner65 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    ee811b1 View commit details
    Browse the repository at this point in the history
  5. --add function to rekey Configuration values.

    This function will replace the original keys for all the values in a configuration (regardless of type) with sequential numeric strings preserving the natural ordering of the original set of keys
    jturner65 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    188885b View commit details
    Browse the repository at this point in the history
  6. --increase array key limit to 1000 elements from 100

    The constructed key for array values is formatted  with a fixed-width leading-zero numeric string so that it will always sort properly.
    jturner65 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4eb9e41 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    edd872e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b6f60d9 View commit details
    Browse the repository at this point in the history
  9. --cleanup

    jturner65 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b1d0cc6 View commit details
    Browse the repository at this point in the history
  10. -- clang-tidy

    jturner65 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    cf99b77 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    702ec10 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    92fe289 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    74c5c8c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. --clarify rekeying

    jturner65 committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    761da98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75df840 View commit details
    Browse the repository at this point in the history
  3. --need to hide ArticulatedLink getScale (inherited from RigidBase)

    This is not currently available for an ArticulatedLink and as it is it would break if ever attempted.
    jturner65 committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    c376d90 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    9089ebb View commit details
    Browse the repository at this point in the history
  2. marker annotation util

    aclegg3 authored and jturner65 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    826ded9 View commit details
    Browse the repository at this point in the history