|
#include <ArmarXCore/core/Component.h>
#include <RobotAPI/interface/components/TrajectoryPlayerInterface.h>
#include <RobotAPI/interface/units/RobotPoseUnitInterface.h>
#include <RobotAPI/libraries/core/RobotAPIObjectFactories.h>
#include <RobotAPI/libraries/core/Trajectory.h>
#include <ArmarXCore/core/services/tasks/PeriodicTask.h>
#include <RobotAPI/libraries/core/PIDController.h>
#include <ArmarXCore/interface/observers/ObserverInterface.h>
#include <RobotAPI/libraries/core/Pose.h>
#include <RobotAPI/components/DebugDrawer/DebugDrawerComponent.h>
#include <RobotAPI/libraries/core/remoterobot/RemoteRobot.h>
#include <mutex>
Go to the source code of this file.
Classes | |
class | TrajectoryPlayer |
Brief description of class TrajectoryPlayer. More... | |
class | TrajectoryPlayerPropertyDefinitions |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Typedefs | |
using | TrajectoryPlayerPtr = ::IceInternal::Handle< ::armarx::TrajectoryPlayer > |