← Back to Course

Using Other Libraries

Implementing other libraries in your robot.

Chapter 9 of 11

82%

What are Libraries

In the real-world a library is a place where you can find a variety of books. In programming, a library is a tool that has prebuilt functions that you can use which can save you a lot of time. PROS is one of those libraries that you have used to define and move your motors without writing a bunch of code to activate the motors yourself.

Below are some libraries that our team has used or heard of

  • Lemlib: A library used for Odometry, PID, and other movements on PROS
  • EZ-Template: A library used for PID movements on VexCode V5
  • Auton-Selector: A library used for Autonomous Selectors

Each of these websites has their own instructions on how to use them and how you can install them to add to your project. We used Lemlib as we found it had many features that were useful in making autonomous routes.

Start by following the tutorials on Lemlib and test out the Odometry system on there. Once that system works, begin by making autonomous routes for your competitions.