as2_python_api.shared_data.orientation_data module
Orienation data wrapper.
- class as2_python_api.shared_data.orientation_data.OrientationData(_OrientationData__roll: float = <factory>, _OrientationData__pitch: float = <factory>, _OrientationData__yaw: float = <factory>)
Bases:
object
Orientation data [roll pitch yaw] in radians.
- property orientation: Callable
- as2_python_api.shared_data.orientation_data.lock_decor(func: Callable) → Callable
Locker decorator.