47#include <visp3/core/vpConfig.h>
48#include <visp3/core/vpDebug.h>
55#if (defined(VISP_HAVE_VIPER850) && defined(VISP_HAVE_DC1394))
57#include <visp3/blob/vpDot2.h>
58#include <visp3/core/vpDisplay.h>
59#include <visp3/core/vpHomogeneousMatrix.h>
60#include <visp3/core/vpImage.h>
61#include <visp3/core/vpIoTools.h>
62#include <visp3/core/vpMath.h>
63#include <visp3/core/vpPoint.h>
64#include <visp3/gui/vpDisplayFactory.h>
65#include <visp3/robot/vpRobotViper850.h>
66#include <visp3/sensor/vp1394TwoGrabber.h>
67#include <visp3/vision/vpPose.h>
68#include <visp3/visual_features/vpFeatureBuilder.h>
69#include <visp3/visual_features/vpFeaturePoint.h>
70#include <visp3/vs/vpServo.h>
71#include <visp3/vs/vpServoDisplay.h>
75#ifdef ENABLE_VISP_NAMESPACE
105 for (
int i = 0;
i < ndot;
i++) {
132 std::string username;
137 std::string logdirname;
138 logdirname =
"/tmp/" + username;
147 std::cerr << std::endl <<
"ERROR:" << std::endl;
148 std::cerr <<
" Cannot create " << logdirname << std::endl;
152 std::string logfilename;
153 logfilename = logdirname +
"/log.dat";
156 std::ofstream flog(logfilename.c_str());
158#if (VISP_CXX_STANDARD >= VISP_CXX_STANDARD_11)
159 std::shared_ptr<vpDisplay> display;
184#if (VISP_CXX_STANDARD >= VISP_CXX_STANDARD_11)
193 std::cout << std::endl;
194 std::cout <<
"-------------------------------------------------------" << std::endl;
195 std::cout <<
" Test program for vpServo " << std::endl;
196 std::cout <<
" Eye-in-hand task control, velocity computed in the camera space" << std::endl;
197 std::cout <<
" Use of the Viper850 robot " << std::endl;
198 std::cout <<
" task : servo 4 points on a square with dimension " << L <<
" meters" << std::endl;
199 std::cout <<
"-------------------------------------------------------" << std::endl;
200 std::cout << std::endl;
205 std::cout <<
"Click on the 4 dots clockwise starting from upper/left dot..." << std::endl;
207 for (i = 0;
i < 4;
i++) {
218 robot.getCameraParameters(cam, I);
220 cam.printParameters();
224 for (i = 0;
i < 4;
i++)
240 cMo.buildFrom(cto, cRo);
245 for (
int i = 0;
i < 4;
i++) {
256 for (i = 0;
i < 4;
i++)
257 task.addFeature(p[i], pd[i]);
275 bool init_pose_from_linear_method =
true;
276 std::cout <<
"\nHit CTRL-C to stop the loop...\n" << std::flush;
286 for (i = 0;
i < 4;
i++) {
297 vpTRACE(
"Error detected while tracking visual features");
299#if (VISP_CXX_STANDARD < VISP_CXX_STANDARD_11)
300 if (display !=
nullptr) {
310 compute_pose(point, dot, 4, cam, cMo, init_pose_from_linear_method);
311 if (init_pose_from_linear_method) {
312 init_pose_from_linear_method =
false;
315 for (i = 0;
i < 4;
i++) {
327 v =
task.computeControlLaw();
338 flog <<
v[0] <<
" " <<
v[1] <<
" " <<
v[2] <<
" " <<
v[3] <<
" " <<
v[4] <<
" " <<
v[5] <<
" ";
348 flog << qvel[0] <<
" " << qvel[1] <<
" " << qvel[2] <<
" " << qvel[3] <<
" " << qvel[4] <<
" " << qvel[5] <<
" ";
358 flog << q[0] <<
" " << q[1] <<
" " << q[2] <<
" " << q[3] <<
" " << q[4] <<
" " << q[5] <<
" ";
363 flog <<
task.getError() << std::endl;
372 std::cout <<
"Display task information: " << std::endl;
375#if (VISP_CXX_STANDARD < VISP_CXX_STANDARD_11)
376 if (display !=
nullptr) {
384 std::cout <<
"Catch an exception: " <<
e.getMessage() << std::endl;
385#if (VISP_CXX_STANDARD < VISP_CXX_STANDARD_11)
386 if (display !=
nullptr) {
397 std::cout <<
"You do not have an Viper 850 robot connected to your computer..." << std::endl;
Class for firewire ieee1394 video devices using libdc1394-2.x api.
@ vpVIDEO_MODE_640x480_MONO8
Generic class defining intrinsic camera parameters.
vpCameraParametersProjType
@ perspectiveProjWithDistortion
Perspective projection with distortion model.
Implementation of column vector and the associated operations.
static const vpColor blue
static const vpColor green
Class that defines generic functionalities for display.
static void display(const vpImage< unsigned char > &I)
static void displayCross(const vpImage< unsigned char > &I, const vpImagePoint &ip, unsigned int size, const vpColor &color, unsigned int thickness=1)
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 setGraphics(bool activate)
vpImagePoint getCog() const
void initTracking(const vpImage< unsigned char > &I, unsigned int size=0)
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...
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.
static double rad(double deg)
static void convertPoint(const vpCameraParameters &cam, const double &u, const double &v, double &x, double &y)
Class that defines a 3D point in the object frame and allows forward projection of a 3D point in the ...
void set_x(double x)
Set the point x coordinate in the image plane.
void projection(const vpColVector &_cP, vpColVector &_p) const VP_OVERRIDE
void changeFrame(const vpHomogeneousMatrix &cMo, vpColVector &cP) const VP_OVERRIDE
void setWorldCoordinates(double oX, double oY, double oZ)
void set_y(double y)
Set the point y coordinate in the image plane.
Class used for pose computation from N points (pose from point only). Some of the algorithms implemen...
void addPoint(const vpPoint &P)
@ DEMENTHON_LAGRANGE_VIRTUAL_VS
bool computePose(vpPoseMethodType method, vpHomogeneousMatrix &cMo, FuncCheckValidityPose func=nullptr)
Control of Irisa's Viper S850 robot named Viper850.
@ STATE_VELOCITY_CONTROL
Initialize the velocity controller.
Implementation of a rotation matrix and operations on such kind of matrices.
Implementation of a rotation vector as Euler angle minimal representation.
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)
Class that consider the case of a translation vector.
@ TOOL_PTGREY_FLEA2_CAMERA
std::shared_ptr< vpDisplay > createDisplay()
Return a smart pointer vpDisplay specialization if a GUI library is available or nullptr otherwise.
vpDisplay * allocateDisplay()
Return a newly allocated vpDisplay specialization if a GUI library is available or nullptr otherwise.