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

Fix alternative velocity representations of new functional APIs #99

Merged
merged 10 commits into from
Mar 6, 2024

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    1db928a View commit details
    Browse the repository at this point in the history
  2. Fix generalized free-floating jacobian computation

    The intermediate link jacobians were computed with the wrong output representation. The to_output helper requires link jacobians to have an inertial-fixed output representation.
    diegoferigo committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    ee895d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10acc4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3593436 View commit details
    Browse the repository at this point in the history
  5. Fix inverse dynamics in Body and Mixed representations

    The link forces passed as inputs are always in the active representation of data. Therefore, they need to be converted to Inertial before passing them to RNEA.
    diegoferigo committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    96485c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    073b61b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7492e11 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6b47298 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3b0077c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    53bac0b View commit details
    Browse the repository at this point in the history