Skip to content

Davidfine123/echo

 
 

Repository files navigation

2654E Echo

Notebook

Almost all the engineering decisions are well explained and justified in the 2654E Echo Engineering Notebook. If you have any questions, please take a look at this resource, we hope that it can be valuable for you.

Video Explainer Series

Explainer Series

For almost all the code in this codebase there will be or already is explainer videos. If you would be interested in other topics being covered, just contact us!

Tips and Tricks (for VEX Programming)

These aren't necessarily best practices for git, so don't expect these to just work at an internship, but this is what I use for VEX to make sure my code stays reliable.

  • Git/GitHub
    • Commit every time the code works
    • Ensure the main branch is always reliable
      • Create branches for each practice or day
      • Utilize main branch protection to make sure any changes have to go through the process
      • Keep up on git discipline, even though you might be working by yourself, this isn't an excuse to leave your branches a mess and not commit properly/commit directly to main
    • Utilize this rich version history to find what has changed
  • Video Every Run

Contact Us

If you have any additional questions about the code or our robot, contact one of us with the following ways to contact us:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.2%
  • Cuda 1.4%
  • C 0.6%
  • NASL 0.5%
  • CMake 0.1%
  • Makefile 0.1%
  • Other 0.1%