RobotStateObserver.h File Reference
#include <ArmarXCore/core/system/ImportExport.h>
#include <ArmarXCore/core/Component.h>
#include <ArmarXCore/interface/observers/VariantBase.h>
#include <RobotAPI/interface/units/KinematicUnitInterface.h>
#include <RobotAPI/interface/core/RobotStateObserverInterface.h>
#include <RobotAPI/interface/core/RobotState.h>
#include <ArmarXCore/observers/ConditionCheck.h>
#include <ArmarXCore/observers/Observer.h>
#include <VirtualRobot/VirtualRobot.h>
#include <string>
+ Include dependency graph for RobotStateObserver.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RobotStateObserver
 ArmarX RobotStateObserver. More...
 
class  RobotStateObserverPropertyDefinitions
 RobotStatePropertyDefinition Property Definitions. More...
 

Namespaces

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

Typedefs

using FramedPoseBaseMap = ::std::map< ::std::string, ::armarx::FramedPoseBasePtr >
 
using RobotStateObserverPtr = IceInternal::Handle< RobotStateObserver >