Skip to content
@Coyotronics

Coyotronics

Welcome to Coyotronics Team 8816

Hi there 👋

Coyotronics Members

If you are a coyotronics member (or a Frisco Team), and would like access to the current season's code, please DM me on Discord with your GitHub username.

If you are making changes to any repository please:

  • Make a new branch BEFORE YOU MAKE CHANGES with git checkout -b branch_name (if you already have code on the master branch, you can run git stash, checkout to the new branch, and run git stash pop, to transition your changes on a new branch. If you have already created a commit, you will need to run git reset HEAD^ to undo the commit.).
  • After you have your changes, run git add ., and then git commit -m "Your Commit Message"
  • Then run git push. This might throw an error, you can usually resolve this by running git push --set-upstream origin branch_name
  • Then, come to the github link to the repository, and create a merge request, and I will review it.

In order to actually makes the changes, you will need to

  • Download the tools here
  • Navigate to a folder on your computer, and run git clone https://github.com/Coyotronics/ChargedUp2023.git
  • Open the folder with VSCode

Visiting members

If you another robotics team member, thank you for visiting! We have provided the code from our past seasons here.

Popular repositories Loading

  1. 2022-OffSeason 2022-OffSeason Public

    1st semester projects for Coyotronics

    Java 2

  2. FRC0-Autonomous FRC0-Autonomous Public

    FRC pre-season practice. I was forced to program this in Java against my will.

    Java 1

  3. Coyo2024Draft2 Coyo2024Draft2 Public

    Coyotronics Refined 2024 Bot Code - Update Vendor Deps for use and calibrate swerve modules

    Java 1

  4. RapidReact2022 RapidReact2022 Public

    Java

  5. .github .github Public

  6. AprilTag AprilTag Public

    Java

Repositories

Showing 10 of 15 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…