Position#
- class lsst.ts.mthexapod.Position(x, y, z, u, v, w)#
Bases:
objectThe position and orientation of the hexapod pivot point.
This class may also be used for offsets.
The order of the fields matches the order of parameters in the low-level controller command to set position.
- Parameters:
Attributes Summary
Methods Summary
from_struct(data)Construct an instance from any object with fields: x, y, z, u, v, w.
Attributes Documentation
Methods Documentation
- classmethod from_struct(data)#
Construct an instance from any object with fields: x, y, z, u, v, w.
- Parameters:
data (
SimpleNamespace)- Return type:
Self