Skip to content

dreyershelby/control-challenges

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Control Challenges for C++

This repo is a set of control challenges made for FRC Team 1678 Citrus Circuits. These challenges are written in C++.

To get started:

  • Fork this repository on github
  • Clone it to your computer using git clone https://github.com/<your-username>/control-challenges
  • Install bazel
  • Write controller code in solutions. The controllers have been stubbed out for you - all you have to do is implement them!
  • Run a challenge with bazel run //challenges/<challenge-type>:<challenge> (i.e. bazel run //challenges/sliding_block:simple)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 82.9%
  • Python 14.3%
  • C 2.8%