17 #ifndef __sot_talos_balance_quat_to_euler_H__
18 #define __sot_talos_balance_quat_to_euler_H__
25 #if defined(position_controller_EXPORTS)
26 #define QUATTOEULER_EXPORT __declspec(dllexport)
28 #define QUATTOEULER_EXPORT __declspec(dllimport)
31 #define QUATTOEULER_EXPORT
38 #include <dynamic-graph/linear-algebra.h>
39 #include <dynamic-graph/signal-helper.h>
42 #include <sot/core/matrix-geometry.hh>
44 #include "boost/assign.hpp"
48 namespace talos_balance {
55 DYNAMIC_GRAPH_ENTITY_DECL();
58 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
72 virtual void display(std::ostream& os)
const;
DECLARE_SIGNAL_OUT(euler, ::dynamicgraph::Vector)
DECLARE_SIGNAL_IN(quaternion, ::dynamicgraph::Vector)
Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > Vector
#define QUATTOEULER_EXPORT