MotionConstraints

fun MotionConstraints(    maxV: Double,     accel: Double,     rawDeccel: Double = accel)

Parameters

maxV

max velocity

accel

max acceleration

deccel

max deceleration