Skip to content

feat: add integrate method with offset to Cartesian twist#212

Merged
domire8 merged 5 commits into
mainfrom
feat/int-offset
Jan 9, 2025
Merged

feat: add integrate method with offset to Cartesian twist#212
domire8 merged 5 commits into
mainfrom
feat/int-offset

Conversation

@domire8

@domire8 domire8 commented Jan 9, 2025

Copy link
Copy Markdown
Member

Description

This PR solves the issue by adding methods that also take an initial pose for the integration of a Cartesian twist. I didn't go with an argument that has a default value CartesianPose() because then it becomes complicated to know when the argument was not provided or the provided argument is empty and we should throw an exception.

Review guidelines

Estimated Time of Review: 3 minutes

Checklist before merging:

  • Confirm that the relevant changelog(s) are up-to-date in case of any user-facing changes

Comment thread CHANGELOG.md
@domire8 domire8 linked an issue Jan 9, 2025 that may be closed by this pull request
eeberhard
eeberhard previously approved these changes Jan 9, 2025

@eeberhard eeberhard left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Those additional overloads are good with me, thanks!

@domire8 domire8 merged commit d8806d5 into main Jan 9, 2025
@domire8 domire8 deleted the feat/int-offset branch January 9, 2025 11:42
@github-actions github-actions Bot locked and limited conversation to collaborators Jan 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add integrate and differentiate methods to States

2 participants