|
#include <RobotAPI/libraries/core/math/MathUtils.h>
#include <ArmarXCore/core/logging/Logging.h>
#include <ArmarXCore/core/exceptions/local/ExpressionException.h>
#include <ArmarXCore/core/time/TimeUtil.h>
#include <Eigen/Core>
#include <mutex>
Go to the source code of this file.
Classes | |
class | MultiDimPIDControllerTemplate< dimensions > |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Typedefs | |
using | MultiDimPIDController = MultiDimPIDControllerTemplate<> |
using | MultiDimPIDControllerPtr = std::shared_ptr< MultiDimPIDControllerTemplate<> > |