dfki-ric / pytransform3d

3D transformations for Python.
https://dfki-ric.github.io/pytransform3d/
Other
615 stars 63 forks source link

[WIP] Implement TemporalTrafoManager on top of TransformGraphBase #257

Closed kopytjuk closed 1 year ago

kopytjuk commented 1 year ago

Hey @AlexanderFabisch

your idea with a state variable holding the current time was amazing! Look how small the TemporalTransformationManager has become :)

So the interpolation is conducted within the transforms property method calling the as_matrix(time) interface there.

We could even remove the _get_transform methods, and access transforms property directly in the base class!