View Single Post
  #1   Spotlight this post!  
Unread 10-01-2016, 14:05
powster powster is offline
Registered User
FRC #1148
Team Role: Leadership
 
Join Date: Jan 2016
Rookie Year: 2013
Location: LA
Posts: 19
powster is an unknown quantity at this point
Robotbuilder Deleting and Rewriting Files (C++)

Yesterday I was having a lot of issues with Robotbuilder, but I finally linked it to a working project and used it. Today, I went to add a Gyro to the Drive Subsystem because I realized that I forgot to add it yesterday, and it created a whole new source file and changed the name of all the old source files (I.e. Drive.cpp became Drive.cpp~). Then I decided to try it again, and it did the same thing to the new files and deleted the oldest copy of code!

I've tested this out with other projects and it does the exact same thing. It won't fix/edit the code; it just creates a whole new version of the default code and doesn't carry over my code edits.

Does anyone know anything about this?