#include <VirtualRobot/Robot.h>
#include <RobotAPI/libraries/core/remoterobot/RemoteRobot.h>
#include <RobotAPI/interface/core/RobotState.h>
#include <RobotAPI/interface/speech/SpeechInterface.h>
#include <RobotAPI/interface/visualization/DebugDrawerInterface.h>
#include <MemoryX/interface/components/LongtermMemoryInterface.h>
#include <VisionX/components/object_perception/ObjectLocalizerProcessor.h>
#include <VisionX/interface/components/FaceRecognitionInterface.h>
#include <VisionX/interface/components/ObjectPoseInterface.h>
#include <VisionX/interface/components/PointCloudAndImageAndCalibrationProviderInterface.h>
#include <VisionX/tools/TypeMapping.h>
Go to the source code of this file.