MotionProfileBuilder

public final class MotionProfileBuilder

Easy-to-use builder for creating motion profiles.

Parameters

start

start motion state

Constructors

Functions

Link copied to clipboard

Appends a constant-acceleration control for the provided duration.

Link copied to clipboard

Appends a constant-jerk control for the provided duration.

Link copied to clipboard

Appends a MotionProfile to the current queue of control actions.

Link copied to clipboard
public final MotionProfile build()

Constructs and returns the MotionProfile instance.