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

Relative jacobian fix #109

Merged
merged 2 commits into from
Nov 13, 2023

Commits on Nov 3, 2023

  1. [RBDyn] Do not try to remove joints if both ends of a relative jacobi…

    …an ends at root
    
    it is possible to construct relative Jacobians without any duplicated
    joints (e.g both chains end at root). Trying to remove joints in this
    case is undefined behavior
    BenjaminNavarro committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    4037a20 View commit details
    Browse the repository at this point in the history
  2. [RBDyn] fix possible incorrect joint path for relative jacobians

    If both bodies belong to the same chain then the parent joint of the
    reference body was always included, possibly increasing the number
    of dofs
    BenjaminNavarro committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    37f6361 View commit details
    Browse the repository at this point in the history