|
#include <memory>
#include <Eigen/Dense>
#include <VirtualRobot/Robot.h>
#include <RobotAPI/libraries/core/CartesianPositionController.h>
#include <RobotAPI/libraries/core/Pose.h>
#include <RobotAPI/interface/core/CartesianNaturalPositionControllerConfig.h>
#include "CartesianVelocityControllerWithRamp.h"
Go to the source code of this file.
Classes | |
class | CartesianNaturalPositionController |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Eigen | |
Typedefs | |
using | CartesianNaturalPositionControllerPtr = std::shared_ptr< CartesianNaturalPositionController > |
using | Vector6f = Matrix< float, 6, 1 > |