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

Option to get end waypoint in code #641

Closed
vichik123 opened this issue Mar 13, 2024 · 3 comments
Closed

Option to get end waypoint in code #641

vichik123 opened this issue Mar 13, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@vichik123
Copy link

It would really improve our autonomous if we could get the end waypoint of the current trajectory, while using the auto builder in the pathplanner gui. Is there already a way to do this?

@vichik123 vichik123 added the enhancement New feature or request label Mar 13, 2024
@vichik123
Copy link
Author

Ok, we found a convoluted way to do it, I think it would be better if there was a simple way.

@mjansen4857
Copy link
Owner

PathPlannerAuto/Auto builder is a much simpler abstraction of full auto routines, and isn't really good for stuff like that as it doesn't directly expose the path being run to the user. There really isn't a "simple way" you'd be able to get the path being run in a useful way because of how everything is structured.

If you need to be able to interact with the paths, I'd recommend against using PathPlannerAuto to begin with and just use auto builder to make the path following commands, then create your auto command groups with them manually.

@vichik123
Copy link
Author

Ok, thanks.

@vichik123 vichik123 closed this as not planned Won't fix, can't repro, duplicate, stale Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants