MotionProfile

class MotionProfile(val segments: List<MotionSegment>)

Trapezoidal motion profile composed of motion segments.

Parameters

segments

profile motion segments

Constructors

Link copied to clipboard
constructor(segments: List<MotionSegment>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard

Returns the duration of the motion profile.

Link copied to clipboard

Returns the end MotionState.

Link copied to clipboard

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

Link copied to clipboard
operator fun get(t: Double): MotionState

Returns the MotionState at time t.

Link copied to clipboard
operator fun plus(other: MotionProfile): MotionProfile

Returns a new motion profile with other concatenated.

Link copied to clipboard

Returns a reversed version of the motion profile.

Link copied to clipboard

Returns the start MotionState.