58 #include <visp/vpFeatureBuilder.h>
59 #include <visp/vpFeaturePoint.h>
60 #include <visp/vpFeatureThetaU.h>
61 #include <visp/vpGenericFeature.h>
62 #include <visp/vpHomogeneousMatrix.h>
63 #include <visp/vpMath.h>
64 #include <visp/vpParseArgv.h>
65 #include <visp/vpPoint.h>
66 #include <visp/vpServo.h>
67 #include <visp/vpSimulatorCamera.h>
70 #define GETOPTARGS "h"
72 void usage(
const char *name,
const char *badparam);
73 bool getOptions(
int argc,
const char **argv);
83 void usage(
const char *name,
const char *badparam)
86 Simulation of a 2 1/2 D visual servoing (x,y,log Z, theta U):\n\
87 - eye-in-hand control law,\n\
88 - velocity computed in the camera frame,\n\
101 fprintf(stdout,
"\nERROR: Bad parameter [%s]\n", badparam);
113 bool getOptions(
int argc,
const char **argv)
120 case 'h': usage(argv[0], NULL);
return false;
break;
123 usage(argv[0], optarg_);
128 if ((c == 1) || (c == -1)) {
130 usage(argv[0], NULL);
131 std::cerr <<
"ERROR: " << std::endl;
132 std::cerr <<
" Bad argument " << optarg_ << std::endl << std::endl;
140 main(
int argc,
const char ** argv)
144 if (getOptions(argc, argv) ==
false) {
148 std::cout << std::endl ;
149 std::cout <<
"-------------------------------------------------------" << std::endl ;
150 std::cout <<
" simulation of a 2 1/2 D visual servoing " << std::endl ;
151 std::cout <<
"-------------------------------------------------------" << std::endl ;
152 std::cout << std::endl ;
262 logZ.set_s(log(point.
get_Z()/pointd.
get_Z())) ;
315 unsigned int iter=0 ;
319 std::cout <<
"---------------------------------------------" << iter <<std::endl ;
336 logZ.set_s(log(point.
get_Z()/pointd.
get_Z())) ;
338 LlogZ[0][0] = LlogZ[0][1] = LlogZ[0][5] = 0 ;
339 LlogZ[0][2] = -1/p.
get_Z() ;
340 LlogZ[0][3] = -p.
get_y() ;
341 LlogZ[0][4] = p.
get_x() ;
343 logZ.setInteractionMatrix(LlogZ) ;
351 std::cout <<
"|| s - s* || = " << ( task.
getError() ).sumSquare() <<std::endl ;
358 std::cout << cMo << std::endl ;
362 std::cout <<
"Catch a ViSP exception: " << e << std::endl;
Definition of the vpMatrix class.
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 vpTranslationVector &t, const vpRotationMatrix &R)
Construction from translation vector and rotation matrix.
void setInteractionMatrixType(const vpServoIteractionMatrixType &interactionMatrixType, const vpServoInversionType &interactionMatrixInversion=PSEUDO_INVERSE)
static double rad(double deg)
double get_Z() const
Get the point Z coordinate in the camera frame.
Class that provides a data structure for the column vectors as well as a set of operations on these v...
The pose is a complete representation of every rigid motion in the euclidian space.
vpHomogeneousMatrix inverse() const
Class that defines a 3D visual feature from a axis/angle parametrization that represent the rotatio...
void print(const vpServo::vpServoPrintType display_level=ALL, std::ostream &os=std::cout)
Class that enables to define a feature or a set of features which are not implemented in ViSP as a sp...
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...