diff --git a/README.md b/README.md index 4ad5aeb..8028b22 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ ### Python -[3.10+ amd64](https://www.python.org/ftp/python/3.9.6/python-3.9.6-amd64.exe) +[3.10+ amd64](https://www.python.org/downloads/release/python-31013/) ### VS Code diff --git a/robotcontainer.py b/robotcontainer.py index 0d1ba9a..8f0c195 100644 --- a/robotcontainer.py +++ b/robotcontainer.py @@ -73,7 +73,7 @@ def __init__(self) -> None: ), ) - pathsPath = os.path.join(wpilib.getDeployDirectory(), "pathplanner", "autos") #as of right now, it is necessary to move the deploy folder into .venv/scripts or .venv/bin + pathsPath = os.path.join(wpilib.getDeployDirectory(), "pathplanner", "autos") for file in os.listdir(pathsPath): relevantName = file.split(".")[0] auton = PathPlannerAuto(relevantName)