33 #ifndef _vpForceTorqueAtiSensor_h_
34 #define _vpForceTorqueAtiSensor_h_
36 #include <visp3/core/vpConfig.h>
38 #if defined(VISP_HAVE_ATIDAQ) && defined(VISP_HAVE_COMEDI)
42 #include <visp3/core/vpColVector.h>
43 #include <visp3/sensor/vpComedi.h>
100 std::string getForceUnits()
const;
101 std::string getTorqueUnits()
const;
105 void setCalibrationFile(
const std::string &calibfile,
unsigned short index = 1);
Implementation of column vector and the associated operations.
unsigned short m_index
Index of calibration in file (default: 1)
std::string getCalibrationFile() const
unsigned short m_num_axes
Number of axis or gages available from the sensor.
std::string m_calibfile
ATI calibration file FT*.cal.
vpColVector m_sample_bias
Sample value used for bias.
unsigned short m_num_channels
Number of channels available from the sensor.