29 #ifndef _SR_CALIBRATION_HPP_ 30 #define _SR_CALIBRATION_HPP_ 72 explicit JointCalibration(std::vector<joint_calibration::Point> calibration_table);
81 double compute(
double raw_reading);
88 out <<
" calibration = {";
unsigned int calibration_table_size_
std::vector< joint_calibration::Point > calibration_table_
friend std::ostream & operator<<(std::ostream &out, const JointCalibration &calib)
static bool sort_growing_raw_operator(const Point &p1, const Point &p2)