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

Add PoweredHinge2Joint #131

Merged
merged 8 commits into from
Jul 30, 2024
Merged

Add PoweredHinge2Joint #131

merged 8 commits into from
Jul 30, 2024

Commits on Jul 23, 2024

  1. Add PoweredHinge2Joint.

    brettle committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0d178b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    362e999 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Test running both axes of a PoweredHinge2Joint at the same time. Also...

    - Switch to testing only time constants because trying to test absolute speeds and positions did not account for accumulated integration error and doing so is not worth the added complexity.
    - Use a Vector<N3> to represent angular velocity instead of Rotation3d.
    brettle committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    d9f2f51 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    df4745f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8be7b4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0527481 View commit details
    Browse the repository at this point in the history
  4. clarify indentation

    CoolSpy3 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ff1465c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af8a0ce View commit details
    Browse the repository at this point in the history