Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.71 KB

README.md

File metadata and controls

23 lines (19 loc) · 1.71 KB

CMonster2016

Java robot code for FRC team 2084, Robots By The C

This code contains a few features that might be useful for other teams:

  • Commands that accepts parameters from the SmartDashboard (ParameterCommand.java)
  • A flexible NetworkTables based parameter system that works with our web interface
  • Aiming code that takes commands from our vision algorithm running on a NVIDIA Jetson TK1
  • Trajectory generation and following using Pathfinder
  • Velocity PID feedback for drivetrain control
  • Example of using Java 8 features (lambdas, method references) in robot code
  • Code for sending arrays with more than 255 items over NetworkTables (NetworkTablesLargeArrays.java)
  • Use of Gradle as a build system
  • Basic unit testing for a few features

Our other 2016 repositories: