62 #include <visp/vpFeatureBuilder.h>
63 #include <visp/vpFeaturePoint.h>
64 #include <visp/vpHomogeneousMatrix.h>
65 #include <visp/vpMath.h>
66 #include <visp/vpParseArgv.h>
67 #include <visp/vpServo.h>
68 #include <visp/vpSimulatorCamera.h>
71 #define GETOPTARGS "h"
81 void usage(
const char *name,
const char *badparam)
84 Simulation of a 2D visual servoing on a point:\n\
85 - eye-in-hand control law,\n\
86 - articular velocity are computed,\n\
99 fprintf(stdout,
"\nERROR: Bad parameter [%s]\n", badparam);
112 bool getOptions(
int argc,
const char **argv)
119 case 'h': usage(argv[0], NULL);
return false;
break;
122 usage(argv[0], optarg);
127 if ((c == 1) || (c == -1)) {
129 usage(argv[0], NULL);
130 std::cerr <<
"ERROR: " << std::endl;
131 std::cerr <<
" Bad argument " << optarg << std::endl << std::endl;
139 main(
int argc,
const char ** argv)
142 if (getOptions(argc, argv) ==
false) {
150 std::cout << std::endl ;
151 std::cout <<
"-------------------------------------------------------" << std::endl ;
152 std::cout <<
" Test program for vpServo " <<std::endl ;
153 std::cout <<
" Eye-in-hand task control, articular velocity are computed" << std::endl ;
154 std::cout <<
" Simulation " << std::endl ;
155 std::cout <<
" task : servo a point " << std::endl ;
156 std::cout <<
"-------------------------------------------------------" << std::endl ;
157 std::cout << std::endl ;
208 unsigned int iter=0 ;
212 std::cout <<
"---------------------------------------------" << iter <<std::endl ;
236 std::cout <<
"|| s - s* || = " << ( task.
getError() ).sumSquare() <<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)
create a new ste of two visual features
void setLambda(double _lambda)
set the gain lambda
void track(const vpHomogeneousMatrix &cMo)
Class that defines a 2D point visual feature which is composed by two parameters that are the cartes...
void set_cVe(vpVelocityTwistMatrix &_cVe)
static bool parse(int *argcPtr, const char **argv, vpArgvInfo *argTable, int flags)
Class that defines what is a point.
void kill()
destruction (memory deallocation if required)
vpColVector getError() const
vpColVector computeControlLaw()
compute the desired control law
void set_eJe(vpMatrix &_eJe)
void getPosition(vpHomogeneousMatrix &wMc) const
Class that consider the particular case of twist transformation matrix that allows to transform a vel...
void setInteractionMatrixType(const vpServoIteractionMatrixType &interactionMatrixType, const vpServoInversionType &interactionMatrixInversion=PSEUDO_INVERSE)
Set the type of the interaction matrix (current, mean, desired, user).
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)
Class required to compute the visual servoing control law descbribed in and .
void get_eJe(vpMatrix &eJe)
void setServo(vpServoType _servo_type)
Choice of the visual servoing control law.
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...