FRCTeam2992 / Robot2023

FRC Team 2992's 2023 Robot Code
Other
1 stars 0 forks source link

change(manipulator lib): Fix robot base no-fly zone calculation in WaypointSafety #44

Closed nihonjinrxs closed 1 year ago

nihonjinrxs commented 1 year ago

Related Issues and PRs

Issue:

Related PRs:

Checklist

What is changing and why?

In the prior iteration of the WaypointSafety class, we used a simplification of the no-fly zones in the robot base. This works for deciding whether or not to use planned paths, but does not work for testing whether a particular endpoint of a move is safe. This updates that method to be more specific about that no-fly zone.

How was this tested?

Is there anything the reviewer of this PR needs to know to validate that this code is correct?

What do your team members need to know about this?