We need to track the robot's position relative to the hubs for the purpose of automated shooting. See the WPILib docs for how this can be done with a little math. We will probably want to put the odometry-updating code in one of the Robot::periodic* methods.
We need to track the robot's position relative to the hubs for the purpose of automated shooting. See the WPILib docs for how this can be done with a little math. We will probably want to put the odometry-updating code in one of the
Robot::periodic*methods.