bruin-underwater-robotics / 2023-2024

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

Controls: Mission planning #6

Open stanley-wei opened 10 months ago

stanley-wei commented 10 months ago

Look into common strategies for implementing mission planning 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

One potential mission planner to look into could be behavior trees - I've seen at least one other RoboSub team mention they used a behavior tree in their technical report, and the ROS Navigation2 stack appears to support behavior trees.