pytransform3d.transform_manager.TimeVaryingTransform#
- class pytransform3d.transform_manager.TimeVaryingTransform[source]#
Bases:
ABC
Time-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
StaticTransform
andNumpyTimeseriesTransform
.- __init__(*args, **kwargs)#
Methods
__init__
(*args, **kwargs)as_matrix
(query_time)Get transformation matrix at given time.
Checks all transformations.
Examples using pytransform3d.transform_manager.TimeVaryingTransform
#
Managing Transformations over Time
Managing Transformations over Time