This class contains the algorithm which takes the raw ADC reading, and uses the N-point piecewise linear algorithm to convert it to an angle in degrees. More...
#include "sr_utilities/calibration.hpp"
#include "sr_utilities/sr_math_utils.hpp"
#include <boost/assert.hpp>
#include <boost/foreach.hpp>
#include <algorithm>
#include <vector>
#include <iostream>
Go to the source code of this file.
Namespaces | |
shadow_robot | |
This class contains the algorithm which takes the raw ADC reading, and uses the N-point piecewise linear algorithm to convert it to an angle in degrees.
Definition in file calibration.cpp.