Skip to content

CalPolyVEX/2025-2026

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2025-2026: Push Back

This repository contains code from CPSLO for the 2025-2026 VexU season.

VEX SDK Setup

To use: install the Vex extension for VSCode (also searchable in the VSCode extensions in the sidebar): VEX VSCode Extension

Robot Targeting Tools Setup

Also install: uv and run:

uv venv
uv sync

Verify that the above worked by running:

uv run python tools/target.py

If the above command outputs:

-----CONFIGURING {GREEN/GOLD} ROBOT-----

You're good! Targeting tools are now set up and will auto-detect the robot configuration.

Embedded Setup

Ensure that you have nix installed: [[https://nixos.org/download/|nix]]

To enter the nix development environment for the RP2350x board, run:

cd pico
nix-shell

And wait a moment as nix installs dependencies into its cache.

Once you enter the nix shell, you have access to picotool and our rust toolchain, but to make things as easy as possible we have two helper commands:

build <binary>

Builds the project associated with src/<binary>.rs (src/main.rs by default).

upload <binary>

Uploads the project associated with src/<binary>.rs after building (src/main.rs by default).

About

Gear Slingers robot code for Push Back (2024-2025 Season)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •