57#include <visp3/core/vpConfig.h>
58#include <visp3/core/vpDebug.h>
59#if !defined(_WIN32) && (defined(__unix__) || defined(__unix) || (defined(__APPLE__) && defined(__MACH__)))
64#if (defined(VISP_HAVE_PTU46) & defined(VISP_HAVE_DC1394))
66#ifdef VISP_HAVE_PTHREAD
70#include <visp3/core/vpDisplay.h>
71#include <visp3/core/vpImage.h>
72#include <visp3/gui/vpDisplayX.h>
73#include <visp3/sensor/vp1394TwoGrabber.h>
75#include <visp3/core/vpHomogeneousMatrix.h>
76#include <visp3/core/vpMath.h>
77#include <visp3/core/vpPoint.h>
78#include <visp3/visual_features/vpFeatureBuilder.h>
79#include <visp3/visual_features/vpFeaturePoint.h>
80#include <visp3/vs/vpServo.h>
82#include <visp3/robot/vpRobotPtu46.h>
85#include <visp3/core/vpException.h>
86#include <visp3/vs/vpServoDisplay.h>
88#include <visp3/blob/vpDot2.h>
90#ifdef VISP_HAVE_PTHREAD
91pthread_mutex_t mutexEndLoop = PTHREAD_MUTEX_INITIALIZER;
94void signalCtrC(
int signumber)
97#ifdef VISP_HAVE_PTHREAD
98 pthread_mutex_unlock(&mutexEndLoop);
106 std::cout << std::endl;
107 std::cout <<
"-------------------------------------------------------" << std::endl;
108 std::cout <<
" Test program for vpServo " << std::endl;
109 std::cout <<
" Eye-in-hand task control, velocity computed in the camera frame" << std::endl;
110 std::cout <<
" Simulation " << std::endl;
111 std::cout <<
" task : servo a point " << std::endl;
112 std::cout <<
"-------------------------------------------------------" << std::endl;
113 std::cout << std::endl;
117#ifdef VISP_HAVE_PTHREAD
118 pthread_mutex_lock(&mutexEndLoop);
120 signal(SIGINT, &signalCtrC);
143 vpDisplayX display(I, 100, 100,
"testDisplayX.cpp ");
174 vpTRACE(
"sets the current position of the visual feature ");
179 vpTRACE(
"sets the desired position of the visual feature ");
184 vpTRACE(
"\t we want an eye-in-hand control law");
185 vpTRACE(
"\t articular velocity are computed");
189 vpTRACE(
"Set the position of the end-effector frame in the camera frame");
195 std::cout << cVe << std::endl;
199 vpTRACE(
"Set the Jacobian (expressed in the end-effector frame)");
204 vpTRACE(
"\t we want to see a point on a point..");
205 std::cout << std::endl;
211 vpTRACE(
"Display task information ");
216 unsigned int iter = 0;
218#ifdef VISP_HAVE_PTHREAD
219 while (0 != pthread_mutex_trylock(&mutexEndLoop))
224 std::cout <<
"---------------------------------------------" << iter << std::endl;
250 vpTRACE(
"Display task information ");
253 std::cout <<
"Sorry PtU46 not available. Got exception: " << e << std::endl;
260int 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.
Use the X11 console to display images on unix-like OS. Thus to enable this class X11 should be instal...
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 vpDot &d)
Class that defines a 2D point visual feature which is composed by two parameters that are the cartes...
void buildFrom(double x, double y, 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 ...
Definition of the vpImage class member functions.
Implementation of a matrix and operations on matrices.
void setVelocity(const vpRobot::vpControlFrameType frame, const vpColVector &vel)
void get_eJe(vpMatrix &eJe)
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 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()
void addFeature(vpBasicFeature &s, vpBasicFeature &s_star, unsigned int select=vpBasicFeature::FEATURE_ALL)
vpVelocityTwistMatrix get_cVe() const