LocationNameResolver.h File Reference
+ Include dependency graph for LocationNameResolver.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  LocationNameResolverServices
 Everything needed to turn a spoken place into a location. More...
 
struct  ResolvedLocation
 A location in the navigation memory, identified the way the memory identifies it. More...
 

Namespaces

namespace  armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
namespace  armarx::navigation
 This file is part of ArmarX.
 
namespace  armarx::navigation::skills
 

Functions

std::optional< ResolvedLocationresolveLocationName (const std::string &locationName, const LocationNameResolverServices &services, double minMatchRatio, bool useObjectLocations)
 Resolve a human-readable place onto a location, the way NavigateToNamedLocation does.