Skip to content

The LIDAR Mapping Bot with GMapping is a robotic system designed to map its environment using LIDAR (Light Detection and Ranging) sensors and the GMapping (Grid-based FastSLAM) and Movebase algorithms. This project provides a comprehensive guide on how to build, deploy, and operate a robot equipped with LIDAR for mapping and navigation purpose

Notifications You must be signed in to change notification settings

RomalaMishra/vacbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vacbot

A bot which uses LIDAR and designed to map the environment using GMapping

Installation

In order to use this package, go through the following steps:

Open you catkin package and go to the src

cd catkin_ws/src

After that clone the repo to your src

git clone https://github.com/RomalaMishra/vacbot.git

After cloning, source and build the package

source devel/setup.bash
catkin build

Launching

In order to launch the package, first launch the gazebo simulation

roslaunch vacbot rough.launch

Then launch

roslaunch vacbot robot_slam.launch

This will launch Rviz, which will alllow you to visualise the laserscan and the map obtained

Then run the following script which will allow you to teleop the bot and generate the entire map of the world

rosrun vacbot turtlebot3_teleop.py

Now move the bot using W,A,S,D keys and see the bot generate a beautifull map of the world.

Contribution

This project is the result of collaborative efforts. Special thanks to all the contributors who have helped build this project. Contributions to this project are welcome. If you have any ideas for improvements, bug fixes, or additional features, please feel free to fork the repository and submit a pull request.

About

The LIDAR Mapping Bot with GMapping is a robotic system designed to map its environment using LIDAR (Light Detection and Ranging) sensors and the GMapping (Grid-based FastSLAM) and Movebase algorithms. This project provides a comprehensive guide on how to build, deploy, and operate a robot equipped with LIDAR for mapping and navigation purpose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages