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
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.
In Terminal:
$ export TURTLEBOT3_MODEL=burger
$ source devel/setup.bash
$ roslaunch planner tb3_gazebo_planner.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