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

SLERP for position + quaternion #274

Merged
merged 15 commits into from
Sep 28, 2023
Merged

SLERP for position + quaternion #274

merged 15 commits into from
Sep 28, 2023

Conversation

AlexanderFabisch
Copy link
Member

@AlexanderFabisch AlexanderFabisch commented Sep 28, 2023

Fixes #273

  • Add pytransform3d.transformations.pq_slerp, which performs linear interpolation of position and SLERP of quaternion.
  • Add connections between docstrings through "See Also" sections.

@codecov-commenter
Copy link

codecov-commenter commented Sep 28, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (7e7ccf4) 100.00% compared to head (6faa9ac) 100.00%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##           develop      #274   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           30        31    +1     
  Lines         2540      2552   +12     
  Branches       294       294           
=========================================
+ Hits          2540      2552   +12     
Files Coverage Δ
pytransform3d/rotations/_slerp.py 100.00% <ø> (ø)
pytransform3d/trajectories.py 100.00% <ø> (ø)
pytransform3d/transformations/__init__.py 100.00% <100.00%> (ø)
pytransform3d/transformations/_conversions.py 100.00% <ø> (ø)
...m3d/transformations/_dual_quaternion_operations.py 100.00% <ø> (ø)
pytransform3d/transformations/_pq_operations.py 100.00% <100.00%> (ø)
...ansform3d/transformations/_transform_operations.py 100.00% <ø> (ø)
pytransform3d/uncertainty.py 100.00% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@AlexanderFabisch AlexanderFabisch merged commit acc284f into develop Sep 28, 2023
5 of 6 checks passed
@AlexanderFabisch AlexanderFabisch deleted the feature/pq_slerp branch September 28, 2023 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants