SouthEugeneRoboticsTeam / sertain

Framework for programming FRC robots, inspired by Sertain Legacy and Meanlib
6 stars 0 forks source link

Hot reloading #55

Closed gnawinganimal closed 4 years ago

gnawinganimal commented 4 years ago

Everytime you repush the robot code, all the network table values are reset. How tiring! We should have code so that the network tables are cashed in shuffleboard when new code is pushed and are then reconfigured to what they were before. And when we're at it, we should also have the motors be doing exactly what they were doing before, and we should also have all code, no matter what it was doing, do exactly what it was doing before. I guess that would kind of defeat the purpose of pushing new code, but... hOt ReLoAd