|
Re: Deploying Code Shortcut
Our team has actually set up a sweet system for autonomous that concurs the task of not having to deploy code.
Our autonomous code actually parses an text file found on the robot that we transfer using FTP. This makes for a quick and easy way to change autonomous' and helps to avoid touching or changing code on the robot, that might affect our teleop code.
We determined we can change our autonomous code from one to another in 11 seconds.
|