-
Notifications
You must be signed in to change notification settings - Fork 0
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
Trajectories #12
Comments
Meanlib's is super well designed. Porting it to Kotlin or writing a new one with it in mind seems like a good start. I particularly like the Also keep in mind that any deviation from Meanlib should ideally maintain backwards compatibility in how paths are loaded (same JSON format) so that PathVisualizer can still be used. Between modules and BunnyBots, I'm guessing it'll be tough to find time to create a Sertain PathVisualizer replacement (especially one tested as well as PathVisualizer). |
Yeah I agree meanlib's is really nice. As for the path visulizer, that will happen as long as I can run the app (I was having trouble on several PCs). If I can't though, I guess we will just have to use desmos 🤷♀ |
Will support a format
or for loading the entire path the files will be json, of course |
Still working on this. Lots of calculus that I don't understand 😬 |
Let me know if you need any help 👍 |
Lol, it actually isn't super hard. It'll be fine as long as I don't change any of the math 😆 |
Now we need to convert these (x, y) coordinates to the motor velocity... |
Honestly we are probably just going to wrap wpilib at this point |
Wpilib 2020 has been release, which means we can start working on paths |
Won't be to difficult, will just be wrapping a bunch of stuff |
Sertain definately needs a pathfinding solution. One possibility is to use
TrajectoryLib
by the chezypoofs, but we could also write our own (idk i'll give it a shot)Should have
Also this is a pretty beefy feature so it should be in its own subproject.
The text was updated successfully, but these errors were encountered: