Skip to content
Snippets Groups Projects

Add laser scanner features to teb planning

Merged Tobias Gröger requested to merge feature/dynamic-non-human-obstacles into master
2 files
+ 11
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -272,6 +272,8 @@ namespace armarx::navigation::components::navigator
executorPtr = &executor.value();
}
// if we emplace an existing key it is not replaced, so remove it first.
navigators.erase(callerId);
navigators.emplace(
std::piecewise_construct,
std::forward_as_tuple(callerId),
Loading