11 #ifndef __sot_core_admittance_control_op_point_H__    12 #define __sot_core_admittance_control_op_point_H__    19 #if defined(admittance_control_op_point_EXPORTS)    20 #define ADMITTANCECONTROLOPPOINT_EXPORT __declspec(dllexport)    22 #define ADMITTANCECONTROLOPPOINT_EXPORT __declspec(dllimport)    25 #define ADMITTANCECONTROLOPPOINT_EXPORT    36 #include "pinocchio/spatial/force.hpp"    37 #include "pinocchio/spatial/motion.hpp"    38 #include "pinocchio/spatial/se3.hpp"    64   EIGEN_MAKE_ALIGNED_OPERATOR_NEW
    73   void init(
const double &
dt);
   107   virtual void display(std::ostream &os) 
const;
   127 #endif  // #ifndef __sot_core_admittance_control_op_point_H__ 
Eigen::Transform< double, 3, Eigen::Affine > SOT_CORE_EXPORT MatrixHomogeneous
Admittance controller for an operational point wrt to a force sensor. It can be a point of the model ...
bool m_initSucceeded
True if the entity has been successfully initialized. 
#define DECLARE_SIGNAL_IN(name, type)
dynamicgraph::Vector m_w_dq
Internal state. 
int m_n
Dimension of the force signals and of the output. 
#define DECLARE_SIGNAL_INNER(name, type)
#define ADMITTANCECONTROLOPPOINT_EXPORT
#define DYNAMIC_GRAPH_ENTITY_DECL()
#define DECLARE_SIGNAL_OUT(name, type)
void init(bool compute_local_aabb=true)
double m_dt
Time step of the control.