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

global_planning: removing mutex

parent fdc9aa97
No related branches found
No related tags found
1 merge request!25RT controller and simplification
......@@ -158,7 +158,6 @@ namespace armarx::navigation::global_planning
{
ARMARX_TRACE;
std::lock_guard g{scene.staticSceneMtx};
// FIXME check if costmap is available
algorithm::astar::AStarPlanner planner(*scene.staticScene->costmap);
......
......@@ -88,7 +88,6 @@ namespace armarx::navigation::global_planning
{
ARMARX_TRACE;
std::lock_guard g{scene.staticSceneMtx};
// FIXME check if costmap is available
algorithms::spfa::ShortestPathFasterAlgorithm::Parameters spfaParams;
......
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