|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
36 return IRemoteCalibrator::getCalibratorDevice()->calibrateSingleJoint(j);
bool homingSingleJoint(int j) override
homingSingleJoint: call the homing procedure for a single joint
virtual bool isCalibratorDevicePresent(bool *isCalib)
isCalibratorDevicePresent: check if a calibrator device has been set
bool calibrateSingleJoint(int j) override
calibrateSingleJoint: call the calibration procedure for the single joint
virtual bool quitCalibrate()=0
quitCalibrate: interrupt the calibration procedure
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
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 yarp::dev::IRemoteCalibrator * getCalibratorDevice()
getCalibratorDevice: return the pointer stored with the setCalibratorDevice
const yarp::os::LogComponent & CONTROLBOARDWRAPPER()
virtual bool calibrateWholePart()=0
calibrateWholePart: call the procedure for calibrating the whole device
bool quitCalibrate() override
quitCalibrate: interrupt the calibration procedure
virtual bool parkSingleJoint(int j, bool _wait=true)=0
parkSingleJoint(): start the parking procedure for the single joint
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
virtual bool parkWholePart()=0
parkWholePart: start the parking procedure for the whole part
#define yCTrace(component,...)
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