MissouriMRDT / Autonomy_Software

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

Implement Feature Rich ASTAR Pathfinder #144

Closed ClayJay3 closed 2 weeks ago

ClayJay3 commented 11 months ago

Path Planning Namespace

Overview

Objective

The pathplanning namespace introduces an ASTAR class implementing the A* algorithm, enhanced with object avoidance capabilities. The class seamlessly navigates around objects during path planning.

ASTAR Class

Object Representation

Implementation Details

Class Structure

Object Integration

Path Planning Algorithm

ClayJay3 commented 9 months ago

@RyanW83 What's the status of this? Do you think you could get this class written before January 20, 2024 when Sprint2b closes?

Byrdman32 commented 5 months ago

Re-opening this issue as it is linked to PR #259.