HolonomicLib is an open-source PROS (C++) library for VEX robots. The library specializes with holonomic drivetrains (ex. X-Drives or Mecanum Drives).
Use the PROS CLI to install HolonomicLib (if you installed PROS correctly, you do not need to install the CLI separately).
- Download the latest version of HolonomicLib (it should be
HolonomicLib@VERSION_#.zip
). - Run the following in the root of your project:
pros conductor fetch HolonomicLib@VERSION_#.zip
pros conductor apply HolonomicLib
- Add
#include "HolonomicLib/API.hpp"
to your header file
Installation steps are also found in the documentation.
For step-by-step usage, follow the documentation.
For more specific usage, follow the API.
Pull requests are welcome. Experimental changes should go to the development branch until deemed stable. For major changes, please open an issue first to discuss what you would like to change. For both issues and PRs, please follow the issues/PR template.
Please make sure to update tests as appropriate (that is, if tests get made).