View Single Post
  #1   Spotlight this post!  
Unread 03-01-2015, 20:24
jreneew2's Avatar
jreneew2 jreneew2 is offline
Alumni of Team 2053 Tigertronics
AKA: Drew Williams
FRC #2053 (TigerTronics)
Team Role: Programmer
 
Join Date: Jan 2014
Rookie Year: 2013
Location: Vestal, NY
Posts: 195
jreneew2 has a spectacular aura aboutjreneew2 has a spectacular aura aboutjreneew2 has a spectacular aura about
Porting code to 2015, Error with generated robot builder code

Sorry for just posting a bunch of threads recently, but with the 2015 season upon us, I have run into some issues.

I set up Eclipse for C++ and have everything setup. So, i tried to create a robot builder project from the Eclipse plugin that launches it for you. I made a basic driveBase project with commands and imported it into Eclipse fine. However, the problem is that the generated code without any changes does not compile. I've looked through most of the files and most errors are something like this:

The type 'Joystick' must implement the inherited pure virtual method 'GenericHID::GetRawAxis'

As well as a couple other errors. Is robot builder not up to date with the roboRIO? Are there any other things I should look into when porting code from 2014 to 2015?

Thanks,
Drew
Reply With Quote