GithubHelp home page GithubHelp logo

rishikesh-jadhav / enhanced-path-planning-through-comparative-analysis-of-rrt-and-its-variants-on-turtlebot-in-gazebo Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 0.0 47 KB

Developed Autonomous Robot Planning with RRT, RRT*, RRT*smart, and RRTconnect Algorithms, validated on 2D maps as well as 3D simulation of Turtlebot3 in Gazebo within a Custom Maze Environment.

CMake 11.00% Python 89.00%
gazebo-simulator pathplanning rrt rrt-connect rrt-star rrt-star-smart rviz turtlebot3 ros

enhanced-path-planning-through-comparative-analysis-of-rrt-and-its-variants-on-turtlebot-in-gazebo's Introduction

Enhanced-Path-Planning-through-Comparative-Analysis-of-RRT-and-Its-Variants-on-TurtleBot-in-Gazebo

This repository showcases enhanced path planning through a comparative analysis of RRT and its variants, including RRT, RRT*, RRT*-Smart, and RRT-Connect, implemented on a TurtleBot in the Gazebo simulation environment.

Overview

This project focuses on optimizing path planning algorithms to achieve efficient navigation for TurtleBot in both 2D and 3D environments. The implemented RRT variants are evaluated, and their performances are compared, providing valuable insights into their strengths and weaknesses.

2D Simulaton Results:

2D Results 1

2D Results 2

3D Simulation Results in Gazebo on TurtleBot (Youtube Video links below)

RRT Execution:

RRT Execution

RRT-Connect Execution:

RRT-Connect Execution

RRT* Execution:

RRT* Execution

RRT*-Smart Execution:

RRT*-Smart Execution

Instructions to Run

  1. Setup:

    • Download or clone the repository.
    • Build the workspace using catkin build or catkin_make.
    • Source the workspace.
  2. Run 2-D Path Planning Algorithms: Navigate to the final_project/scripts/ folder and execute the desired algorithm.

    • RRT

      $ cd final_project/scripts/
      $ python3 rrt.py
    • RRT*

      $ cd final_project/scripts/
      $ python3 rrt_star.py
    • RRT*-Smart

      $ cd final_project/scripts/
      $ python3 rrt_star_smart.py
    • RRT-Connect

      $ cd final_project/scripts/
      $ python3 rrt_connect.py
  3. Run Gazebo + Rviz Simulation:

    • Uncomment relevant lines in the move.py script based on the algorithm choice.

    • Run the simulation:

      $ roslaunch final_project world.launch
    • In another terminal, launch the navigation stack:

      $ roslaunch final_project navigation.launch 
    • Adjust the map alignment in RViz using 2D Pose Estimate.

    • Open a new terminal and execute:

      $ cd final_project/scripts/
      $ python3 move.py

References:

For an additional implementation and insights, you can refer here.

enhanced-path-planning-through-comparative-analysis-of-rrt-and-its-variants-on-turtlebot-in-gazebo's People

Contributors

rishikesh-jadhav avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.