I want to ask about the intention for adding the "wtime " parameter in the KinodynamicAstar::estimateHeuristic().
In this function, the trajectory cost J(T) equals to -c1 / (3 t t t) - c2 / (2 t t) - c3 / t + "wtime" t,
but in the paper "Robust and Efficient Quadrotor Trajectory
Generation for Fast Autonomous Flight,2019" the cost J(T) doesn't have the wtime parameter.
I want to ask about the intention for adding the "wtime " parameter in the KinodynamicAstar::estimateHeuristic(). In this function, the trajectory cost J(T) equals to -c1 / (3 t t t) - c2 / (2 t t) - c3 / t + "wtime" t, but in the paper "Robust and Efficient Quadrotor Trajectory Generation for Fast Autonomous Flight,2019" the cost J(T) doesn't have the wtime parameter.