Add redundant point removal on path creation

Associate *.path files with json
Speed up auto chooser updates
This commit is contained in:
nathanrsxtn
2022-02-27 22:59:32 -07:00
parent 9d5d58f032
commit 6aa1b0e63b
5 changed files with 102 additions and 97 deletions
-1
View File
@@ -108,7 +108,6 @@ public class Robot extends TimedRobot {
SmartDashboard.putNumber("Odometry X", m_robotContainer.getOdometry().getX());
SmartDashboard.putNumber("Odometry Y", m_robotContainer.getOdometry().getY());
SmartDashboard.putNumber("Odometry Theta", m_robotContainer.getOdometry().getRotation().getDegrees());
IntStream.range(0, 9999).forEach(Math::cos);
}
/**