36 cout <<
"[MyObserver] Event received: mrptEventMetricMapClear\n";
38 cout <<
"[MyObserver] Event received: mrptEventMetricMapInsert\n";
40 cout <<
"[MyObserver] Event received: mrptEventOnDestroy\n";
42 cout <<
"[MyObserver] Event received: Generic mrptEvent \n";
60 for (
int i = 0; i < 3; i++) map1->insertObservation(obs);
66 map1->insertObservation(obs);
82 cout <<
"MRPT exception caught: " << e.what() << endl;
87 printf(
"Another exception!!");
The basic event type for the observer-observable pattern in MRPT.
void example2DRangeScan(mrpt::obs::CObservation2DRangeScan &s, int i=0)
Example 2D lidar scans (form a venerable SICK LMS200).
Inherit from this class to get notified about events from any CObservable object after subscribing to...
This namespace contains representation of robot actions and observations.
An event sent by any CObservable object (automatically) just before being destroyed and telling its o...
Event emitted by a metric up upon a succesful call to insertObservation()
Classes for 2D/3D geometry representation, both of single values and probability density distribution...
Event emitted by a metric up upon call of clear()
A "CObservation"-derived class that represents a 2D range scan measurement (typically from a laser sc...
CObservation2DRangeScan getScan()
void TestObserverPattern()
void observeBegin(CObservable &obj)
Starts the subscription of this observer to the given object.