This repository contains files separated by category. The file will depend on the type of test you would like to perform on the robot.
For more information about the setup of RobotPy's packages, click here.
After cloning the repository, you must have Python 3 and pip installed on your computer.
py -3 -m pip install -r requirements.txt
python3 -m pip install -r requirements.txt
For more information, click here.
- Executing Robot Simulator
py -3 -m robotpy sim
- Deploy to the robot
py -3 -m robotpy deploy
- Executing Robot Simulator
python3 -m robotpy sim
- Deploy to the robot
python3 -m robotpy deploy
Please check out the RobotPy's porting guide for a variety of guidelines for new examples.
RobotPy (Python 3 for the FRC)