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.compose() #72

Merged
merged 18 commits into from
Feb 10, 2022
Merged

Add SE3.compose() #72

merged 18 commits into from
Feb 10, 2022

Conversation

fantaosha
Copy link
Contributor

@fantaosha fantaosha commented Feb 3, 2022

Motivation and Context

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 3, 2022
@fantaosha fantaosha added the enhancement New feature or request label Feb 3, 2022
Copy link
Contributor

@luisenp luisenp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Base automatically changed from taoshaf.add_se3.exp_and_log to main February 10, 2022 00:07
@fantaosha fantaosha merged commit e919819 into main Feb 10, 2022
ddetone pushed a commit that referenced this pull request Mar 29, 2022
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
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. enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants