65 #include <visp3/core/vpConfig.h> 67 #if defined(VISP_HAVE_VIPER650) && defined(VISP_HAVE_REALSENSE) && defined(VISP_HAVE_X11) 69 #include <visp3/blob/vpDot2.h> 70 #include <visp3/core/vpHomogeneousMatrix.h> 71 #include <visp3/core/vpIoTools.h> 72 #include <visp3/core/vpPoint.h> 73 #include <visp3/gui/vpDisplayX.h> 74 #include <visp3/robot/vpRobotViper650.h> 75 #include <visp3/sensor/vpRealSense.h> 76 #include <visp3/vision/vpPose.h> 77 #include <visp3/visual_features/vpFeatureBuilder.h> 78 #include <visp3/visual_features/vpFeaturePoint.h> 79 #include <visp3/vs/vpServo.h> 80 #include <visp3/vs/vpServoDisplay.h> 82 #define L 0.05 // to deal with a 10cm by 10cm square 102 void compute_pose(std::vector<vpPoint> &point, std::vector<vpDot2> &dot,
vpCameraParameters cam,
109 for (
size_t i = 0; i < point.size(); i++) {
128 if (residual_lagrange < residual_dementhon)
145 std::string username;
150 std::string logdirname;
151 logdirname =
"/tmp/" + username;
159 std::cerr << std::endl <<
"ERROR:" << std::endl;
160 std::cerr <<
" Cannot create " << logdirname << std::endl;
164 std::string logfilename;
165 logfilename = logdirname +
"/log.dat";
168 std::ofstream flog(logfilename.c_str());
178 std::cout <<
"Camera extrinsic parameters (eMc): \n" << eMc << std::endl;
197 std::cout <<
"Camera intrinsic parameters: \n" << cam << std::endl;
201 vpDisplayX display(I, 100, 100,
"Current image");
205 std::vector<vpDot2> dot(4);
207 std::cout <<
"Click on the 4 dots clockwise starting from upper/left dot..." << std::endl;
209 for (
size_t i = 0; i < dot.size(); i++) {
210 dot[i].setGraphics(
true);
211 dot[i].initTracking(I);
219 for (
size_t i = 0; i < dot.size(); i++)
224 std::vector<vpPoint> point(4);
225 point[0].setWorldCoordinates(-L, -L, 0);
226 point[1].setWorldCoordinates(L, -L, 0);
227 point[2].setWorldCoordinates(L, L, 0);
228 point[3].setWorldCoordinates(-L, L, 0);
232 compute_pose(point, dot, cam, cMo,
true);
233 std::cout <<
"Initial camera pose (cMo): \n" << cMo << std::endl;
242 for (
int i = 0; i < 4; i++) {
244 point[i].changeFrame(cMo_d, cP);
245 point[i].projection(cP, p);
253 for (
size_t i = 0; i < dot.size(); i++)
269 std::cout <<
"\nHit CTRL-C or click in the image to stop the loop...\n" << std::flush;
279 for (
size_t i = 0; i < dot.size(); i++) {
288 std::cout <<
"Error detected while tracking visual features.." << std::endl;
295 compute_pose(point, dot, cam, cMo,
false);
297 for (
size_t i = 0; i < dot.size(); i++) {
302 point[i].changeFrame(cMo, cP);
319 flog << v[0] <<
" " << v[1] <<
" " << v[2] <<
" " << v[3] <<
" " << v[4] <<
" " << v[5] <<
" ";
329 flog << qvel[0] <<
" " << qvel[1] <<
" " << qvel[2] <<
" " << qvel[3] <<
" " << qvel[4] <<
" " << qvel[5] <<
" ";
339 flog << q[0] <<
" " << q[1] <<
" " << q[2] <<
" " << q[3] <<
" " << q[4] <<
" " << q[5] <<
" ";
344 flog << task.
getError() << std::endl;
357 std::cout <<
"Display task information: " << std::endl;
364 std::cout <<
"Catch an exception: " << e.
getMessage() << std::endl;
372 std::cout <<
"You do not have an Viper 650 robot connected to your computer..." << std::endl;
bool computePose(vpPoseMethodType method, vpHomogeneousMatrix &cMo, bool(*func)(const vpHomogeneousMatrix &)=NULL)
void setVelocity(const vpRobot::vpControlFrameType frame, const vpColVector &velocity)
static bool getClick(const vpImage< unsigned char > &I, bool blocking=true)
void getVelocity(const vpRobot::vpControlFrameType frame, vpColVector &velocity)
Implementation of an homogeneous matrix and operations on such kind of matrices.
Control of Irisa's Viper S650 robot named Viper650.
void get_eMc(vpHomogeneousMatrix &eMc) const
static void displayText(const vpImage< unsigned char > &I, const vpImagePoint &ip, const std::string &s, const vpColor &color)
Use the X11 console to display images on unix-like OS. Thus to enable this class X11 should be instal...
void addFeature(vpBasicFeature &s, vpBasicFeature &s_star, const unsigned int select=vpBasicFeature::FEATURE_ALL)
error that can be emited by ViSP classes.
void acquire(std::vector< vpColVector > &pointcloud)
Class that defines a 2D point visual feature which is composed by two parameters that are the cartes...
static void convertPoint(const vpCameraParameters &cam, const double &u, const double &v, double &x, double &y)
static const vpColor green
static void flush(const vpImage< unsigned char > &I)
void set_y(const double y)
Implementation of a rotation matrix and operations on such kind of matrices.
void set_x(const double x)
vpRobot::vpRobotStateType setRobotState(vpRobot::vpRobotStateType newState)
Initialize the velocity controller.
vpColVector getError() const
vpColVector computeControlLaw()
static void display(const vpImage< unsigned char > &I)
Class used for pose computation from N points (pose from point only). Some of the algorithms implemen...
Generic class defining intrinsic camera parameters.
const char * getMessage(void) const
void setInteractionMatrixType(const vpServoIteractionMatrixType &interactionMatrixType, const vpServoInversionType &interactionMatrixInversion=PSEUDO_INVERSE)
void setStreamSettings(const rs::stream &stream, const rs::preset &preset)
static void displayCross(const vpImage< unsigned char > &I, const vpImagePoint &ip, unsigned int size, const vpColor &color, unsigned int thickness=1)
void setEnableStream(const rs::stream &stream, const bool status)
Implementation of column vector and the associated operations.
void print(const vpServo::vpServoPrintType display_level=ALL, std::ostream &os=std::cout)
void set_Z(const double Z)
Class that defines a 2D point in an image. This class is useful for image processing and stores only ...
static void create(vpFeaturePoint &s, const vpCameraParameters &cam, const vpDot &d)
void addPoint(const vpPoint &P)
vpCameraParameters getCameraParameters(const rs::stream &stream, vpCameraParameters::vpCameraParametersProjType type=vpCameraParameters::perspectiveProjWithDistortion) const
void setServo(const vpServoType &servo_type)
Class that consider the case of a translation vector.
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)
double computeResidual(const vpHomogeneousMatrix &cMo) const
Compute and return the sum of squared residuals expressed in meter^2 for the pose matrix cMo...
static const vpColor blue
void getPosition(const vpRobot::vpControlFrameType frame, vpColVector &position)