bruin-underwater-robotics / 2023-2024

ASME at UCLA's Bruin Underwater Robotics Team 2023-2024 Repository
2 stars 0 forks source link

Controls: Path following #5

Open stanley-wei opened 10 months ago

stanley-wei commented 10 months ago

Look into common strategies for implementing path following and/or trajectory tracking in AUVs. This can be both AUVs in the wild, or AUVs made by other RoboSub teams specifically. If there are multiple strategies, evaluate relative pros and cons.

Later in the process, once a few potential strategies have been identified, look into implementations, particularly implementations in ROS2.

I made a document with a few initial resources; please add any findings, links, etc. as you go.

Some potential places you might want to look:

stanley-wei commented 10 months ago

A note: the reason I grouped path following and trajectory tracking together is that depending on our approach, we may not need separate path following and trajectory tracking subsystems. If we were able to combine the functionality of both into a single node, for instance, we may be able to save on computational overhead.