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

Feature/calculator inertia updates #15

Merged
merged 43 commits into from
Jan 19, 2024

Commits on Sep 26, 2023

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

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    de67864 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b15f352 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b53a6b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    613a14c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b545b29 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb9515b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    09d8d6b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    27fdd73 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2835224 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    06e398d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    98dac41 View commit details
    Browse the repository at this point in the history
  12. Simplified some logic

    james-p-foster committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    c9ddf02 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8ac7e8a View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Added test for CenterOfMassJacobian when varying inertial parameters;…

    … note cannot vary CoM offset because of frame issues
    james-p-foster committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    a6ef43f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37c89e4 View commit details
    Browse the repository at this point in the history
  3. Added test for CentroidalMomentumRateCalculator when varying inertial…

    … parameters; note cannot vary CoM offset due to wrench computation assuming zero offset
    james-p-foster committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    7a3e7ff View commit details
    Browse the repository at this point in the history
  4. Added test for ForwardDynamicsCalculator when varying inertial parame…

    …ters; note cannot vary CoM offset because of not positive definite articulated body inertia issues
    james-p-foster committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    6f817db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2fab3b0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28ed6fb View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    1715caf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df79fc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21bb208 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ea13d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

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

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    67f6bac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b42096f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bc9d88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a57bfe2 View commit details
    Browse the repository at this point in the history
  5. Unused imports

    james-p-foster committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    acabb7b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f87e7f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c82bb11 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Removed toSkewSymmetricMatrix from MecanoRandomTools, added additiona…

    …l toTildeForm methods in MecanoTools
    james-p-foster committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c157295 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b6cfe3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29c9001 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

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

Commits on Jan 9, 2024

  1. Merge remote-tracking branch 'origin/develop' into feature/calculator…

    …-inertia-updates
    
    # Conflicts:
    #	src/main/java/us/ihmc/mecano/tools/MecanoRandomTools.java
    #	src/main/java/us/ihmc/mecano/tools/MecanoTools.java
    #	src/test/java/us/ihmc/mecano/tools/MecanoToolsTest.java
    james-p-foster committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    5b6157c View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Merge branch 'develop' into feature/calculator-inertia-updates

    # Conflicts:
    #	src/main/java/us/ihmc/mecano/algorithms/ForwardDynamicsCalculator.java
    #	src/main/java/us/ihmc/mecano/algorithms/InverseDynamicsCalculator.java
    #	src/test/java/us/ihmc/mecano/algorithms/ForwardDynamicsCalculatorTest.java
    james-p-foster committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    6577ac0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f42af18 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    1a94212 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    179c050 View commit details
    Browse the repository at this point in the history
  3. Formatting and cleanup

    james-p-foster committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    cbf8135 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2ba51b View commit details
    Browse the repository at this point in the history