vortexntnu / vortex-auv

Software for guidance, navigation and control for the Vortex AUVs. Purpose built for competing in AUV/ROV competitions.
https://www.vortexntnu.no/
MIT License
89 stars 21 forks source link

[TASK] Guidance node for DP #433

Open Andeshog opened 1 month ago

Andeshog commented 1 month ago

Description of task

Given a set of 3D waypoints, generate a path that goes through each waypoint. Then define a way to make Orca follow this path by publishing guidance messages. There are a lot of options for both path generation and path following, so this needs to be researched before starting the task.

Ideas:

Suggested Workflow

Specifications

Contacts

Code Quality

chrstrom commented 1 month ago

Historical context: Aksel's VTF (code linked above and described in his thesis) worked REALLY well for Beluga Mk2 at robosub :rocket: The code is as all master's thesis code, soo if you end up going for VTF, might as well rewrite it