|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
9 #ifndef YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERREMOTECALIBRATOR_H
10 #define YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERREMOTECALIBRATOR_H
34 #endif // YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERREMOTECALIBRATOR_H
bool homingSingleJoint(int j) override
homingSingleJoint: call the homing procedure for a single joint
bool calibrateSingleJoint(int j) override
calibrateSingleJoint: call the calibration procedure for the single joint
yarp::dev::IRemoteCalibrator * getCalibratorDevice() override
getCalibratorDevice: return the pointer stored with the setCalibratorDevice
bool quitPark() override
quitPark: interrupt the park procedure
bool homingWholePart() override
homingWholePart: call the homing procedure for a the whole part/device
bool quitCalibrate() override
quitCalibrate: interrupt the calibration procedure
bool calibrateWholePart() override
calibrateWholePart: call the procedure for calibrating the whole device
bool parkSingleJoint(int j, bool _wait=true) override
parkSingleJoint(): start the parking procedure for the single joint
bool isCalibratorDevicePresent(bool *isCalib) override
isCalibratorDevicePresent: check if a calibrator device has been set
bool parkWholePart() override
parkWholePart: start the parking procedure for the whole part
IRemoteCalibrator interface is meant to remotize the access of the calibration device in order to all...