34#include <visp3/blob/vpDot2.h>
35#include <visp3/core/vpCameraParameters.h>
36#include <visp3/core/vpColVector.h>
37#include <visp3/core/vpHomogeneousMatrix.h>
38#include <visp3/core/vpRotationMatrix.h>
39#include <visp3/core/vpTranslationVector.h>
40#include <visp3/visual_features/vpFeatureBuilder.h>
41#include <visp3/visual_features/vpFeaturePoint.h>
42#include <visp3/visual_features/vpFeatureThetaU.h>
43#include <visp3/visual_features/vpGenericFeature.h>
44#include <visp3/vs/vpServo.h>
57#ifdef ENABLE_VISP_NAMESPACE
61 for (
int i = 0;
i < 3;
i++) {
85 std::cout <<
"End, call vpServo destructors..." << std::endl;
90 std::cout <<
"Catch an exception: " <<
e << std::endl;
error that can be emitted by ViSP classes.
Class that defines a 3D visual feature from a axis/angle parametrization that represent the rotati...
static unsigned int selectTUz()
Implementation of a matrix and operations on matrices.
Implementation of a rotation vector as axis-angle minimal representation.