wpilibsuite / PathWeaver

Desktop application for generating motion paths
Other
64 stars 68 forks source link

Allow user to move waypoint when outside of other axis bound #233

Closed jasondaming closed 3 years ago

jasondaming commented 3 years ago

Reimplementation of: Closes #108

Closes #95

Only the respective axis is considered when checking the bounds. This doesn't help with being far out of the pane but that is a bigger issue and something I don't think we need to support as the cursor turns to indicate a problem

sciencewhiz commented 3 years ago

If both of those checks fail, is should the path be recalculated and updated?