Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2D-RRT-Python

Description

2D-RRT-Python is a Python package for implementing Rapidly-exploring Random Tree (RRT) and RRT* algorithms in a 2D environment. It includes a visualizer, an RRT* planner, and a dataset for motion planning experiments.

Installation

You can install the package using pip:

pip install .

Alternatively, install it in editable mode for development:

pip install -e .

Make sure you have Python 3.8 or later installed.

Dependencies

The package requires the following dependencies, which are automatically installed:

  • torch
  • numpy
  • matplotlib
  • scipy
  • rich

License

This project is licensed under the terms specified in the BSD 2 file.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages