wpilibsuite / PathWeaver

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

Path Events (setting some action to happen at a certain point on a Path) #245

Open jasondaming opened 3 years ago

jasondaming commented 3 years ago

This can be done by splitting up the path currently but that gets cumbersome as the routines grow larger.

sciencewhiz commented 3 years ago

Wouldn't this need something in wpilib too?

jasondaming commented 3 years ago

Yes it would. I created the issue.