54 #include <visp3/core/vpConfig.h>
56 #if defined(VISP_HAVE_DISPLAY) && \
57 (defined(VISP_HAVE_LAPACK) || defined(VISP_HAVE_EIGEN3) || defined(VISP_HAVE_OPENCV))
62 #include <visp3/core/vpCameraParameters.h>
63 #include <visp3/core/vpHomogeneousMatrix.h>
64 #include <visp3/core/vpImage.h>
65 #include <visp3/core/vpMath.h>
66 #include <visp3/gui/vpDisplayFactory.h>
67 #include <visp3/gui/vpProjectionDisplay.h>
68 #include <visp3/io/vpParseArgv.h>
69 #include <visp3/robot/vpSimulatorCamera.h>
70 #include <visp3/visual_features/vpFeatureBuilder.h>
71 #include <visp3/visual_features/vpFeaturePoint.h>
72 #include <visp3/vs/vpServo.h>
73 #include <visp3/vs/vpServoDisplay.h>
76 #define GETOPTARGS "cdh"
78 #ifdef ENABLE_VISP_NAMESPACE
82 void usage(
const char *name,
const char *badparam);
83 bool getOptions(
int argc,
const char **argv,
bool &click_allowed,
bool &display);
93 void usage(
const char *name,
const char *badparam)
96 Tests a control law with the following characteristics:\n\
97 - eye-in-hand control\n\
98 - articular velocity are computed\n\
99 - servo on 4 points,\n\
100 - internal and external camera view displays.\n\
103 %s [-c] [-d] [-h]\n",
109 Disable the mouse click. Useful to automate the \n\
110 execution of this program without human intervention.\n\
113 Turn off the display.\n\
119 fprintf(stdout,
"\nERROR: Bad parameter [%s]\n", badparam);
133 bool getOptions(
int argc,
const char **argv,
bool &click_allowed,
bool &display)
141 click_allowed =
false;
147 usage(argv[0],
nullptr);
151 usage(argv[0], optarg_);
156 if ((c == 1) || (c == -1)) {
158 usage(argv[0],
nullptr);
159 std::cerr <<
"ERROR: " << std::endl;
160 std::cerr <<
" Bad argument " << optarg_ << std::endl << std::endl;
167 int main(
int argc,
const char **argv)
170 #if (VISP_CXX_STANDARD >= VISP_CXX_STANDARD_11)
171 std::shared_ptr<vpDisplay> displayInt;
172 std::shared_ptr<vpDisplay> displayExt;
179 bool opt_click_allowed =
true;
180 bool opt_display =
true;
183 if (getOptions(argc, argv, opt_click_allowed, opt_display) ==
false) {
196 #if (VISP_CXX_STANDARD >= VISP_CXX_STANDARD_11)
206 double px = 500, py = 500;
207 double u0 = 150, v0 = 160;
214 std::cout << std::endl;
215 std::cout <<
"----------------------------------------------" << std::endl;
216 std::cout <<
" Test program for vpServo " << std::endl;
217 std::cout <<
" Eye-in-hand task control, articular velocity are computed" << std::endl;
218 std::cout <<
" Simulation " << std::endl;
219 std::cout <<
" task : servo 4 points " << std::endl;
220 std::cout <<
"----------------------------------------------" << std::endl;
221 std::cout << std::endl;
228 robot.getPosition(wMc);
240 for (
unsigned i = 0; i < 4; i++)
241 externalview.
insert(point[i]);
245 for (
unsigned i = 0; i < 4; i++)
250 for (
unsigned i = 0; i < 4; i++)
278 for (
unsigned i = 0; i < 4; i++)
287 unsigned int iter = 0;
289 while (iter++ < 200) {
290 std::cout <<
"---------------------------------------------" << iter << std::endl;
299 robot.getPosition(wMc);
304 for (
unsigned i = 0; i < 4; i++) {
331 std::cout <<
"|| s - s* || = " << (task.
getError()).sumSquare() << std::endl;
337 std::cout <<
"Final robot position with respect to the object frame:\n";
340 if (opt_display && opt_click_allowed) {
345 #if (VISP_CXX_STANDARD < VISP_CXX_STANDARD_11)
346 if (displayInt !=
nullptr) {
349 if (displayExt !=
nullptr) {
356 std::cout <<
"Catch a ViSP exception: " << e << std::endl;
357 #if (VISP_CXX_STANDARD < VISP_CXX_STANDARD_11)
358 if (displayInt !=
nullptr) {
361 if (displayExt !=
nullptr) {
368 #elif !(defined(VISP_HAVE_LAPACK) || defined(VISP_HAVE_EIGEN3) || defined(VISP_HAVE_OPENCV))
371 std::cout <<
"Cannot run this example: install Lapack, Eigen3 or OpenCV" << std::endl;
377 std::cout <<
"You do not have X11, or GTK, or GDI (Graphical Device Interface) functionalities to display images..."
379 std::cout <<
"Tip if you are on a unix-like system:" << std::endl;
380 std::cout <<
"- Install X11, configure again ViSP using cmake and build again this example" << std::endl;
381 std::cout <<
"Tip if you are on a windows-like system:" << std::endl;
382 std::cout <<
"- Install GDI, configure again ViSP using cmake and build again this example" << std::endl;
Generic class defining intrinsic camera parameters.
Implementation of column vector and the associated operations.
static const vpColor white
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 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 vpImagePoint &t)
Class that defines a 2D point visual feature which is composed by two parameters that are the cartes...
vpFeaturePoint & buildFrom(const double &x, const double &y, const double &Z)
void track(const vpHomogeneousMatrix &cMo)
Implementation of an homogeneous matrix and operations on such kind of matrices.
vpHomogeneousMatrix inverse() const
static double rad(double deg)
Implementation of a matrix and operations on matrices.
static bool parse(int *argcPtr, const char **argv, vpArgvInfo *argTable, int flags)
Class that defines a 3D point in the object frame and allows forward projection of a 3D point in the ...
void setWorldCoordinates(double oX, double oY, double oZ)
interface with the image for feature display
void insert(vpForwardProjection &fp)
void display(vpImage< unsigned char > &I, const vpHomogeneousMatrix &cextMo, const vpHomogeneousMatrix &cMo, const vpCameraParameters &cam, const vpColor &color, const bool &displayTraj=false, unsigned int thickness=1)
void get_eJe(vpMatrix &eJe) VP_OVERRIDE
void setVelocity(const vpRobot::vpControlFrameType frame, const vpColVector &vel) VP_OVERRIDE
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 addFeature(vpBasicFeature &s_cur, vpBasicFeature &s_star, unsigned int select=vpBasicFeature::FEATURE_ALL)
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()
Class that defines the simplest robot: a free flying 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.