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

Inverse kinematics #29

Merged
merged 33 commits into from
Feb 16, 2024
Merged

Inverse kinematics #29

merged 33 commits into from
Feb 16, 2024

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    e0da895 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a8a653 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e57171 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d7f098 View commit details
    Browse the repository at this point in the history
  5. Replace sphere with cone

    LemonPi committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    36ef562 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    76e92ec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d23df7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    90fef3c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b7148c7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d912526 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f5d4750 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7e95663 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    60c1184 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    61ed39c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6ea8a79 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5a19f94 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4ffddff View commit details
    Browse the repository at this point in the history
  18. Remove unnecessary method

    LemonPi committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    3e1f614 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

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

Commits on Feb 2, 2024

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

Commits on Feb 12, 2024

  1. Add install dependency

    LemonPi committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    3a5697a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f727692 View commit details
    Browse the repository at this point in the history
  3. Document damped least squares

    LemonPi committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    90913be View commit details
    Browse the repository at this point in the history
  4. Add SVD based IK solver

    LemonPi committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    67b111e View commit details
    Browse the repository at this point in the history
  5. Compare orientations in quaternion space to avoid discontinuities

    Greatly improve convergence rate and total success chance
    LemonPi committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    d5a9788 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Add install dependency

    LemonPi committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    aad3cd7 View commit details
    Browse the repository at this point in the history
  2. Add test dependency

    LemonPi committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    014a0d7 View commit details
    Browse the repository at this point in the history
  3. Add test dependency

    LemonPi committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    f4db26a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e02fc9 View commit details
    Browse the repository at this point in the history
  5. Remove unused test dependency

    LemonPi committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    487774f View commit details
    Browse the repository at this point in the history
  6. Fix pytest ignore

    LemonPi authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    0f67d56 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    3ec3f16 View commit details
    Browse the repository at this point in the history
  2. Enforce optionality of mujoco

    LemonPi committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c85e294 View commit details
    Browse the repository at this point in the history