6#ifndef YARP_DEV_IMPLEMENTCONTROLCALIBRATION_H
7#define YARP_DEV_IMPLEMENTCONTROLCALIBRATION_H
15class ImplementControlCalibration;
33 bool initialize (
int size,
const int *amap,
const double *enc,
const double *zos);
define control board standard interfaces
Interface for control devices, calibration commands.
Interface for control devices, calibration commands.
bool calibrationDone(int j) override
Check if the calibration is terminated, on a particular joint.
bool setCalibrationParameters(int axis, const CalibrationParameters ¶ms) override
Start calibration, this method is very often platform specific.
bool initialize(int size, const int *amap, const double *enc, const double *zos)
Initialize the internal data and alloc memory.
bool calibrateAxisWithParams(int axis, unsigned int type, double p1, double p2, double p3) override
Start calibration, this method is very often platform specific.
bool uninitialize()
Clean up internal data and memory.
IControlCalibrationRaw * iCalibrate
virtual ~ImplementControlCalibration()
Destructor.
For streams capable of holding different kinds of content, check what they actually have.
The main, catch-all namespace for YARP.