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
+ 1
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -59,7 +59,7 @@ namespace armarx::navigation::memory::client::laser_scanner_features
{
if (query.name.empty())
{
ARMARX_INFO << "querying all entities";
ARMARX_DEBUG << "querying all entities";
return sel.entities().all();
}
return sel.entities().withName(query.name);
Loading