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

Implemented buildAutoChooser() in Python. #639

Merged
merged 5 commits into from
Mar 15, 2024

Conversation

jserra7d5
Copy link
Contributor

Was already doing this for my team's robotpy code so I figured why not implement it here. As far as my testing extends, it works, I am not 100% sure if I implemented the docs correctly, however.

@github-actions github-actions bot added PathPlannerLib Changes to PathPlannerLib documentation Pull requests that update the documentation site files labels Mar 13, 2024
@mjansen4857
Copy link
Owner

The documentation part should be changed to have tabs for different languages to be consistent with the rest of the examples. You should be able to copy one of those examples, remove the C++ tab, and change the code part. Let me know if you need any help with that.

@jserra7d5
Copy link
Contributor Author

Done. Didn't catch that the first time around, was wondering how the switching worked.

</tabs>

</snippet>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this is a stray closing tag

Suggested change
</snippet>

Copy link
Contributor Author

@jserra7d5 jserra7d5 Mar 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it? That was there before, I simply moved it down. The md originally opened with <snippet id="build-an-auto"> and ended with </snippet> immediately after the java example code.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah you're right. Forgot that file is different

@mjansen4857 mjansen4857 merged commit b05f00e into mjansen4857:main Mar 15, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Pull requests that update the documentation site files PathPlannerLib Changes to PathPlannerLib
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants