pytransform3d.transform_manager.TimeVaryingTransform#
- class pytransform3d.transform_manager.TimeVaryingTransform[source]#
Bases:
ABCTime-varying rigid transformation.
You have to inherit from this abstract base class to use the TemporalTransformManager. Two implementations of the interface that are already available are
StaticTransformandNumpyTimeseriesTransform.- __init__(*args, **kwargs)#
Methods
__init__(*args, **kwargs)as_matrix(query_time)Get transformation matrix at given time.
Checks all transformations.