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 integrate and differentiate methods to States #193

Closed
domire8 opened this issue Oct 16, 2024 · 1 comment · Fixed by #212
Closed

Add integrate and differentiate methods to States #193

domire8 opened this issue Oct 16, 2024 · 1 comment · Fixed by #212
Assignees

Comments

@domire8
Copy link
Member

domire8 commented Oct 16, 2024

For several state types, we already have multiplication and division operators with std::chrono::nanoseconds that represent integration and differentiation. It would be nice to add overloaded methods like

CartesianPose CartesianTwist::integrate(double dt);

CartesianPose CartesianTwist::integrate(std::chrono::nanoseconds dt);

And the same for differentiate, for all applicable states

@domire8 domire8 self-assigned this Oct 16, 2024
@domire8
Copy link
Member Author

domire8 commented Oct 16, 2024

FYI @bpapaspyros

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 a pull request may close this issue.

1 participant