46#include <visp3/core/vpConfig.h>
47#include <visp3/core/vpDebug.h>
54#if (defined(VISP_HAVE_VIPER850) && defined(VISP_HAVE_DC1394))
56#include <visp3/blob/vpDot2.h>
57#include <visp3/core/vpDisplay.h>
58#include <visp3/core/vpHomogeneousMatrix.h>
59#include <visp3/core/vpImage.h>
60#include <visp3/core/vpIoTools.h>
61#include <visp3/core/vpMath.h>
62#include <visp3/core/vpPoint.h>
63#include <visp3/gui/vpDisplayFactory.h>
64#include <visp3/robot/vpRobotViper850.h>
65#include <visp3/sensor/vp1394TwoGrabber.h>
66#include <visp3/vision/vpPose.h>
67#include <visp3/visual_features/vpFeatureBuilder.h>
68#include <visp3/visual_features/vpFeaturePoint.h>
69#include <visp3/vs/vpServo.h>
70#include <visp3/vs/vpServoDisplay.h>
74#ifdef ENABLE_VISP_NAMESPACE
104 for (
int i = 0;
i < ndot;
i++) {
131 std::string username;
136 std::string logdirname;
137 logdirname =
"/tmp/" + username;
146 std::cerr << std::endl <<
"ERROR:" << std::endl;
147 std::cerr <<
" Cannot create " << logdirname << std::endl;
151 std::string logfilename;
152 logfilename = logdirname +
"/log.dat";
155 std::ofstream flog(logfilename.c_str());
157#if (VISP_CXX_STANDARD >= VISP_CXX_STANDARD_11)
158 std::shared_ptr<vpDisplay> display;
183#if (VISP_CXX_STANDARD >= VISP_CXX_STANDARD_11)
192 std::cout << std::endl;
193 std::cout <<
"-------------------------------------------------------" << std::endl;
194 std::cout <<
" Test program for vpServo " << std::endl;
195 std::cout <<
" Eye-in-hand task control, velocity computed in the joint space" << std::endl;
196 std::cout <<
" Use of the Afma6 robot " << std::endl;
197 std::cout <<
" task : servo 4 points on a square with dimension " << L <<
" meters" << std::endl;
198 std::cout <<
"-------------------------------------------------------" << std::endl;
199 std::cout << std::endl;
204 std::cout <<
"Click on the 4 dots clockwise starting from upper/left dot..." << std::endl;
206 for (i = 0;
i < 4;
i++) {
217 robot.getCameraParameters(cam, I);
219 cam.printParameters();
223 for (i = 0;
i < 4;
i++)
239 cMo.buildFrom(cto, cRo);
244 for (
int i = 0;
i < 4;
i++) {
255 for (i = 0;
i < 4;
i++)
256 task.addFeature(p[i], pd[i]);
285 std::cout <<
"\nHit CTRL-C to stop the loop...\n" << std::flush;
286 bool init_pose_from_linear_method =
true;
296 for (i = 0;
i < 4;
i++) {
307 vpTRACE(
"Error detected while tracking visual features");
309#if (VISP_CXX_STANDARD < VISP_CXX_STANDARD_11)
310 if (display !=
nullptr) {
320 compute_pose(point, dot, 4, cam, cMo, init_pose_from_linear_method);
321 if (init_pose_from_linear_method) {
322 init_pose_from_linear_method =
false;
325 for (i = 0;
i < 4;
i++) {
344 v =
task.computeControlLaw();
355 flog <<
v[0] <<
" " <<
v[1] <<
" " <<
v[2] <<
" " <<
v[3] <<
" " <<
v[4] <<
" " <<
v[5] <<
" ";
365 flog << qvel[0] <<
" " << qvel[1] <<
" " << qvel[2] <<
" " << qvel[3] <<
" " << qvel[4] <<
" " << qvel[5] <<
" ";
375 flog << q[0] <<
" " << q[1] <<
" " << q[2] <<
" " << q[3] <<
" " << q[4] <<
" " << q[5] <<
" ";
380 flog << (
task.getError()).
t() << std::endl;
389 std::cout <<
"Display task information: " << std::endl;
392#if (VISP_CXX_STANDARD < VISP_CXX_STANDARD_11)
393 if (display !=
nullptr) {
401 std::cout <<
"Catch an exception: " <<
e.getMessage() << std::endl;
402#if (VISP_CXX_STANDARD < VISP_CXX_STANDARD_11)
403 if (display !=
nullptr) {
414 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)
Implementation of a matrix and operations on matrices.
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.