54 #include <visp/vpFeatureBuilder.h>
55 #include <visp/vpFeaturePoint.h>
56 #include <visp/vpHomogeneousMatrix.h>
57 #include <visp/vpMath.h>
58 #include <visp/vpParseArgv.h>
59 #include <visp/vpServo.h>
60 #include <visp/vpSimulatorCamera.h>
63 #define GETOPTARGS "h"
65 void usage(
const char *name,
const char *badparam);
66 bool getOptions(
int argc,
const char **argv);
76 void usage(
const char *name,
const char *badparam)
79 Simulation of a 2D visual servoing on a point:\n\
80 - eye-in-hand control law,\n\
81 - velocity computed in the camera frame,\n\
94 fprintf(stdout,
"\nERROR: Bad parameter [%s]\n", badparam);
107 bool getOptions(
int argc,
const char **argv)
114 case 'h': usage(argv[0], NULL);
return false;
break;
117 usage(argv[0], optarg_);
122 if ((c == 1) || (c == -1)) {
124 usage(argv[0], NULL);
125 std::cerr <<
"ERROR: " << std::endl;
126 std::cerr <<
" Bad argument " << optarg_ << std::endl << std::endl;
134 main(
int argc,
const char ** argv)
138 if (getOptions(argc, argv) ==
false) {
177 std::cout << std::endl ;
186 unsigned int iter=0 ;
190 std::cout <<
"---------------------------------------------" << iter <<std::endl ;
209 std::cout <<
"|| s - s* || = " << ( task.
getError() ).sumSquare() <<std::endl ;
218 std::cout <<
"Catch a ViSP exception: " << e << std::endl;
void setVelocity(const vpRobot::vpControlFrameType frame, const vpColVector &vel)
The class provides a data structure for the homogeneous matrices as well as a set of operations on th...
Class that defines the simplest robot: a free flying camera.
void addFeature(vpBasicFeature &s, vpBasicFeature &s_star, const unsigned int select=vpBasicFeature::FEATURE_ALL)
error that can be emited by ViSP classes.
void track(const vpHomogeneousMatrix &cMo)
Class that defines a 2D point visual feature which is composed by two parameters that are the cartes...
static bool parse(int *argcPtr, const char **argv, vpArgvInfo *argTable, int flags)
Class that defines what is a point.
vpColVector getError() const
vpColVector computeControlLaw()
void getPosition(vpHomogeneousMatrix &wMc) const
void buildFrom(const double x, const double y, const double Z)
Class that provides a data structure for the column vectors as well as a set of operations on these v...
vpHomogeneousMatrix inverse() const
void print(const vpServo::vpServoPrintType display_level=ALL, std::ostream &os=std::cout)
static void create(vpFeaturePoint &s, const vpCameraParameters &cam, const vpDot &d)
void setServo(const vpServoType &servo_type)
void setWorldCoordinates(const double ox, const double oy, const double oz)
Set the point world coordinates. We mean here the coordinates of the point in the object frame...