UBCSailbot / sailbot_workspace

UBC Sailbot's monorepo
https://ubcsailbot.github.io/sailbot_workspace/main/
Apache License 2.0
4 stars 1 forks source link

Implement Land Obstacle Class #278

Open SPDonaghy opened 7 months ago

SPDonaghy commented 7 months ago

Purpose

We need to implement a class for land obstacles.

Description

A Land class will be added to the obstacles.py. After implementation, we can decide if the Land and Boat classes are similar enough that it would make sense to combine them.

Resources

Rough Idea for Land Mass Data Loading

WIP