Go to the documentation of this file.
10 #ifndef __SOT_WAISTATTITUDEFROMSENSOR_H__
11 #define __SOT_WAISTATTITUDEFROMSENSOR_H__
21 #include <dynamic-graph/entity.h>
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; }
64 const sigtime_t& time);
77 void fromSensor(
const bool& inFromSensor) { fromSensor_ = inFromSensor; }
89 const sigtime_t& time);
98 #endif // #ifndef __SOT_WAISTATTITUDEFROMSENSOR_H__
dg::SignalTimeDependent< VectorRollPitchYaw, sigtime_t > attitudeWaistSOUT
virtual const std::string & getClassName(void) const
Eigen::Vector3d SOT_CORE_EXPORT VectorRollPitchYaw
static const std::string CLASS_NAME
dg::SignalPtr< MatrixRotation, sigtime_t > attitudeSensorSIN
dg::SignalPtr< MatrixHomogeneous, sigtime_t > positionSensorSIN
#define SOTWAISTATTITUDEFROMSENSOR_EXPORT