Skip to content
Snippets Groups Projects
Commit 7bc679d8 authored by Fabian Reister's avatar Fabian Reister
Browse files

fix: using obstacles in optimization

parent 66e0811b
No related branches found
No related tags found
1 merge request!28Draft: Dev -> Main
......@@ -37,7 +37,7 @@ namespace armarx::navigation::local_planning
obst->pushBackVertex(max.x(), min.y());
obst->finalizePolygon();
obst->setUseForOptimization(false);
obst->setUseForOptimization(true);
container.push_back(obst);
// visualize bounding box if layer is available
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment