Skip to content

Add integrate and differentiate methods to States #193

@domire8

Description

@domire8

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions