3D Orientation Snapshot
File:TArduino3DOrientationSnapshot.png
Summary
Captures and holds a 3D orientation value on a snapshot trigger.
Description
The **3D Orientation Snapshot** component stores the orientation present at its **In** pin when the **Snapshot** pin is triggered. The stored value is held and output continuously until another snapshot event occurs. This is useful for “freezing” the 3D orientation state at a specific moment for further processing or output.
Applications include: - **Robotics** – capturing a robot’s current spatial orientation for reference or control sequences. - **Navigation** – holding a fixed heading or spatial alignment. - **Automation** – freezing orientation data for synchronization or logging.
Diagram:
Categories
- File:TArduinoDataSourcesCategory.png Category Data Sources/3D Orientation – Orientation capture and storage.
- File:TArduino3DOrientationCategory.png Category 3D Orientation – Directional control and state holding.
Properties
- Enabled – Enables or disables the component.
Pins
- In – 3D orientation input.
- Snapshot – Clock input; captures the current orientation from **In** and stores it.
- Out – Outputs the stored 3D orientation until the next snapshot event.