55 #include <visp3/core/vpConfig.h>
56 #include <visp3/core/vpDebug.h>
57 #if !defined(_WIN32) && (defined(__unix__) || defined(__unix) || (defined(__APPLE__) && defined(__MACH__)))
62 #if defined(VISP_HAVE_PTU46) && defined(VISP_HAVE_DC1394) && defined(VISP_HAVE_THREADS)
66 #include <visp3/core/vpDisplay.h>
67 #include <visp3/core/vpImage.h>
68 #include <visp3/gui/vpDisplayX.h>
69 #include <visp3/sensor/vp1394TwoGrabber.h>
71 #include <visp3/core/vpHomogeneousMatrix.h>
72 #include <visp3/core/vpMath.h>
73 #include <visp3/core/vpPoint.h>
74 #include <visp3/visual_features/vpFeatureBuilder.h>
75 #include <visp3/visual_features/vpFeaturePoint.h>
76 #include <visp3/vs/vpServo.h>
78 #include <visp3/robot/vpRobotPtu46.h>
81 #include <visp3/core/vpException.h>
82 #include <visp3/vs/vpServoDisplay.h>
84 #include <visp3/blob/vpDot2.h>
86 std::mutex mutexEndLoop;
88 void signalCtrC(
int signumber)
91 mutexEndLoop.unlock();
93 vpTRACE(
"Ctrl-C pressed...");
98 #ifdef ENABLE_VISP_NAMESPACE
102 std::cout << std::endl;
103 std::cout <<
"-------------------------------------------------------" << std::endl;
104 std::cout <<
" Test program for vpServo " << std::endl;
105 std::cout <<
" Eye-in-hand task control, velocity computed in the camera frame" << std::endl;
106 std::cout <<
" Simulation " << std::endl;
107 std::cout <<
" task : servo a point " << std::endl;
108 std::cout <<
"-------------------------------------------------------" << std::endl;
109 std::cout << std::endl;
113 signal(SIGINT, &signalCtrC);
133 vpERROR_TRACE(
" Error caught");
137 vpDisplayX display(I, 100, 100,
"testDisplayX.cpp ");
145 vpERROR_TRACE(
" Error caught");
154 vpERROR_TRACE(
"start dot.initTracking(I) ");
158 vpDEBUG_TRACE(25,
"Click!");
161 vpERROR_TRACE(
"after dot.initTracking(I) ");
164 vpERROR_TRACE(
" Error caught ");
170 vpTRACE(
"sets the current position of the visual feature ");
175 vpTRACE(
"sets the desired position of the visual feature ");
179 vpTRACE(
"define the task");
180 vpTRACE(
"\t we want an eye-in-hand control law");
181 vpTRACE(
"\t articular velocity are computed");
185 vpTRACE(
"Set the position of the end-effector frame in the camera frame");
191 std::cout << cVe << std::endl;
195 vpTRACE(
"Set the Jacobian (expressed in the end-effector frame)");
200 vpTRACE(
"\t we want to see a point on a point..");
201 std::cout << std::endl;
204 vpTRACE(
"\t set the gain");
207 vpTRACE(
"Display task information ");
212 unsigned int iter = 0;
214 while (0 != mutexEndLoop.trylock()) {
215 std::cout <<
"---------------------------------------------" << iter << std::endl;
238 vpTRACE(
"\t\t || s - s* || = %f ", (task.
getError()).sumSquare());
241 vpTRACE(
"Display task information ");
245 std::cout <<
"Sorry PtU46 not available. Got exception: " << e << std::endl;
252 int main() { std::cout <<
"You do not have an PTU46 PT robot connected to your computer..." << std::endl; }
Class for firewire ieee1394 video devices using libdc1394-2.x api.
void acquire(vpImage< unsigned char > &I)
void open(vpImage< unsigned char > &I)
Generic class defining intrinsic camera parameters.
Implementation of column vector and the associated operations.
static bool getClick(const vpImage< unsigned char > &I, bool blocking=true)
static void display(const vpImage< unsigned char > &I)
static void flush(const vpImage< unsigned char > &I)
This tracker is meant to track a blob (connex pixels with same gray level) on a vpImage.
void track(const vpImage< unsigned char > &I, bool canMakeTheWindowGrow=true)
void setCog(const vpImagePoint &ip)
error that can be emitted by ViSP classes.
static void create(vpFeaturePoint &s, const vpCameraParameters &cam, const vpImagePoint &t)
Class that defines a 2D point visual feature which is composed by two parameters that are the cartes...
vpFeaturePoint & buildFrom(const double &x, const double &y, const double &Z)
Implementation of an homogeneous matrix and operations on such kind of matrices.
Class that defines a 2D point in an image. This class is useful for image processing and stores only ...
Implementation of a matrix and operations on matrices.
void get_eJe(vpMatrix &eJe) VP_OVERRIDE
void setVelocity(const vpRobot::vpControlFrameType frame, const vpColVector &vel) VP_OVERRIDE
Interface for the Directed Perception ptu-46 pan, tilt head .
@ STATE_POSITION_CONTROL
Initialize the position controller.
@ STATE_VELOCITY_CONTROL
Initialize the velocity controller.
virtual vpRobotStateType setRobotState(const vpRobot::vpRobotStateType newState)
static void display(const vpServo &s, const vpCameraParameters &cam, const vpImage< unsigned char > &I, vpColor currentColor=vpColor::green, vpColor desiredColor=vpColor::red, unsigned int thickness=1)
void setInteractionMatrixType(const vpServoIteractionMatrixType &interactionMatrixType, const vpServoInversionType &interactionMatrixInversion=PSEUDO_INVERSE)
void addFeature(vpBasicFeature &s_cur, vpBasicFeature &s_star, unsigned int select=vpBasicFeature::FEATURE_ALL)
void set_cVe(const vpVelocityTwistMatrix &cVe_)
void print(const vpServo::vpServoPrintType display_level=ALL, std::ostream &os=std::cout)
void set_eJe(const vpMatrix &eJe_)
void setServo(const vpServoType &servo_type)
vpColVector getError() const
vpColVector computeControlLaw()
vpVelocityTwistMatrix get_cVe() const