Giter Site home page Giter Site logo

hanjinli2023 / trrt_bot_planning Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dinnokoluh/trrt_bot_planning

0.0 0.0 0.0 77.04 MB

The implementation of the T-RRT algorithm for path planning in a configurational space based on cost maps

C++ 1.66% C 1.60% Objective-C 0.01% Java 1.05% MATLAB 72.27% M 0.01% Makefile 0.02% HTML 23.39%

trrt_bot_planning's Introduction

The implementation of the T-RRT algorithm for path planning in a configurational space based on cost maps

About

This project deals with path planning for robot manipulators using sampling-based algorithms in a configuration space equipped by a specific cost function. The key algorithm used for path planning is the T-RRT algorithm which is a modification of the basic RRT algorithm. The T-RRT algorithm searches for a path which spans over the regions of the configuration space costmap which represent “passes”, “canyons” and “valleys” i.e. regions which have a low cost, while it tends to bypass high cost regions. Using a convenient cost function, which models the problem’s criterion, with the T- RRT algorithm we get paths which fulfill the stated criterion while the RRT algorithm, in the general case, is not able to carry out such a task. An example of a criterion which we are going to use is the requirement for the tip of the manipulator to be at the furthest possible distance from the obstacles in the working space which ensures its safety.
The parameters which are integrated inside the T-RRT algorithm influence its performance and the final shape of the path so a great number of simulations was conducted, with various types of robot manipulators, to analyze the influence of individual parameters on the path. These examples were compared with the shapes of paths obtained with the RRT algorithm. All the algorithms have been implemented within the Matlab programming package.

Light         Dark

Light         Dark

trrt_bot_planning's People

Contributors

dinnokoluh 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.