21 #ifndef _CARTESIANCONTROLREACHINGTOLERANCE_H_
22 #define _CARTESIANCONTROLREACHINGTOLERANCE_H_
24 #include <yarp/robottestingframework/TestCase.h>
25 #include <yarp/os/Property.h>
26 #include <yarp/dev/PolyDriver.h>
27 #include <yarp/sig/Vector.h>
42 yarp::dev::PolyDriver drvCart;
43 yarp::dev::PolyDriver drvJoint;
45 double compute_error(
const yarp::sig::Vector &xh,
const yarp::sig::Vector &oh,
46 const yarp::sig::Vector &x,
const yarp::sig::Vector &o);
51 virtual bool setup(yarp::os::Property& property);
52 virtual void tearDown();
This test verifies the point-to-point cartesian movement.