TrapezoidProfileConstraints

data class TrapezoidProfileConstraints<U : Unit<U>>(val maxVelocity: Per<U, TimeUnit>, val maxAcceleration: Per<PerUnit<U, TimeUnit>, TimeUnit>)(source)

Constraints for a trapezoidal motion profile.

Constructors

Link copied to clipboard
constructor(maxVelocity: Per<U, TimeUnit>, maxAcceleration: Per<PerUnit<U, TimeUnit>, TimeUnit>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum acceleration of the profile.

Link copied to clipboard

The maximum velocity of the profile.