Modify some constants for third robot.
- Fix drivetrain_translate.
- Fix crio build.sh.
- Add some snazzy new regexes (as per Brian's suggestion), to
aos/build/build.sh, in order to shorten one of the conditionals.
- Get rid of some old, useless files.
diff --git a/frc971/constants.h b/frc971/constants.h
index 414d10d..e530442 100644
--- a/frc971/constants.h
+++ b/frc971/constants.h
@@ -12,6 +12,7 @@
const uint16_t kCompTeamNumber = 5971;
const uint16_t kPracticeTeamNumber = 971;
+const uint16_t kBot3TeamNumber = 9971;
// Sets *angle to how many radians from horizontal to the location of interest.
bool wrist_hall_effect_start_angle(double *angle);