6#ifndef IREMOTECALIBRATORTEST_H
7#define IREMOTECALIBRATORTEST_H
11#include <catch2/catch_amalgamated.hpp>
23 b =
icalib->calibrateSingleJoint(0);
26 b =
icalib->calibrateWholePart();
29 b =
icalib->homingSingleJoint(0);
32 b =
icalib->homingWholePart();
35 b =
icalib->parkSingleJoint(0);
38 b =
icalib->parkWholePart();
41 b =
icalib->quitCalibrate();
IRemoteCalibrator interface is meant to remotize the access of the calibration device in order to all...
A mini-server for performing network communication in the background.
void exec_iRemoteCalibrator_test_1(IRemoteCalibrator *icalib)
For streams capable of holding different kinds of content, check what they actually have.
An interface to the operating system, including Port based communication.