Repeat Quaternion: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoRepeatQuaternion.png == Summary == The **Repeat Quaternion** component repeats a quaternion input a specified number of times. == Description == This component takes a quaternion input value and outputs it multiple times according to the configured count. It is useful for re-broadcasting orientation quaternions to multiple consumers or repeating them for synchronization and processing tasks. <b>Diagram:</b> Image:TArduinoRepeatQuaternion.Previ..." |
(No difference)
|
Latest revision as of 09:50, 14 September 2025
File:TArduinoRepeatQuaternion.png
Summary
The **Repeat Quaternion** component repeats a quaternion input a specified number of times.
Description
This component takes a quaternion input value and outputs it multiple times according to the configured count. It is useful for re-broadcasting orientation quaternions to multiple consumers or repeating them for synchronization and processing tasks.
Diagram:
Properties
- Enabled (boolean) – Enables or disables the repeat function.
- Count (integer) – Number of times the quaternion input is repeated.
Pins
Input Pins
- in (Quaternion) – Input quaternion value.
Output Pins
- out (Quaternion) – Output repeated quaternion value.
Categories
- File:TArduinoOrientationCategory.png Category Orientation – Orientation and motion-related components.