Vikings Robotics's code for DeepSpace 2019 without mecanum support
- Install python 3.5 or newer
- Install git
- Install pip
- Fork the repository that is owned by
frcteam2984
- Clone your forked repository to any directory
- While in that directory, run
git remote add upstream https://github.com/FRCTeam2984/DeepSpace2019.git
Ensure that you are in a virtual environment before running this
[pip executable] install -r requirements.txt
- Open vscode and install Python extension
- Run
code .
- Run
[pip executable] install robotpy-installer
- While connected to the internet, run the following commands
robotpy-installer download-robotpy
robotpy-installer download-opkg python37-robotpy-cscore python37-robotpy-ctre
robotpy-installer download-pip coloredlogs
- Connect back to the robot and run the following commands
robotpy-installer install-robotpy
robotpy-installer install-opkg python37-robotpy-cscore python37-robotpy-ctre
robotpy-installer install-pip coloredlogs
- Run
[python executable] robot.py deploy
- Run
[python executable] robot.py test