Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 467 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 467 Bytes

Generic Motor Testing

  • A repository for any basic testing of any mechanism that requires a some motors and motor controllers for isloated testing
  • Only supports REV motors right now though it would be simple to swap out those for CTRE motoors
    • Gneralized motor controllers through BucketLib are coming soon!

Creating A Project

  • For a specific implementation,
    • create a clone of this repo
    • create a branch off main for your specific implementation