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

add SE3.transform_from and SE3.transform_to #80

Merged
merged 23 commits into from
Feb 10, 2022

Conversation

fantaosha
Copy link
Contributor

@fantaosha fantaosha commented Feb 10, 2022

Motivation and Context

This is a copy of #73

How Has This Been Tested

Types of changes

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have completed my CLA (see CONTRIBUTING)
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Feb 10, 2022
@fantaosha fantaosha changed the title Copy of #73 add SE3.transform_from and SE3.transform_to Feb 10, 2022
@fantaosha fantaosha merged commit 50dab77 into main Feb 10, 2022
@fantaosha fantaosha deleted the taoshaf.add_SE3.transfrom branch February 10, 2022 03:56
suddhu pushed a commit to suddhu/theseus that referenced this pull request Jan 21, 2023
* add SE3 defintions

* add initialization method

* modify test_so3.check_SO3_to_quaternion to handle cases near pi

* add SE3.hat and SE.vee

* add SE3.adjoint

* add SE3.adjoint, vee and hat

* backup before switching to taoshaf.add_SE3

* add support for single x_y_z_quaternion

* modify SO3

* Remove repeated if in SE3 construction

* SE3.exp added but not tested

* add SE3.log_map()

* SE3.exp_map() and SE3.log_map() are tested

* add SE3.compose()

* simplify test_se3.py

* modify test_se3.py

* add SE3.transform_from and SE3.transform_to

* add SE3.transform_from and SE3.transform_to

* change err_msgs for SO3._rotate_shape_check and SE3._rotate_shape_check

* change error message for SO3._rotate_shape_check and SE3._transform_shape_check

* update err_msg for shape_check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants