Interface MotionComposerFlow

Represents a flow in Motion Composer. Flows execute in parallel, while commands within each flow execute sequentially. Flows can optionally repeat command execution a specified number of times or indefinitely.

Hierarchy

  • MotionComposerFlow

Properties

Properties

A list of commands to execute sequentially.

name?: string

Optional name to distinguish between flows. Typical examples include 'Left Wheel' and 'Custom Velocity Profile'.

repeat?: number | RepeatConfig

Specifies the number of times to repeat this flow, with an optional delay between each execution. If undefined (default), the flow executes only once.

Generated using TypeDoc