Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/choate-robotics/7407-drivecode-crescendo

This is the DriveCode for 2024 FRC game Crescendo.
https://github.com/choate-robotics/7407-drivecode-crescendo

frc frc-crescendo frc-python

Last synced: about 20 hours ago
JSON representation

This is the DriveCode for 2024 FRC game Crescendo.

Awesome Lists containing this project

README

        

# 7407-DriveCode-Crescendo

Team 7407 Wired Boars Crescendo Robot Code

## Overview

This is the code for the 2023-2024 FRC season. The code is written in Python and is intended to be used with RobotPy.

## Installation

1. Clone the repository to your local machine.
2. Open the repository in your preferred IDE and open a terminal in the project directory.
3. Install the necessary libraries with `pip install robotpy`
4. Run `py -3 -m robotpy sync` to install the necessary dependencies.
5. Run `py -3 -m robotpy deploy` to deploy the code to the robot.

## Getting Started

Check out our documentation [here](https://choate-robotics.github.io/Programming-SOPs/).