SouthEugeneRoboticsTeam / InfiniteRecharge-2020

Code for recharging a robot infinitely in the 2020 FRC game Infinite Recharge
4 stars 0 forks source link

Improved auto #28

Open kturner44 opened 4 years ago

kturner44 commented 4 years ago

This should make it nicer to create a lot of paths. auto(PathGenerator.startlocation.CENTER, listOf(PathGenerator.tasks.LOADINGSTATION, PathGenerator.tasks.UNLOAD, PathGenerator.tasks.TRENCH, PathGenerator.tasks.BALLS3))

mckelveygreg commented 4 years ago

@kturner44 Have you merged development in to this lately?