35#include <visp3/core/vpConfig.h>
46#include <visp3/blob/vpDot2.h>
47#include <visp3/core/vpCameraParameters.h>
48#include <visp3/core/vpHomogeneousMatrix.h>
49#include <visp3/core/vpImage.h>
50#include <visp3/core/vpImageConvert.h>
51#include <visp3/core/vpVelocityTwistMatrix.h>
52#include <visp3/robot/vpRobotPioneer.h>
53#include <visp3/gui/vpDisplayFactory.h>
54#include <visp3/sensor/vp1394CMUGrabber.h>
55#include <visp3/sensor/vp1394TwoGrabber.h>
56#include <visp3/sensor/vpV4l2Grabber.h>
57#include <visp3/visual_features/vpFeatureBuilder.h>
58#include <visp3/visual_features/vpFeatureDepth.h>
59#include <visp3/visual_features/vpFeaturePoint.h>
61#if defined(VISP_HAVE_OPENCV) && (VISP_HAVE_OPENCV_VERSION < 0x030000) && defined(HAVE_OPENCV_HIGHGUI)
62#include <opencv2/highgui/highgui.hpp>
63#elif defined(VISP_HAVE_OPENCV) && (VISP_HAVE_OPENCV_VERSION >= 0x030000) && defined(HAVE_OPENCV_VIDEOIO)
64#include <opencv2/videoio/videoio.hpp>
67#if defined(VISP_HAVE_DC1394) || defined(VISP_HAVE_V4L2) || defined(VISP_HAVE_CMU1394) || defined(VISP_HAVE_OPENCV) && \
68 (((VISP_HAVE_OPENCV_VERSION < 0x030000) && defined(HAVE_OPENCV_HIGHGUI)) || \
69 ((VISP_HAVE_OPENCV_VERSION >= 0x030000) && defined(HAVE_OPENCV_VIDEOIO)))
70#if defined(VISP_HAVE_DISPLAY)
71#if defined(VISP_HAVE_PIONEER)
72#define TEST_COULD_BE_ACHIEVED
99#ifdef TEST_COULD_BE_ACHIEVED
100int main(
int argc,
char **argv)
102#ifdef ENABLE_VISP_NAMESPACE
105#if (VISP_CXX_STANDARD >= VISP_CXX_STANDARD_11)
106 std::shared_ptr<vpDisplay> display;
115 double coef = 1. / 6.77;
119 ArArgumentParser
parser(&argc, argv);
120 parser.loadDefaultArguments();
124 ArRobotConnector robotConnector(&parser, &robot);
125 if (!robotConnector.connectRobot()) {
126 ArLog::log(ArLog::Terse,
"Could not connect to the robot.");
127 if (
parser.checkHelpAndWarnUnparsed()) {
132 if (!Aria::parseArgs()) {
144 std::cout <<
"Robot connected" << std::endl;
151#if defined(VISP_HAVE_OPENCV) && \
152 (((VISP_HAVE_OPENCV_VERSION < 0x030000) && defined(HAVE_OPENCV_HIGHGUI)) || \
153 ((VISP_HAVE_OPENCV_VERSION >= 0x030000) && defined(HAVE_OPENCV_VIDEOIO)))
155 std::cout <<
"Use device: " << device << std::endl;
156 cv::VideoCapture g(device);
157 g.set(CV_CAP_PROP_FRAME_WIDTH, 640);
158 g.set(CV_CAP_PROP_FRAME_HEIGHT, 480);
166 cam.initPersProjWithoutDistortion(558, 555, 312, 210);
167#elif defined(VISP_HAVE_V4L2)
176 cam.initPersProjWithoutDistortion(558, 555, 312, 210);
177#elif defined(VISP_HAVE_DC1394)
184 cam.initPersProjWithoutDistortion(800, 795, 320, 216);
185#elif defined(VISP_HAVE_CMU1394)
193 cam.initPersProjWithoutDistortion(800, 795, 320, 216);
197#if defined(VISP_HAVE_OPENCV) && \
198 (((VISP_HAVE_OPENCV_VERSION < 0x030000) && defined(HAVE_OPENCV_HIGHGUI)) || \
199 ((VISP_HAVE_OPENCV_VERSION >= 0x030000) && defined(HAVE_OPENCV_VIDEOIO)))
207#if (VISP_CXX_STANDARD >= VISP_CXX_STANDARD_11)
242 double surface = 1. / sqrt(dot.
m00 / (
cam.get_px() *
cam.get_py()));
269#if defined(VISP_HAVE_OPENCV) && \
270 (((VISP_HAVE_OPENCV_VERSION < 0x030000) && defined(HAVE_OPENCV_HIGHGUI)) || \
271 ((VISP_HAVE_OPENCV_VERSION >= 0x030000) && defined(HAVE_OPENCV_VIDEOIO)))
287 surface = 1. / sqrt(dot.
m00 / (
cam.get_px() *
cam.get_py()));
305 v = -lambda * (L * cVe * eJe).pseudoInverse() *
error;
307 std::cout <<
"Send velocity to the pionner: " <<
v[0] <<
" m/s " <<
vpMath::deg(v[1]) <<
" deg/s" << std::endl;
322 std::cout <<
"Ending robot thread..." << std::endl;
326 robot.waitForRunExit();
327#if (VISP_CXX_STANDARD < VISP_CXX_STANDARD_11)
328 if (display !=
nullptr) {
335 std::cout <<
"Catch an exception: " <<
e << std::endl;
336#if (VISP_CXX_STANDARD < VISP_CXX_STANDARD_11)
337 if (display !=
nullptr) {
347 std::cout <<
"You don't have the right 3rd party libraries to run this example..." << std::endl;
Firewire cameras video capture based on CMU 1394 Digital Camera SDK.
void setVideoMode(unsigned long format, unsigned long mode)
void acquire(vpImage< unsigned char > &I)
void setFramerate(unsigned long fps)
void open(vpImage< unsigned char > &I)
Class for firewire ieee1394 video devices using libdc1394-2.x api.
@ vpVIDEO_MODE_640x480_MONO8
Generic class defining intrinsic camera parameters.
Implementation of column vector and the associated operations.
Class that defines generic functionalities for display.
static bool getClick(const vpImage< unsigned char > &I, bool blocking=true)
static void display(const vpImage< unsigned char > &I)
static void displayLine(const vpImage< unsigned char > &I, const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsigned int thickness=1, bool segment=true)
static void flush(const vpImage< unsigned char > &I)
This tracker is meant to track a blob (connex pixels with same gray level) on a vpImage.
void track(const vpImage< unsigned char > &I, bool canMakeTheWindowGrow=true)
void setGraphics(bool activate)
void setGrayLevelPrecision(const double &grayLevelPrecision)
void setEllipsoidBadPointsPercentage(const double &percentage=0.0)
void setEllipsoidShapePrecision(const double &ellipsoidShapePrecision)
void setComputeMoments(bool activate)
void initTracking(const vpImage< unsigned char > &I, unsigned int size=0)
error that can be emitted by ViSP classes.
static void create(vpFeaturePoint &s, const vpCameraParameters &cam, const vpDot &d)
Class that defines a 3D point visual feature which is composed by one parameters that is that defin...
vpMatrix interaction(unsigned int select=FEATURE_ALL) VP_OVERRIDE
vpFeatureDepth & buildFrom(const double &x, const double &y, const double &Z, const double &LogZoverZstar)
vpColVector error(const vpBasicFeature &s_star, unsigned int select=FEATURE_ALL) VP_OVERRIDE
Class that defines a 2D point visual feature which is composed by two parameters that are the cartes...
vpFeaturePoint & buildFrom(const double &x, const double &y, const double &Z)
static unsigned int selectX()
vpColVector error(const vpBasicFeature &s_star, unsigned int select=FEATURE_ALL) VP_OVERRIDE
vpMatrix interaction(unsigned int select=FEATURE_ALL) VP_OVERRIDE
static void convert(const vpImage< unsigned char > &src, vpImage< vpRGBa > &dest)
Definition of the vpImage class member functions.
static double deg(double rad)
Implementation of a matrix and operations on matrices.
void stack(const vpMatrix &A)
Interface for Pioneer mobile robots based on Aria 3rd party library.
Class that is a wrapper over the Video4Linux2 (V4L2) driver.
void setFramerate(vpV4l2FramerateType framerate)
void setInput(unsigned input=vpV4l2Grabber::DEFAULT_INPUT)
void open(vpImage< unsigned char > &I)
void setScale(unsigned scale=vpV4l2Grabber::DEFAULT_SCALE)
void setDevice(const std::string &devname)
std::shared_ptr< vpDisplay > createDisplay()
Return a smart pointer vpDisplay specialization if a GUI library is available or nullptr otherwise.
vpDisplay * allocateDisplay()
Return a newly allocated vpDisplay specialization if a GUI library is available or nullptr otherwise.
VISP_EXPORT void sleepMs(double t)