2 #include <visp/vpFeatureBuilder.h>
3 #include <visp/vpServo.h>
4 #include <visp/vpSimulatorCamera.h>
5 #include <visp/vpDisplayX.h>
6 #include <visp/vpDisplayGDI.h>
7 #include <visp/vpProjectionDisplay.h>
8 #include <visp/vpServoDisplay.h>
9 #include <visp/vpWireFrameSimulator.h>
14 static std::vector<vpImagePoint> traj[4];
16 for (
unsigned int i=0; i<4; i++) {
18 point[i].project(cMo);
20 traj[i].push_back(cog);
22 for (
unsigned int i=0; i<4; i++) {
23 for (
unsigned int j=1; j<traj[i].size(); j++) {
34 std::vector<vpPoint> point(4) ;
35 point[0].setWorldCoordinates(-0.1,-0.1, 0);
36 point[1].setWorldCoordinates( 0.1,-0.1, 0);
37 point[2].setWorldCoordinates( 0.1, 0.1, 0);
38 point[3].setWorldCoordinates(-0.1, 0.1, 0);
46 for (
int i = 0 ; i < 4 ; i++) {
62 #if defined VISP_HAVE_X11
63 vpDisplayX displayInt(Iint, 0, 0,
"Internal view");
64 vpDisplayX displayExt(Iext, 670, 0,
"External view");
65 #elif defined VISP_HAVE_GDI
69 std::cout <<
"No image viewer is available..." << std::endl;
86 for (
int i = 0 ; i < 4 ; i++) {
101 display_trajectory(Iint, point, cMo, cam);
The object displayed at the desired position is the same than the scene object defined in vpSceneObje...
void setVelocity(const vpRobot::vpControlFrameType frame, const vpColVector &vel)
unsigned int getWidth() const
double getSamplingTime() const
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.
A 40cm by 40cm plate with 4 points at coordinates (-0.1,-0.1,0), (0.1,-0.1,0), (0.1,0.1,0), (0.1,0.1,0). Each point is represented by a circle with 2cm radius.
static void convertPoint(const vpCameraParameters &cam, const double &x, const double &y, double &u, double &v)
Point coordinates conversion from normalized coordinates in meter to pixel coordinates ...
Display for windows using GDI (available on any windows 32 platform).
Define the X11 console to display images.
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
Class that defines a 2D point visual feature which is composed by two parameters that are the cartes...
static int wait(double t0, double t)
static const vpColor green
void setCameraPositionRelObj(const vpHomogeneousMatrix &cMo)
static void flush(const vpImage< unsigned char > &I)
void setExternalCameraPosition(const vpHomogeneousMatrix &camMf)
virtual void setSamplingTime(const double &delta_t)
void kill()
destruction (memory deallocation if required)
vpColVector computeControlLaw()
compute the desired control law
static void display(const vpImage< unsigned char > &I)
Generic class defining intrinsic camera parameters.
void getPosition(vpHomogeneousMatrix &wMc) const
void initScene(const vpSceneObject &obj, const vpSceneDesiredObject &desiredObject)
void getExternalImage(vpImage< unsigned char > &I)
Implementation of a wire frame simulator. Compared to the vpSimulator class, it does not require thir...
void setInteractionMatrixType(const vpServoIteractionMatrixType &interactionMatrixType, const vpServoInversionType &interactionMatrixInversion=PSEUDO_INVERSE)
Set the type of the interaction matrix (current, mean, desired, user).
static double rad(double deg)
void setExternalCameraParameters(const vpCameraParameters &cam)
void getInternalImage(vpImage< unsigned char > &I)
Class that provides a data structure for the column vectors as well as a set of operations on these v...
void setDesiredCameraPosition(const vpHomogeneousMatrix &cdMo)
vpHomogeneousMatrix inverse() const
void setInternalCameraParameters(const vpCameraParameters &cam)
unsigned int getHeight() const
virtual bool getClick(bool blocking=true)=0
Class that defines a 2D point in an image. This class is useful for image processing and stores only ...
virtual void displayLine(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsigned int thickness=1)=0
static void create(vpFeaturePoint &s, const vpCameraParameters &cam, const vpDot &d)
Class required to compute the visual servoing control law descbribed in and .
void setServo(vpServoType _servo_type)
Choice of the visual servoing control law.