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 contact params estimation in fixed-base models #98

Merged
merged 3 commits into from
Mar 4, 2024

Commits on Mar 1, 2024

  1. Fix contact params estimation in fixed-base models

    If the `model.physics_model.is_floating_base` is False, with the current version, the whole `W_p_CoM` variable is returned (`shape=(3,)`), but it should have `shape=()`
    flferretti committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    183d6c6 View commit details
    Browse the repository at this point in the history
  2. Update notation

    Co-authored-by: Diego Ferigo <[email protected]>
    flferretti and diegoferigo committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d378d56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    669d538 View commit details
    Browse the repository at this point in the history