Repeat Quaternion

From Visuino
Revision as of 09:50, 14 September 2025 by Visuino (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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