Skip to content

UCLA-Rocket-Project/Auto-Cal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automated Calibration for PTs and LCs


Screen.Recording.2025-09-06.at.10.54.15.PM.online-video-cutter.com.mp4

Auto Cal Flow


Set-up instructions

  1. Create a virtual environment:

    python -m venv venv
  2. Activate the virtual environment:

    On Windows:

    venv\Scripts\activate

    On macOS/Linux:

    source venv/bin/activate
  3. Install dependencies:

    pip install -r requirements.txt
  4. Run project

    python src/main.py

To-do

  • Disable input box: while taking readings & after the calibrations are complete
  • Improve error messaging
  • Separate average value calculation and reading from serial

About

Calibrate pts while reading from serial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published