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

Merge Between and VariableDiff with RelativePoseError and PosePriorError #136

Merged
merged 9 commits into from
Apr 4, 2022

Conversation

fantaosha
Copy link
Contributor

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 Mar 29, 2022
@fantaosha fantaosha requested review from luisenp and mhmukadam March 30, 2022 17:30
@fantaosha fantaosha linked an issue Mar 30, 2022 that may be closed by this pull request
Copy link
Contributor

@mhmukadam mhmukadam left a comment

Choose a reason for hiding this comment

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

Looks good, only one comment.

@fantaosha
Copy link
Contributor Author

@luisenp Do you know why the unit tests for cuda fail?

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.

Looks good! Just left a few comments and a question.

examples/pose_graph.py Show resolved Hide resolved
theseus/utils/examples/pose_graph/dataset.py Show resolved Hide resolved
theseus/utils/examples/pose_graph/dataset.py Show resolved Hide resolved
theseus/utils/examples/pose_graph/dataset.py Show resolved Hide resolved
theseus/utils/examples/pose_graph/dataset.py Show resolved Hide resolved
theseus/utils/examples/pose_graph/dataset.py Show resolved Hide resolved
theseus/utils/examples/pose_graph/dataset.py Show resolved Hide resolved
@fantaosha fantaosha merged commit a69a0c1 into main Apr 4, 2022
@fantaosha fantaosha deleted the taoshaf.merge_between branch April 4, 2022 14:27
suddhu pushed a commit to suddhu/theseus that referenced this pull request Jan 21, 2023
…PriorError` (facebookresearch#136)

* update jacobians for embodied.measurements.Between

* between factor works and tested

* update variable_diff.py

* between factor tests rebased

* fixed typo

* Update pose_graph using Between and VariableDiff

* float32 works for pose graph

* change dytpe to torch.float64 in pose_graph

* fixed a bug in dataset
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.

Merge RelativePoseError with Between and PosePrior with VarDiff
4 participants