|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
10 #ifndef YARP_DEV_REMOTECALIBRATOR_H
11 #define YARP_DEV_REMOTECALIBRATOR_H
60 virtual bool isCalibratorDevicePresent(
bool* isCalib);
65 virtual void releaseCalibratorDevice();
121 #endif // YARP_DEV_REMOTECALIBRATOR_H
virtual bool quitCalibrate()=0
quitCalibrate: interrupt the calibration procedure
virtual bool homingWholePart()=0
homingWholePart: call the homing procedure for a the whole part/device
virtual bool homingSingleJoint(int j)=0
homingSingleJoint: call the homing procedure for a single joint
virtual bool calibrateWholePart()=0
calibrateWholePart: call the procedure for calibrating the whole device
virtual bool parkSingleJoint(int j, bool _wait=true)=0
parkSingleJoint(): start the parking procedure for the single joint
virtual bool calibrateSingleJoint(int j)=0
calibrateSingleJoint: call the calibration procedure for the single joint
The main, catch-all namespace for YARP.
virtual bool parkWholePart()=0
parkWholePart: start the parking procedure for the whole part
virtual ~IRemoteCalibrator()=default
IRemoteCalibrator interface is meant to remotize the access of the calibration device in order to all...
virtual bool quitPark()=0
quitPark: interrupt the park procedure