VEX V5 drivetrain control and autonomous-path tooling (VEXcode Python).
main.py— drivetrain and mechanism control for a competition robot: a six-motor tank drive (threeRATIO_6_1motors per side inMotorGroups), plus high-scoring and dual-intake motors, driven from the primary controller.jerryconverter.py— converts Jerry.io path exports into motion commands the robot can run during autonomous.*.jerryio.txt— saved autonomous paths (e.g.red_left_mogo,red_left_firststack).
Open in VEXcode / PROS Python, adjust the port and gear-ratio constants at the top of main.py to match your robot, and download to the V5 brain. Regenerate autonomous routines by exporting a path from Jerry.io and running it through jerryconverter.py.