Position¶
- class lsst.ts.mthexapod.Position(x: float, y: float, z: float, u: float, v: float, w: float)¶
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.
Methods Summary
from_struct(data)Construct an instance from any object with fields: x, y, z, u, v, w.
Methods Documentation
- classmethod from_struct(data: SimpleNamespace) Self¶
Construct an instance from any object with fields: x, y, z, u, v, w.