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

Roadrunner 1.0? #111

Open
hardcopi opened this issue Sep 16, 2024 · 3 comments
Open

Roadrunner 1.0? #111

hardcopi opened this issue Sep 16, 2024 · 3 comments

Comments

@hardcopi
Copy link

Now that RR 1.0 is supported is there plans to support it? I like to use this with my students but the plan is to use RR 1.0 now that it is released.

Thanks.

@jkenney2
Copy link
Contributor

Working on it...
It is easy enough to generate and insert a jar file containing the roadrunner core (which is not specific to FTC). It is trickier (for me, anyway) to achieve compatibility with the new version of roadrunner quickstart, but I think still possible.

@hardcopi
Copy link
Author

That's fair. I haven't even begun to mess with the version 1 quickstart yet so I can't be of any help.

@jkenney2
Copy link
Contributor

I've put something together that seems to work, though haven't tested extensively. Rather than pushing to this repository, I have saved it to a new repository:

https://github.com/Beta8397/virtual_robot_RR1

The quickstart is included (minus most of the tuning stuff). Start by trying out the SplineTest opmode. Leave the tuning parameters in the MecanumDrive class as-is.

To use this, it is necessary to download the kotlin-stdlib-2.0.20 jar, save it in the lib folder, and make it a dependency in the TeamCode module (see the first paragraph of the readme for instructions. I was going to package this in the repository, but was unsure whether any licenses other than Apache 2 would be needed.

Let me know if any problems.

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

No branches or pull requests

2 participants