MotionProfile

public final class MotionProfile

Trapezoidal motion profile composed of motion segments.

Parameters

segments

profile motion segments

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
private final List<MotionSegment> segments

Functions

Link copied to clipboard
public final Double duration()

Returns the duration of the motion profile.

Link copied to clipboard
public final MotionState end()

Returns the end MotionState.

Link copied to clipboard
public final MotionProfile flipped()

Returns a flipped (negated) version of the motion profile.

Link copied to clipboard
public final MotionState get(Double t)

Returns the MotionState at time t.

Link copied to clipboard
public final List<MotionSegment> getSegments()
Link copied to clipboard
public final MotionProfile plus(MotionProfile other)

Returns a new motion profile with other concatenated.

Link copied to clipboard
public final MotionProfile reversed()

Returns a reversed version of the motion profile.

Link copied to clipboard
public final MotionState start()

Returns the start MotionState.