Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

new_PID

Autonomous-path analysis and angle-calibration tooling for VEX robotics tuning.

It parses Jerry.io path exports (#PATH-POINTS-START blocks of x, y, speed waypoints) and works out the point-to-point geometry a robot needs to follow them — heading/angle between consecutive waypoints, useful for validating turns and feeding a PID heading controller during autonomous routines.

Usage

pip install numpy matplotlib
python point_ang_cal.py

Paste a Jerry.io path into input_data (or wire it to a file) and it computes and plots the waypoint angles.

Why

Autonomous VEX routines live or die on accurate heading control. This visualizes what a planned path actually demands before it goes on the robot, so PID tuning starts from data instead of guesswork.

About

Standalone PID control and angle-calibration utilities for VEX robotics tuning.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages