57#include <visp3/core/vpConfig.h>
59#if defined(VISP_HAVE_VIPER650) && defined(VISP_HAVE_DC1394) && defined(VISP_HAVE_DISPLAY)
61#include <visp3/blob/vpDot2.h>
62#include <visp3/core/vpHomogeneousMatrix.h>
63#include <visp3/core/vpIoTools.h>
64#include <visp3/core/vpPoint.h>
65#include <visp3/gui/vpDisplayFactory.h>
66#include <visp3/robot/vpRobotViper650.h>
67#include <visp3/sensor/vp1394TwoGrabber.h>
68#include <visp3/vision/vpPose.h>
69#include <visp3/visual_features/vpFeatureBuilder.h>
70#include <visp3/visual_features/vpFeaturePoint.h>
71#include <visp3/vs/vpServo.h>
72#include <visp3/vs/vpServoDisplay.h>
76#ifdef ENABLE_VISP_NAMESPACE
98void compute_pose(std::vector<vpPoint> &point, std::vector<vpDot2> &dot,
vpCameraParameters cam,
103 for (
size_t i = 0;
i < point.size();
i++) {
130 std::string username;
135 std::string logdirname;
136 logdirname =
"/tmp/" + username;
145 std::cerr << std::endl <<
"ERROR:" << std::endl;
146 std::cerr <<
" Cannot create " << logdirname << std::endl;
150 std::string logfilename;
151 logfilename = logdirname +
"/log.dat";
154 std::ofstream flog(logfilename.c_str());
156#if (VISP_CXX_STANDARD >= VISP_CXX_STANDARD_11)
157 std::shared_ptr<vpDisplay> display;
169 std::cout <<
"Camera extrinsic parameters (eMc): \n" << eMc << std::endl;
183#if (VISP_CXX_STANDARD >= VISP_CXX_STANDARD_11)
191 std::vector<vpDot2> dot(4);
195 std::cout <<
"Click on the 4 dots clockwise starting from upper/left dot..." << std::endl;
197 for (
size_t i = 0;
i < dot.size();
i++) {
198 dot[
i].setGraphics(
true);
199 dot[
i].initTracking(I);
208 robot.getCameraParameters(cam, I);
209 std::cout <<
"Camera intrinsic parameters: \n" <<
cam << std::endl;
213 for (
size_t i = 0;
i < dot.size();
i++)
218 std::vector<vpPoint> point(4);
219 point[0].setWorldCoordinates(-L, -L, 0);
220 point[1].setWorldCoordinates(L, -L, 0);
221 point[2].setWorldCoordinates(L, L, 0);
222 point[3].setWorldCoordinates(-L, L, 0);
226 compute_pose(point, dot, cam, cMo,
true);
227 std::cout <<
"Initial camera pose (cMo): \n" <<
cMo << std::endl;
236 for (
int i = 0;
i < 4;
i++) {
238 point[
i].changeFrame(cMo_d, cP);
239 point[
i].projection(cP, p);
247 for (
size_t i = 0;
i < dot.size();
i++)
248 task.addFeature(p[i], pd[i]);
272 std::cout <<
"\nHit CTRL-C or click in the image to stop the loop...\n" << std::flush;
282 for (
size_t i = 0;
i < dot.size();
i++) {
292 std::cout <<
"Error detected while tracking visual features.." << std::endl;
299 compute_pose(point, dot, cam, cMo,
false);
301 for (
size_t i = 0;
i < dot.size();
i++) {
306 point[
i].changeFrame(cMo, cP);
330 flog <<
v[0] <<
" " <<
v[1] <<
" " <<
v[2] <<
" " <<
v[3] <<
" " <<
v[4] <<
" " <<
v[5] <<
" ";
340 flog << qvel[0] <<
" " << qvel[1] <<
" " << qvel[2] <<
" " << qvel[3] <<
" " << qvel[4] <<
" " << qvel[5] <<
" ";
350 flog << q[0] <<
" " << q[1] <<
" " << q[2] <<
" " << q[3] <<
" " << q[4] <<
" " << q[5] <<
" ";
355 flog << (
task.getError()).
t() << std::endl;
368 std::cout <<
"Display task information: " << std::endl;
371#if (VISP_CXX_STANDARD < VISP_CXX_STANDARD_11)
372 if (display !=
nullptr) {
380 std::cout <<
"Catched an exception: " <<
e.getMessage() << std::endl;
381#if (VISP_CXX_STANDARD < VISP_CXX_STANDARD_11)
382 if (display !=
nullptr) {
393 std::cout <<
"You do not have an Viper 650 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 bool getClick(const vpImage< unsigned char > &I, bool blocking=true)
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)
static void displayText(const vpImage< unsigned char > &I, const vpImagePoint &ip, const std::string &s, const vpColor &color)
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.
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 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 S650 robot named Viper650.
@ STATE_VELOCITY_CONTROL
Initialize the velocity controller.
Implementation of a rotation matrix and operations on such kind of matrices.
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.