17 #ifndef __sot_talos_balance_state_transformation_H__
18 #define __sot_talos_balance_state_transformation_H__
25 #if defined(state_transformation_EXPORTS)
26 #define STATETRANSFORMATION_EXPORT __declspec(dllexport)
28 #define STATETRANSFORMATION_EXPORT __declspec(dllimport)
31 #define STATETRANSFORMATION_EXPORT
34 #include <sot/core/robot-utils.hh>
39 #include <dynamic-graph/linear-algebra.h>
40 #include <dynamic-graph/signal-helper.h>
43 #include <sot/core/matrix-geometry.hh>
45 #include "boost/assign.hpp"
49 namespace talos_balance {
56 :
public ::dynamicgraph::Entity {
57 DYNAMIC_GRAPH_ENTITY_DECL();
60 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
68 DECLARE_SIGNAL_IN(referenceFrame, MatrixHomogeneous);
77 virtual void display(std::ostream& os)
const;
89 #endif // #ifndef __sot_talos_balance_state_transformation_H__