Skip to content

This repository contains a novel 2D exploration algorithm that automates the process of indoor-mapping by locating points to perform scanning.

Notifications You must be signed in to change notification settings

atulhari/Spatial-cognitive-exploration-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spatial-cognitive-exploration-algorithm

This repository contains a novel 2D exploration algorithm that automates indoor-mapping of unknown enviornment. The algorithm uses a 2D-LiDAR to locate points (viewpoints) suitable to perform scanning. The viewpoints are detetced using a Gaussian process regression model. The algorithm is designed for real-estate industry to develop VR tours and 3D reconstruction of Dutch houses. The concepts include: SLAM, Exploration, Multivariant Gaussian Distributions, Decision Making, Bio Inspiration, Path-planning

Project content

The project contains the following packages:

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

System requirement

Ubuntu 16.04
python 2.7
ROS kinteic

Download from source

Run the following commands to clone the project on your workspace

my_catkin_workspace/src$ git clone [email protected]:atulhari/Spatial-cognitive-exploration-algorithm.git
my_catkin_workspace/src$ cd ..
my_catkin_workspace$ catkin_make

Additional packages The python pakcages required for running the algorithm are as follows:

matplotlib==2.2.4
simplification==0.4.2
Shapely==1.6.4.post2
tqdm==4.35.0
numpy==1.15.3
scikit_image==0.14.2
scipy==1.2.2
tensorflow_gpu==1.12.0
gpflow==1.5.1
polygon_Mapper==0.1.1
skimage==0.0
tensorflow==2.1.0

The requirements can be installed by

pip install -r requirements.txt.

Running

$ roslaunch exploration_node bringup.launch
$ rosluanch polygon_mapper.launch

For SCEAM algorithm

$ roslaunch exploration_node SCEAM.launch

For running iSCEAM algorithm

$ roslaunch exploration_node iSCEAM.launch

Authors

Atul hari

Robotics and mechatronics lab, University of Twente

Acknowledgments

TSP solver using ant-colony-optimization: Developed by Rochak Gupta https://github.com/rochakgupta/aco-tsp was used in the planner.

About

This repository contains a novel 2D exploration algorithm that automates the process of indoor-mapping by locating points to perform scanning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published