Skip to content

RobotsByTheC/CMonster2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5c27f60 · Jun 17, 2016
Apr 2, 2016
May 21, 2016
Jun 16, 2016
May 12, 2016
Apr 1, 2016
Dec 24, 2015
Feb 20, 2016
Dec 24, 2015
Jun 17, 2016
May 15, 2016
Dec 19, 2015
Dec 19, 2015
Mar 4, 2015
Mar 4, 2015
Mar 28, 2016

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