Fast-Planner icon indicating copy to clipboard operation
Fast-Planner copied to clipboard

about the "w_time_ " parameter in KinodynamicAstar::estimateHeuristic()

Open xiaozialei opened this issue 2 years ago • 1 comments

I want to ask about the intention for adding the "w_time_ " 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 + "w_time_" * t, but in the paper "Robust and Efficient Quadrotor Trajectory Generation for Fast Autonomous Flight,2019" the cost J(T) doesn't have the w_time_ parameter.

xiaozialei avatar Mar 20 '22 06:03 xiaozialei

I also want to why. Anyone could give me an answer?

CodenSxq avatar May 05 '22 08:05 CodenSxq