wpilibsuite / PathWeaver

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

Added Buttons to export a current waypoint to the clipboard for pasting into code #212

Open jasondaming opened 3 years ago

jasondaming commented 3 years ago

Many teams like to keep their trajectories in code. PathWeaver is still a wonderful tool for visualizing those paths. I envision two buttons one for Java and one for C++ that export the selected waypoint to the clipboard. This is how I would lay it out: image