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