Go to the documentation of this file.
7 #ifndef SOT_TOOLS_CUBIC_INTERPOLATION_SE3_HH
8 #define SOT_TOOLS_CUBIC_INTERPOLATION_SE3_HH
10 #include <dynamic-graph/entity.h>
11 #include <dynamic-graph/signal-ptr.h>
12 #include <dynamic-graph/signal-time-dependent.h>
14 #include <sot/core/matrix-geometry.hh>
20 DYNAMIC_GRAPH_ENTITY_DECL();
26 void start(
const double& duration);
35 virtual void doStart(
const double& duration);
36 dynamicgraph::Signal<MatrixHomogeneous, int>
soutSOUT_;
38 dynamicgraph::SignalPtr<MatrixHomogeneous, int>
initSIN_;
39 dynamicgraph::SignalPtr<MatrixHomogeneous, int>
goalSIN_;
41 MatrixHomogeneous&
computeSout(MatrixHomogeneous& sout,
const int& inTime);
61 #endif // SOT_TOOLS_CUBIC_INTERPOLATION_SE3_HH
Definition: cubic-interpolation-se3.hh:16