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.
Parameters: Methods Summary
field_names()from_struct(data)Construct an instance from any object with fields: x, y, z, u, v, w. Methods Documentation
-
classmethod
field_names()¶
-
classmethod
from_struct(data)¶ Construct an instance from any object with fields: x, y, z, u, v, w.
-
classmethod