vortexntnu / vortex-asv

GNC for the Vortex ASV. Purpose built for competing in ASV competitions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[TASK] Waypoint Manager

alekskl01 opened this issue · comments

Description of task

Simply appending Waypoints to a numpy array does not work. We need a dedicated node for managing these.

Suggested Workflow

Specifications

  • Takes in list of waypoints from path planner
  • Sends list of waypoints to guidance system
  • Removes points from list when reached

Contacts

Code Quality

  • Every function in header files are documented (inputs/returns/exceptions)
  • The project has automated tests that cover MOST of the functions and branches in functions (pytest/gtest)
  • The code is documented on the wiki (provide link)