minAchievableAcceleration

Calculates the minimum achievable acceleration given a maximum voltage supply, a position, and a velocity. Useful for ensuring that velocity and acceleration constraints for a trapezoidal profile are simultaneously achievable - enter the velocity constraint, and this will give you a simultaneously-achievable acceleration constraint.

Return

The minimum possible acceleration at the given velocity.

Parameters

maxVoltage

The maximum voltage that can be supplied to the arm.

angle

The angle of the arm.

velocity

The velocity of the arm.