varun7654 / AutoBuilder

A gui tool for graphically designing and testing autos in FRC
GNU General Public License v3.0
31 stars 2 forks source link

Support multiple robots #19

Open whosawhatsis opened 2 years ago

whosawhatsis commented 2 years ago

If multiple robots on the same alliance use AutoBuilder, the teams should be able to import both autonomous routines into one instance of the program, then tweak and re-export them if necessary.

At the very least, this would allow you to check for possible collisions, even if robots need to cross each other's paths. More advanced uses might even make it possible to do things like pass game objects from one robot to another.

varun7654 commented 2 years ago

Sounds like a cool idea that could be really useful! This would require some pretty significant refactoring (as we need to load both configs at the same time and load up multiple autos at the same time), but I'll probably look into this more once the offseason hits!