You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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.
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
The text was updated successfully, but these errors were encountered: