Skip to content

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).

  1. PID for Target Position
  2. PID and Heading for Target Orientation


              
Clone this wiki locally