setTurnConstraint

open fun setTurnConstraint(maxAngVel: Double, maxAngAccel: Double): T

Set the turn constraints for the next builder instructions.

Return

The builder

Parameters

maxAngVel

The maximum angular velocity (radians/sec)

maxAngAccel

The maximum angular acceleration (radians/sec^2)


open fun setTurnConstraint(maxAngVel: Double, velUnit: Velocity<Angle>, maxAngAccel: Double, accelUnit: Velocity<Velocity<Angle>>): T

Set the turn constraints for the next builder instructions.

Return

The builder

Parameters

maxAngVel

The maximum angular velocity

velUnit

The unit of the maximum angular velocity (will be converted to radians/sec)

maxAngAccel

The maximum angular acceleration

accelUnit

The unit of the maximum angular acceleration (will be converted to radians/sec^2)