Skip to content

3299/2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

72f4db4 · Dec 2, 2017

History

45 Commits
Oct 11, 2017
Jan 17, 2017
Jan 17, 2017
Jan 12, 2017
Dec 2, 2017
Jan 17, 2017
Oct 11, 2017
Oct 11, 2017
Apr 18, 2017
Oct 11, 2017
Oct 11, 2017
Oct 11, 2017

Repository files navigation

Steamworks

3299's code for the 2017 season. Programmed in Python with RobotPy.

Notable features

  • A Raspberry Pi on the robot does vision tracking with OpenCV and GRIP. It then publishes the results on Network Tables for the robot to use.
  • Organized in a convoluted system that separates logic, actuators, and other components. It uses neither MagicBot or the Command framework. Don't ask.