Let's try not crashing the robot after ten seconds
This code still ran when the T265 was unplugged, which probably means it
isn't being set to `null` as expected... but that's for a different day
Make things actually compile
Clean build.gradle and update Gradle wrapper
Changes to increase indexer speed after testing
Fixed the reference to visionTargetUpdate's entry notification, and added several values to SmartDashboard for Vision debugging
Create direct Vision ==> Turret rotation solution
Merge branch 'master' of https://github.com/Spartronics4915/2020-InfiniteRecharge
Changes from Glacier Peak
Autonomous and intaking/unjam tuning
Quell a warning. Keep a handle on our notifier.
plugged resource leak for Closeable.
Merge branch 'master' of https://github.com/Spartronics4915/2020-InfiniteRecharge
Experiments in the variance between inner and outer goal targeting.
Implement Noah's motor safety and logging changes
Structure RobotContainer in preparation for GP
Remove unused imports / comment blocks
Fixes for CoordSysMgr wrt FieldToMount transformations.
For now we'll run all tests in headless mode.
@Declan - I like your graph and wonder what the best way to offer
it as an option. For now, you'd need to comment out the
systemProperty line in build.gradle. There's probably a better
way to do someting like ./gradlew test --withgraphs
Removed spurious and and unqualified (bad) print statement.
Attempt to fix "headless" testing error for whizzy graphs.