MissouriMRDT / Autonomy_Software

Autonomous Traversal and Object Detection for Rovers
https://marsrover.mst.edu
GNU General Public License v3.0
7 stars 2 forks source link

Implement Basic Obstacle Detection and Avoidance System #68

Closed Byrdman32 closed 2 months ago

Byrdman32 commented 1 year ago

Background

Making use of an ZED Depth Map will allow us to detect the presence of Obstacles in our path and then using an A* Path Finding Algorithm we can choose the best path to avoid the obstacle.

Goal

Implement MVP Obstacle Detection and Avoidance Capabilities that are required to determine the feasibility of completing this project for the 2023-24 Competition Season.

Note: At this time it will not include any Triclops capabilities.

Useful Links:

Byrdman32 commented 2 months ago

Cleaning up remaining issues from URC 2024 to prep for URC 2025 development.