-
Notifications
You must be signed in to change notification settings - Fork 534
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
Properly support cost thresholding in STOMP #2658
Comments
AFAIK there are two use cases for STOMP, one for optimizing the result from other planner, the other is standalone planner. In my case I use standalone STOMP for all cartesian and joint space planning (not for optimizing the result from OMPL). Maybe different cost counter for two cases? |
This issue is being labeled as stale because it has been open 45 days with no activity. It will be automatically closed after another 45 days without follow-ups. |
@henningkayser And I just looked up the code quickly, there is a config What do you think? |
@henningkayser |
STOMP currently categorizes trajectories as invalid if they produce any penalty cost. This prevents us from optionally optimizing waypoints inside a valid constraint space, let's say for hitting position targets within tolerance or for maximizing clearance within acceptable limits. #2631 introduces a 0 cost for satisfied constraints to at least accept valid trajectories. A proper cost thresholding approach would instead still compute the cost, but set the validity flag depending on constraint tolerances.
The text was updated successfully, but these errors were encountered: