33 bool getEdgeInformation(
37 size_t icx,
size_t icy,
39 size_t jcx,
size_t jcy,
42 double& out_edge_information)
override 44 out_edge_information = 1.0 / (1.0 + icx + icy);
51 const double X_SIZE = 10.0;
52 const double Y_SIZE = 10.0;
53 const double RESOLUTION = 0.5;
64 gasmap.setCellsConnectivity(conn);
68 gl_data->setPointSize(3.0f);
70 for (
int i = 0; i < 20; i++)
77 "Observation: (x,y)=(%6.02f,%6.02f,) => value: %6.03f\n", x, y,
79 gl_data->insertPoint(x, y, value);
81 gasmap.insertIndividualReading(
86 gasmap.updateMapEstimation();
90 gasmap.getAs3DObject(glObj);
96 scene->insert(gl_data);
98 win.unlockAccess3DScene();
113 cout <<
"MRPT exception caught: " << e.what() << endl;
118 printf(
"Another exception!!");
A namespace of pseudo-random numbers generators of diferent distributions.
TPoint2D_< double > TPoint2D
Lightweight 2D point.
Base class for user-supplied objects capable of describing cells connectivity, used to build prior fa...
static Ptr Create(Args &&... args)
static Ptr Create(Args &&... args)
return_t drawUniform(const double Min, const double Max)
Generate a uniformly distributed pseudo-random number using the MT19937 algorithm, scaled to the selected range.
This base provides a set of functions for maths stuff.
mrpt::gui::CDisplayWindow3D::Ptr win
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
CRandomFieldGridMap2D represents a 2D grid map where each cell is associated one real-valued property...
Gaussian Markov Random Field, squared differences prior weights between 4 neighboring cells (see disc...
CSetOfObjects::Ptr CornerXYZSimple(float scale=1.0, float lineWidth=1.0)
Returns three arrows representing a X,Y,Z 3D corner (just thick lines instead of complex arrows for f...
std::shared_ptr< ConnectivityDescriptor > Ptr
CGasConcentrationGridMap2D represents a PDF of gas concentrations over a 2D area. ...
CRandomGenerator & getRandomGenerator()
A static instance of a CRandomGenerator class, for use in single-thread applications.
A graphical user interface (GUI) for efficiently rendering 3D scenes in real-time.