|
#include <memory>
#include <optional>
#include <string>
#include <SimoxUtility/shapes/OrientedBox.h>
#include <RobotAPI/libraries/core/FramedPose.h>
#include <RobotAPI/libraries/core/Names.h>
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 } |