FRC1076 / RobotKitLib

Robotpy-WPILIB equivalent for raspberry pi robot kit
1 stars 1 forks source link

Make sure that everything can be done manually #67

Open VeeBallbach opened 3 years ago

VeeBallbach commented 3 years ago

Right now, the code makes various dangerous assumptions that can pretty much stop the user from doing anything if the assumptions aren't correct - for example, the robot currently needs code in the RobotCode folder to run, but there's no easy way to put code there without running deploy.py, which in turn makes assumptions about things like the bash.exe path. In the future, it should be possible to do everything manually in case these fail.