Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the export buttons and Waypoint List #224

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jasondaming
Copy link
Member

Closes #212

@jasondaming jasondaming added the 2022 Targeted for 2022 release label Apr 3, 2021
@gftabor
Copy link
Contributor

gftabor commented Apr 14, 2021

Is there a reason not to instead provide support for using the waypoint file itself instead of this copy paste back and forth?

X,Y,Tangent X,Tangent Y,Fixed Theta,Reversed,Name
0.0,0.0,3.048,0.0,true,false,
3.1769950170134846,-6.180582723743637,2.1537734072258417,-1.1567970243757175,true,false,
12.149782462664605,-2.405771381043928,0.0,-3.048,true,false,

@jasondaming
Copy link
Member Author

We are doing both. See this PR #206 and PR wpilibsuite/allwpilib#3181

Some users don't want to read from a file at all but still like they idea of being able to graphically create paths.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2022 Targeted for 2022 release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Added Buttons to export a current waypoint to the clipboard for pasting into code
2 participants