30 cout <<
"Usage : " <<
argv[0] <<
" <IP> <port> " << endl;
37 bool isOutObs, hardwareError;
39 laser.doProcessSimple(isOutObs, outObs, hardwareError);
47 obj->setColor(0, 0, 1);
48 obj->setName(
"scan_LMS100");
50 ptr_scene->insert(obj);
52 win3D.unlockAccess3DScene();
55 while (win3D.isOpen())
57 laser.doProcessSimple(isOutObs, outObs, hardwareError);
59 ptr_scene = win3D.get3DSceneAndLock();
62 ptr_scene->getByName(
"scan_LMS100"));
65 win3D.unlockAccess3DScene();
67 std::this_thread::sleep_for(20ms);
This "software driver" implements the communication protocol for interfacing a SICK LMS100 laser scan...
static Ptr Create(Args &&... args)
Contains classes for various device interfaces.
This namespace contains representation of robot actions and observations.
This object renders a 2D laser scan by means of three elements: the points, the line along end-points...
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
A "CObservation"-derived class that represents a 2D range scan measurement (typically from a laser sc...
The namespace for 3D scene representation and rendering.
Classes for creating GUI windows for 2D and 3D visualization.
A graphical user interface (GUI) for efficiently rendering 3D scenes in real-time.