Skip to content

FRC-Team3484/X26_RobotCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

X26_RobotCode

This repo holds 3484's 2026 robot code, written in Python.

Installation

Clone this repository:

git clone https://github.com/FRC-Team3484/X26_RobotCode

Or, use Git: Clone in the VSCode command pallate (Ctrl+Shift+P)

Create a new virtual enviroment and activate it:

python -m venv .venv

Or, with the Python VSCode extension, click the Python version number in the bottom right, and select Create Virtual Enviroment

Install the dependencies:

pip install -r requirements.txt

And sync robotpy libraries:

robotpy sync

Usage

Test your code using the following command:

robotpy test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages