im working on a shot calculator for the first robotics competition, so that anyone can put in their robot, game piece, and target specifications, and it will automatically calculate a dataset based off of an runge-kutta 4 physics engine for stationary shots.
after that, it will simulate random velocities and accelerations, and recreate the dataset, which a neural network is then trained on. ideally, this would allow for acclerated shooting while moving scenarios, and outputs rpm, required launch angle, and turret angle correction. currently, the physics, dataset generation, and neural network part of my project is finally complete, so i’m starting to work on the gui (using tkinter and matplotlib)
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.