46 #include <visp3/core/vpConfig.h>
47 #include <visp3/core/vpDebug.h>
48 #include <visp3/io/vpParseArgv.h>
49 #include <visp3/sensor/vpSickLDMRS.h>
51 #if !defined(_WIN32) && (defined(__unix__) || defined(__unix) || (defined(__APPLE__) && defined(__MACH__)))
55 #ifdef ENABLE_VISP_NAMESPACE
61 std::string ip =
"131.254.12.119";
63 laser.setIpAddress(ip);
65 unsigned long int iter = 0;
70 if (laser.measure(laserscan) ==
false)
79 std::cout <<
"Catch an exception: " << e << std::endl;
87 std::cout <<
"This example is only working on unix-like platforms \n"
88 <<
"since the Sick LD-MRS driver was not ported to Windows." << std::endl;
error that can be emitted by ViSP classes.
Implements a laser scan data structure that contains especially the list of scanned points that have ...
VISP_EXPORT double measureTimeMs()