This project calculates and visualizes the optimal trajectory between two points using the Reep-Sheep algorithm. The user inputs the start point, end point, and orientation (yaw) to generate the trajectory.
- User can select start and end points by clicking on the plot.
- User can input the yaw (orientation) at both the start and end points.
- The trajectory is calculated and visualized using rsplan, Matplotlib.
- Animated visualization of the trajectory.
-
Clone the repository:
git clone https://github.com/Cyber-Mrt/automaticPath.git cd automaticPath
-
Install the required Python packages:
pip install -r requirements.txt
-
Run the script:
python automatic_path_en.py
-
Click on the plot to select the start and end points.
-
Enter the yaw (orientation) in degrees when prompted.
-
The calculated trajectory will be visualized and animated on the plot.
This project is licensed under the MIT License. See the LICENSE file for details.