|
#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/CartesianWaypointControllerConfig.h>
#include "CartesianVelocityControllerWithRamp.h"
Go to the source code of this file.
Classes | |
class | CartesianWaypointController |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Eigen | |
Typedefs | |
using | CartesianWaypointControllerPtr = std::shared_ptr< CartesianWaypointController > |