Remove dT from FIR planner inputs

This commit is contained in:
Unknown
2018-08-11 14:50:38 -04:00
parent 332ef149c6
commit 5d9ea7c227
+1 -1
View File
@@ -13,7 +13,7 @@ import random
# vr, ar and dr Reached values of velocity and acceleration
# Tj , Tja, Tjv and Tjd Length of the constant jerk stages (FIR filter time)
def FIR_trapPlan(Xf, Xi, Vi, Ai, Vmax, Amax, Dmax, dT=0.001):
def FIR_trapPlan(Xf, Xi, Vi, Ai, Vmax, Amax, Dmax):
dX = Xf - Xi # Distance to travel
s = np.sign(dX) # Sign