MbrlCatalogueTitleDetail

Do you wish to reserve the book?
Fast and efficient indoor navigation: a hybrid pathfinding approach using rapidly-exploring random tree (RRT)-connect and Dijkstra’s algorithm
Fast and efficient indoor navigation: a hybrid pathfinding approach using rapidly-exploring random tree (RRT)-connect and Dijkstra’s algorithm
Hey, we have placed the reservation for you!
Hey, we have placed the reservation for you!
By the way, why not check out events that you can attend while you pick your title.
You are currently in the queue to collect this book. You will be notified once it is your turn to collect the book.
Oops! Something went wrong.
Oops! Something went wrong.
Looks like we were not able to place the reservation. Kindly try again later.
Are you sure you want to remove the book from the shelf?
Fast and efficient indoor navigation: a hybrid pathfinding approach using rapidly-exploring random tree (RRT)-connect and Dijkstra’s algorithm
Oops! Something went wrong.
Oops! Something went wrong.
While trying to remove the title from your shelf something went wrong :( Kindly try again later!
Title added to your shelf!
Title added to your shelf!
View what I already have on My Shelf.
Oops! Something went wrong.
Oops! Something went wrong.
While trying to add the title to your shelf something went wrong :( Kindly try again later!
Do you wish to request the book?
Fast and efficient indoor navigation: a hybrid pathfinding approach using rapidly-exploring random tree (RRT)-connect and Dijkstra’s algorithm
Fast and efficient indoor navigation: a hybrid pathfinding approach using rapidly-exploring random tree (RRT)-connect and Dijkstra’s algorithm

Please be aware that the book you have requested cannot be checked out. If you would like to checkout this book, you can reserve another copy
How would you like to get it?
We have requested the book for you! Sorry the robot delivery is not available at the moment
We have requested the book for you!
We have requested the book for you!
Your request is successful and it will be processed during the Library working hours. Please check the status of your request in My Requests.
Oops! Something went wrong.
Oops! Something went wrong.
Looks like we were not able to place your request. Kindly try again later.
Fast and efficient indoor navigation: a hybrid pathfinding approach using rapidly-exploring random tree (RRT)-connect and Dijkstra’s algorithm
Fast and efficient indoor navigation: a hybrid pathfinding approach using rapidly-exploring random tree (RRT)-connect and Dijkstra’s algorithm
Journal Article

Fast and efficient indoor navigation: a hybrid pathfinding approach using rapidly-exploring random tree (RRT)-connect and Dijkstra’s algorithm

2025
Request Book From Autostore and Choose the Collection Method
Overview
This article introduces a hybrid approach to enhance indoor pathfinding and navigation within complex multistory environments by integrating rapidly-exploring random tree (RRT)-Connect and Dijkstra’s algorithm. We propose a novel solution leveraging the strengths of RRT-connect for rapid path generation, combined with Dijkstra’s algorithm for refining and optimizing the final route. Our method leverages the rapid exploration of RRT—Connect while refining paths using Dijkstra’s algorithm, resulting in fewer nodes explored compared to Lazy Theta* while maintaining efficiency. Experimental results demonstrate that our hybrid approach significantly reduces computational overhead, with RRT-Connect exploring approximately 1,750 nodes—outperforming RRT (2,000 nodes), RRT* (1,850 nodes), and Dijkstra (1,780 nodes). The algorithm achieves up to 50% faster execution in narrow spaces compared to traditional RRT, making it well-suited for real-time navigation. Additionally, parallel processing optimizes performance, ensuring efficient pathfinding in dynamic environments. A Next.js-based frontend visualization system further enhances usability by rendering path nodes in real time. This hybrid approach balances rapid exploration, optimal path computation, and computational efficiency, making it a robust solution for indoor navigation in large-scale and complex environments.