43#include <visp3/core/vpConfig.h>
45#if !defined(_WIN32) && (defined(__unix__) || defined(__unix) || (defined(__APPLE__) && defined(__MACH__)))
52#include <visp3/core/vpColVector.h>
53#include <visp3/core/vpException.h>
54#include <visp3/sensor/vpLaserScan.h>
55#include <visp3/sensor/vpLaserScanner.h>
56#include <visp3/sensor/vpScanPoint.h>
141 body =
new unsigned char[104000];
147 bool setup(
const std::string &ip,
int port);
Implementation of column vector and the associated operations.
Implements a laser scan data structure that contains especially the list of scanned points that have ...
Driver for the Sick LD-MRS laser scanner.
vpSickLDMRS(const vpSickLDMRS &sick)