|
#include <ArmarXCore/core/time/CycleUtil.h>
#include <VirtualRobot/Robot.h>
#include <VirtualRobot/IK/DifferentialIK.h>
#include "RobotAPI/components/units/RobotUnit/SensorValues/SensorValueForceTorque.h"
#include <RobotAPI/components/units/RobotUnit/RobotUnit.h>
#include <RobotAPI/components/units/RobotUnit/NJointControllers/NJointController.h>
#include <RobotAPI/components/units/RobotUnit/ControlTargets/ControlTarget1DoFActuator.h>
#include <RobotAPI/components/units/RobotUnit/SensorValues/SensorValue1DoFActuator.h>
#include <RobotAPI/libraries/core/CartesianVelocityController.h>
#include <dmp/representation/dmp/umitsmp.h>
#include <armarx/control/deprecated_njoint_mp_controller/task_space/ControllerInterface.h>
#include <armarx/control/deprecated_njoint_mp_controller/TaskSpaceVMP.h>
Go to the source code of this file.
Classes | |
class | DeprecatedNJointTSDMPController |
The DeprecatedNJointTSDMPController class. More... | |
class | DeprecatedNJointTSDMPControllerControlData |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
armarx::control | |
armarx::control::deprecated_njoint_mp_controller | |
armarx::control::deprecated_njoint_mp_controller::task_space | |
Typedefs | |
using | ViaPoint = std::pair< double, DMP::DVec > |
using | ViaPointsSet = std::vector< ViaPoint > |
Functions | |
TYPEDEF_PTRS_HANDLE (DeprecatedNJointTSDMPController) | |
TYPEDEF_PTRS_HANDLE (DeprecatedNJointTSDMPControllerControlData) | |