(Note: this software started development on March 27, 2023! It's in very early phases of development, so expect tons of bugs and missing functionality!)
Pathogen is the definitive visual auton maker for VEX and beyond.
Through a combination of node-based path design and blockly-style sequence of commands, this software aims to support any game, programming language, robot, and codebase.
For more information and to follow development, join the discord server! https://discord.gg/2RPvh6gBgE
Clone this project into a local repository. Then, install requirements with
pip install -r requirements.txt
If you have python3 installed and set up correctly, you should be able to run python main.py
to run the software. Otherwise, double check your python installation.