10 #ifndef __SOT_JOINTLIMITS_HH__
11 #define __SOT_JOINTLIMITS_HH__
18 #include <dynamic-graph/linear-algebra.h>
21 #include <dynamic-graph/all-signals.h>
22 #include <dynamic-graph/entity.h>
31 #if defined(motion_period_EXPORTS)
32 #define SOTMOTIONPERIOD_EXPORT __declspec(dllexport)
34 #define SOTMOTIONPERIOD_EXPORT __declspec(dllimport)
37 #define SOTMOTIONPERIOD_EXPORT
53 virtual const std::string &
getClassName(
void)
const {
return CLASS_NAME; }
69 void resize(
const unsigned int &size);
73 dynamicgraph::SignalTimeDependent<dynamicgraph::Vector, int>
motionSOUT;
82 virtual void display(std::ostream &os)
const;
Definition: motion-period.hh:50
static const std::string CLASS_NAME
Definition: motion-period.hh:52
MotionPeriodType
Definition: motion-period.hh:56
@ MOTION_CONSTANT
Definition: motion-period.hh:56
MotionPeriod(const std::string &name)
virtual void display(std::ostream &os) const
unsigned int size
Definition: motion-period.hh:66
virtual ~MotionPeriod(void)
Definition: motion-period.hh:77
std::vector< sotMotionParam > motionParams
Definition: motion-period.hh:67
dynamicgraph::Vector & computeMotion(dynamicgraph::Vector &res, const int &time)
dynamicgraph::SignalTimeDependent< dynamicgraph::Vector, int > motionSOUT
Definition: motion-period.hh:73
void resize(const unsigned int &size)
virtual const std::string & getClassName(void) const
Definition: motion-period.hh:53
#define SOTMOTIONPERIOD_EXPORT
Definition: motion-period.hh:37
Definition: abstract-sot-external-interface.hh:17
Definition: motion-period.hh:58
unsigned int period
Definition: motion-period.hh:60
MotionPeriodType motionType
Definition: motion-period.hh:59
double amplitude
Definition: motion-period.hh:62
double initAmplitude
Definition: motion-period.hh:63
unsigned int initPeriod
Definition: motion-period.hh:61