|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
| Thread Tools | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
2014 robot with 2015 sofware
we need to know how to program 2015 software on a 2014 robot with?
we use the program eclipse to control our robot, and we use c++ for programming. |
|
#2
|
||||
|
||||
|
Re: 2014 robot with 2015 sofware
I'm not entirely sure if this is possible due to version changes. Maybe someone else who knows more about its backward compatibility can speak -- I also want to know this.
|
|
#3
|
|||
|
|||
|
Re: 2014 robot with 2015 sofware
C++ specific:
The first problem is that the new code can't compile to the old cRIO. You can't use the old plugins because the last free license of WindRiver expired in January. I would look into Team 1151's Thunder cRIO C++ tools, which let you compile cRIO plugins in Eclipse. If you are porting a 2015 program to a 2014 cRIO, make sure to follow this guide; but in reverse. Java: We are not a Java team but you can use NetBeans, the old 2014 plugins, and the old version of Java to get your code on a 2014 robot. If you are porting a 2015 program to a 2014 cRIO, make sure to follow this guide; but in reverse. (Thanks FrankJ) LabVIEW: Quote:
General: Make sure all your hardware is configured using the 2014 software (most importantly the router). Make sure to set your driver station laptop to a static IP address. I would read the 2014 ScreenSteps to make sure you configure everything correctly and you wired everything correctly. This information may not complete or correct. Our team hasn't done this and this is just based on my knowledge from beta testing and what I have read. If anyone has any corrections, I will edit my post. Last edited by iLloyd : 25-03-2015 at 20:06. Reason: Fixed Java section |
|
#4
|
|||||
|
|||||
|
Re: 2014 robot with 2015 sofware
LabVIEW
FRC 2015 code can be run on a 4-slot cRIO as well as the roboRIO. An 8-slot cRIO will only run FRC 2014 code, but last year's LabVIEW license doesn't expire. |
|
#5
|
||||
|
||||
|
Re: 2014 robot with 2015 sofware
JAVA: 2015 is completely different. Different virtual machine on the roborio. You have to use the 2014 plugins & the older version of Java.
|
|
#6
|
|||
|
|||
|
Re: 2014 robot with 2015 sofware
I wasn't clear with my post, I fixed it.
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|