9 #ifndef __SOT_Calibrator_HH__ 10 #define __SOT_Calibrator_HH__ 17 #include <dynamic-graph/linear-algebra.h> 21 #include <dynamic-graph/signal-time-dependent.h> 22 #include <dynamic-graph/signal-ptr.h> 23 #include <dynamic-graph/entity.h> 31 # if defined (calibrator_EXPORTS) 32 # define Calibrator_EXPORT __declspec(dllexport) 34 # define Calibrator_EXPORT __declspec(dllimport) 37 # define Calibrator_EXPORT 58 static const double TIME_STEP_DEFAULT;
61 static const std::string CLASS_NAME;
62 virtual void display( std::ostream& os )
const;
63 virtual const std::string& getClassName(
void )
const 73 SignalPtr<dg::Vector, int> positionSIN;
74 SignalPtr<dg::Vector, int> velocitySIN;
75 SignalPtr<dg::Vector, int> calibration_torqueSIN;
77 SignalPtr<dg::Vector, int> hardstop2zeroSIN;
81 SignalTimeDependent<dg::Vector, int> positionSOUT;
83 SignalTimeDependent<dg::Vector, int> controlSOUT;
84 SignalTimeDependent<int, int> calibrated_flagSOUT;
90 SignalTimeDependent<int, int> internal_signal_refresher_;
92 double& setsize(
int dimension);
94 double threshold_velocity;
98 dg::Vector& calibrate( dg::Vector& tau,
int t );
99 dg::Vector& compute_position( dg::Vector& pos,
int t);
100 int& is_calibrated(
int& calibrated_flag,
int t);
101 int calibrated_flag_;
102 dg::Vector calibrated;
105 dg::Vector start2hardstop;
116 #endif // #ifndef __SOT_Calibrator_HH__ Definition: calibrator.hpp:47
Definition: ComImpedanceController.hpp:31