35#ifndef _vpForceTorqueAtiSensor_h_
36#define _vpForceTorqueAtiSensor_h_
38#include <visp3/core/vpConfig.h>
40#if defined(VISP_HAVE_ATIDAQ) && defined(VISP_HAVE_COMEDI)
44#include <visp3/core/vpColVector.h>
45#include <visp3/sensor/vpComedi.h>
Implementation of column vector and the associated operations.
unsigned short m_index
Index of calibration in file (default: 1).
std::string getForceUnits() const
std::string getCalibrationFile() const
unsigned short m_num_axes
Number of axis or gages available from the sensor.
std::string getTorqueUnits() const
friend VISP_EXPORT std::ostream & operator<<(std::ostream &os, const vpForceTorqueAtiSensor &ati)
std::string m_calibfile
ATI calibration file FT*.cal.
vpColVector m_sample_bias
Sample value used for bias.
void setCalibrationFile(const std::string &calibfile, unsigned short index=1)
vpColVector getForceTorqueAsync() const
unsigned short m_num_channels
Number of channels available from the sensor.