generated from Team488/FRCRobotTemplate
-
Notifications
You must be signed in to change notification settings - Fork 45
Curriculum challenge ~ Upgrading Using the SeriouslyCommonLib
Stephen Just edited this page Sep 30, 2023
·
3 revisions
Over the years, robots have had to do certain tasks over and over, such as driving to a target point, or rotating to a specific angle. Rather than rewrite all that code from scratch (as you just did as a learning experience), we have taken the bits of code we used most often and saved them in the SeriouslyCommonLib: a library of useful code gathered from the work of students on the team over many years.
The API documentation is hosted at https://team488.github.io/SeriouslyCommonLib/
Now, let's go back over our previous solutions, and upgrade them using the SCL (SeriouslyCommonLib).
- Home
- Challenges
- Setting up your environment
- Basic Robot Principles
- Tank Drive
- Altering Tank Drive
- Moving to a target position
- Rotating to a target orientation
- Factories
- The Power of Injection
- Dependency Injection with Dagger
- Upgrading Using the SeriouslyCommonLib
- Running XbotEDU on a Real Robot
- Auto Stopping Collector