Location.h File Reference
#include <memory>
#include <optional>
#include <string>
#include <SimoxUtility/shapes/OrientedBox.h>
#include <RobotAPI/libraries/core/FramedPose.h>
#include <RobotAPI/libraries/core/Names.h>
+ Include dependency graph for Location.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FramedBoxedLocation
 
struct  FramedLocation
 
struct  Location
 
struct  LocationId
 

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
 armarx::priorknowledge
 
 armarx::priorknowledge::util
 

Typedefs

using FramedBoxedLocationPtr = std::unique_ptr< FramedBoxedLocation >
 
using FramedLocationPtr = std::unique_ptr< FramedLocation >
 
using LocationPtr = std::unique_ptr< Location >
 

Enumerations

enum  LocationType { FRAMED_LOCATION, FRAMED_BOXED_LOCATION }