10 #ifndef __SOT_WAISTATTITUDEFROMSENSOR_H__ 11 #define __SOT_WAISTATTITUDEFROMSENSOR_H__ 18 #include <dynamic-graph/linear-algebra.h> 21 #include <dynamic-graph/entity.h> 22 #include <dynamic-graph/signal-ptr.h> 23 #include <dynamic-graph/signal-time-dependent.h> 25 #include <sot/core/matrix-geometry.hh> 35 #if defined(waist_attitude_from_sensor_EXPORTS) 36 #define SOTWAISTATTITUDEFROMSENSOR_EXPORT __declspec(dllexport) 38 #define SOTWAISTATTITUDEFROMSENSOR_EXPORT __declspec(dllimport) 41 #define SOTWAISTATTITUDEFROMSENSOR_EXPORT 56 virtual const std::string&
getClassName(
void)
const {
return CLASS_NAME; }
63 VectorRollPitchYaw& computeAttitudeWaist(VectorRollPitchYaw& res,
77 void fromSensor(
const bool& inFromSensor) { fromSensor_ = inFromSensor; }
88 dynamicgraph::Vector& computePositionWaist(dynamicgraph::Vector& res,
98 #endif // #ifndef __SOT_WAISTATTITUDEFROMSENSOR_H__ virtual const std::string & getClassName(void) const
Definition: waist-attitude-from-sensor.h:56
Definition: waist-attitude-from-sensor.h:52
dg::SignalPtr< MatrixHomogeneous, int > positionSensorSIN
Definition: waist-attitude-from-sensor.h:67
static const std::string CLASS_NAME
Definition: waist-attitude-from-sensor.h:55
#define SOTWAISTATTITUDEFROMSENSOR_EXPORT
Definition: waist-attitude-from-sensor.h:41
dg::SignalTimeDependent< VectorRollPitchYaw, int > attitudeWaistSOUT
Definition: waist-attitude-from-sensor.h:68
Definition: angle-estimator.h:43
dg::SignalPtr< MatrixRotation, int > attitudeSensorSIN
Definition: waist-attitude-from-sensor.h:66