Skip to content

This module focuses on real-time visualization of Autonomous SLAM (Simultaneous Localization and Mapping) progress with a user-friendly web interface. It provides continuous updates on the Turtlebot's position and evolving map, making it easy to monitor and interact with the SLAM process.

License

Notifications You must be signed in to change notification settings

miguelgonrod/TerraMap-AI

Repository files navigation

TerraMap AI Explorer

Table of contents

Description

Welcome to TerraMap AI Explorer repository! This project seamlessly combines CockroachDB, React, and ROS (Robot Operating System) to create an integrated system that allows your Turtlebot 3 to perform Autonomous Simultaneous Localization and Mapping (SLAM). Not only can you watch your Turtlebot explore and map its environment, but you can also visualize the progress and download the resulting maps through a user-friendly web interface.

Demostration

In progress....

Technologies

This project was created with:

  • nodejs: v18.18.0

Still in development....

Setup

To run this project you need to first install node v18.18.0:

$ sudo apt install npm
$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
$ source ~/.bashrc
$ nvm install v18.18.0
$ node --version

If this last command doesn't display the version 18.18.0 try rebooting your computer.

Now you need to clone this repository, install the packages and run the project:

$ git clone https://github.com/miguelgonrod/TerraMap-AI
$ cd TerraMap-AI
$ npm install
$ npm start

Still in development....

Authors

More details about the authors in the AUTHORS.md file.

Licence

Terramap-AI is available under the BSD-3-Clause license. See the LICENSE file for more details.

About

This module focuses on real-time visualization of Autonomous SLAM (Simultaneous Localization and Mapping) progress with a user-friendly web interface. It provides continuous updates on the Turtlebot's position and evolving map, making it easy to monitor and interact with the SLAM process.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published