Skip to content

An advanced autonomous navigation system designed for exploring unknown environments.

License

Notifications You must be signed in to change notification settings

AtharvaJ11/Leo_explore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leo Explore: The Reconnaissance Bot

Welcome to Leo Explore: The Reconnaissance Bot GitHub repository! Our project showcases an advanced autonomous navigation system designed for exploring unknown environments. Leveraging frontier exploration, adaptive path planning algorithms, and integration with the TurtleBot3 platform.

The planner can be run on simulation on Gazebo as well as the Turtlebot3 Burger platform.

Demonstration video: https://youtu.be/fyIsYrZ6wks

Instructions for setting up the environment:

Before launching the simulation, make sure to execute the following command in all terminals to set up the environment:

$ mkdir catkin_ws && cd catkin_ws
$ git clone https://github.com/arjunjyothieswarb/Leo_explore.git
$ mv Leo_explore src
$ catkin_make
$ source devel/setup.bash

Set Environment Variable:

$ export TURTLEBOT3_MODEL=burger

The source & export commands can be appended to the ~/.bashrc file to avoid redundant steps.

Install Packages:

$ pip install scikit-learn
$ pip install scipy
$ sudo apt-get install ros-noetic-turtlebot3-gazebo
$ sudo apt-get install ros-noetic-turtlebot3-slam
$ sudo apt-get install ros-noetic-gmapping
$ sudo apt-get install ros-noetic-turtlebot3-teleop

Follow Simulation launch steps for Gazebo Simulation.

Follow Physical launch steps for testing it on the physical Turtlbot3 Burger platform.

Simulation Launch

In Terminal:

$ export TURTLEBOT3_MODEL=burger
$ source devel/setup.bash
$ roslaunch planner tb3_gazebo_planner.launch

Physical Launch

Create a ROS Master setup on your workstation with Turtlebot3 platform.

In Workstation Terminal:

$ roscore

In Turtlebot3 Terminal:

$ roslaunch turtlebot3_bringup turtlebot3_robot.launch

In Workstation Terminal:

$ export TURTLEBOT3_MODEL=burger
$ source devel/setup.bash
$ roslaunch planner tb3_remote.launch

About

An advanced autonomous navigation system designed for exploring unknown environments.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.5%
  • CMake 22.5%