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

Added a check to ensure that the shortest path is followed when inter… #14

Merged
merged 2 commits into from
Aug 11, 2022

Commits on Aug 11, 2022

  1. Added a check to ensure that the shortest path is followed when inter…

    …polating between two orientations
    
    Addded unit tests to verify the changes.
    
    If the dot product between two orientations is negative, the sign is flipped on one of them to ensure that we take the shortest path. Without this we could end up interpolating between two identical orientations, but with opposite signs.
    urmahp committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    de5c994 View commit details
    Browse the repository at this point in the history
  2. Correct spelling

    Co-authored-by: Stefan Scherzinger <[email protected]>
    urmahp and stefanscherzinger authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    dce72cb View commit details
    Browse the repository at this point in the history