View Single Post
  #6   Spotlight this post!  
Unread 10-01-2016, 13:33
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
Re: Robotbuilder not working (C++)

I just found a way to work around this Robotbuilder issue. I created a New Robot Project through Eclipse New Other Project and then selected WPIlib example Robot. Then I deleted its source code but kept the base. Then I made a Robotbuilder project and set it to modify that project and then exported the new source code. That finally seemed to make a working robot project and it has the OI and RobotMap class. Hopefully FRC will release an update that fixes these issues so I don't have to use such a roundabout way to write code.

EDIT: When I go back to robot builder to add more, it overrides the code I have and instead of editing it creates a whole new copy of it which is incredibly not ideal... Any ideas?

Last edited by powster : 10-01-2016 at 13:57.
Reply With Quote