Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
xiaozialei opened this issue Mar 20, 2022 · 1 comment

Comments

@xiaozialei
Copy link

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.

@CodenSxq
Copy link

CodenSxq commented May 5, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants