Skip to content

Implementation of the Time-Variant gas distribution mapping using Gaussian Markov Random Fields

License

Notifications You must be signed in to change notification settings

MAPIRlab/gmrf_gas_mapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gmrf_gas_mapping

Implementation of the Time-Variant Gas Distribution Mapping technique based on Gaussian Markov Random Fields (http://mapir.isa.uma.es/jgmonroy/papers/2015_GDM_TimeVariant_Obstacles_AutonomousRobots.pdf).

This algorithm contributes an effective solution to two important problems that have been disregarded so far in the mapping of gases: First, obstacles in the environment (walls, furniture, ...) do affect the gas spatial distribution. Second, when combining odor measurements taken at different instants of time, their 'ages' must be taken into account to model the ephemeral nature of gas distributions. In order to incorporate these two characteristics into the mapping process we propose modeling the spatial distribution of gases as a Gaussian Markov random field (GMRF). This mathematical framework allows us to consider both: (i) the vanishing information of gas readings by means of a time-increasing uncertainty in sensor measurements, and (ii) the influence of objects in the environment by means of correlations among the different areas.

Dependencies

  • olfaction_msgs: a dedicated pkg that defines specific msgs for gas and wind measurements

  • Eigen: Due to the sparse nature of samples, we accelerate the computation by relying on Eigen::SparseMatriX. sudo apt install libeigen3-dev

About

Implementation of the Time-Variant gas distribution mapping using Gaussian Markov Random Fields

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published