Consider the scenario where a car-like robot begins at a certain configuration
By solving the under-specified Reeds-Shepp problem, we endow the robot with the knowledge of the ending orientations
Using the computed
Given an initial configuration
where
In this code, we provide the solution for this problem that is based on the paper we submitted: (TBD).
Solved for a
We computed path lengths for all pairs
The path lengths were computed using our proposed accelerated Reeds-Shepp planner that runs an order of magnitude faster than state-of-the-art.
Generated for a randomly chosen
Set compiler path if needed, make sure SFML libraries (libsfml-dev) are installed, then:
sudo apt install cmake
sudo apt install g++
mkdir build && cd build
cmake ..
make
To use this project, follow these simple steps:
- Clone the repository: