Skip to content

RobotsByTheC/CMonster2016

Repository files navigation

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:

About

Code for our 2016 FRC robot.

Resources

License

BSD-3-Clause, Unknown licenses found

Licenses found

BSD-3-Clause
license.txt
Unknown
license-header.txt

Stars

Watchers

Forks

Packages

No packages published