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

Maximum feasible cost allowed after a optimisation step? #9

Open
shubham-shahh opened this issue Jan 25, 2023 · 3 comments
Open

Maximum feasible cost allowed after a optimisation step? #9

shubham-shahh opened this issue Jan 25, 2023 · 3 comments

Comments

@shubham-shahh
Copy link

Hi,
thanks for this awesome work @ZhepeiWang
I am using ego-swarm-planner-v2 which uses lbfgs.hpp, I am not sure if it's related to this repo, but your help is much appreciated.

recently, when I was trying ego-swarm-planner-v2, I observed, the drone made a path with cost = 1794351201.188. and the generated path was not good and the drone started executing the path, I am curious, what's the maximum "feasible" cost I can allow?

below I have attached the image with cost and path

thanks and regards
imageedit_2_5660280720

@shubham-shahh
Copy link
Author

shubham-shahh commented Jan 29, 2023

Hi @bigsuperZZZX, your help is much appreciated

@bigsuperZZZX
Copy link
Member

The maximum "feasible" cost depends on your implementation.
From an engineering point, you could record the normal cost when planning in the most cluttered environment possible, and then the maximum "feasible" cost can be set several times larger than the normal cost just recorded.

@shubham-shahh
Copy link
Author

The maximum "feasible" cost depends on your implementation. From an engineering point, you could record the normal cost when planning in the most cluttered environment possible, and then the maximum "feasible" cost can be set several times larger than the normal cost just recorded.

I see, that makes sense. If I try to introduce a check with a max cost, I am facing issues, as mentioned here
ZJU-FAST-Lab/EGO-Planner-v2#12 (comment)

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