Skip to content

Simple plug-and-play PROS template that handles drive base functions for VEX robots.

License

Notifications You must be signed in to change notification settings

mkhlb/EZ-Template

 
 

Repository files navigation

layout title nav_order permalink
default
EZ-Template
1
/

License: MPL 2.0

EZ-Template

Simple plug-and-play PROS template that handles drive base functions for VEX robots.

EZ-Template Version: 2.1.1

Autonomous routines that used EZ-Template

Download and Installation

  1. Download the latest example project here. Extract the zip, and open it in PROS.
  2. In src/main.cpp, configure drive and IMU ports to what they are on your robot. Be sure to read the comments!
  3. Configure your wheel size and cartridge. Remember that 4" omni wheels are actually 4.125!
  4. In src/main.cpp, at the bottom in void opcontrol(), decide how you'd like to control your robot! Any flavor of arcade or tank!
  5. Turn the robot on and use it in driver control. Make sure the ports are correct and reversed correctly!
  6. To test the test autonomous modes, plug into a competition switch and select the autonomous mode on the brain screen by pressing the left and right buttons! The current page will be the autonomous that runs. For making new autonomous routines, check src/autons.cpp for examples on how to use the drive functions.

Upgrading

Note: this only works for 2.0.0 and beyond. You cannot upgrade from 1.X.X to 2.X.X.

  1. Download the most recent EZ-Template here.
  2. Move the file to your project.
  3. Open terminal or command prompt, and cd into your projects directory.
  4. Run this command from terminal prosv5 c fetch [email protected].
  5. Apply the library to the project prosv5 c apply EZ-Template.
  6. Put #include "EZ-Template/api.hpp" in your include/main.h.

Tutorials

Check out our tutorials here!

Docs

Read the docs here!

Additing Autonomous Routines

Check out the tutorial on adding new autonomous routines here!

Running the docs locally

Install node & yarn npm install --global yarn

then within the website directory run

yarn
yarn build
yarn serve

License

This project is licensed under the Mozilla Public License, version 2.0 - see the LICENSE file for the full license.

About

Simple plug-and-play PROS template that handles drive base functions for VEX robots.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 64.8%
  • C 31.4%
  • SCSS 2.1%
  • Makefile 1.1%
  • Other 0.6%