RobotCasserole1736 / RobotCasserole2025SwerveBase

MIT License
2 stars 0 forks source link

Allow for more complex, linear obstacles #17

Open gerth2 opened 1 month ago

gerth2 commented 1 month ago

Imagine a field that looks like this:

image

We start at the O, with a goal at X

There's a solid chance we may have wall-like obstacles which act like this - we need new classes to describe these obstacles.

We may also need a "Lane" object that pushes the robot along a preferred linear path.

Set up a field that looks like this, and play around. Tweak obstacles till they work.