21 #ifndef _CARTESIANCONTROLSIMPLEP2PMOVEMENT_H_
22 #define _CARTESIANCONTROLSIMPLEP2PMOVEMENT_H_
24 #include <yarp/robottestingframework/TestCase.h>
25 #include <yarp/os/Property.h>
26 #include <yarp/dev/PolyDriver.h>
41 yarp::dev::PolyDriver driver;
46 virtual bool setup(yarp::os::Property& property);
47 virtual void tearDown();
This test verifies the point-to-point cartesian movement.