|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
||||
|
||||
|
WPI Robotics library updates
I want to write some code in LV 2012 for FRC 2013 that will work for the coming season.
Does the update that will come in January updates the library automaticly? I mean, Does code that was written before the update will be updated to the new version without rewriting it? (bug fixes etc.) |
|
#2
|
|||
|
|||
|
Re: WPI Robotics library updates
Yes, provided you are using the library and not modifying the library.
The functions that open, update, and close a servo, for example, are not a part of your project. They belong to the WPILib library and your code references them. They are listed in your project under dependencies. When the new version is installed, a newer version of that library is installed in the new version of the tool. The older version will still be located in the older location. When your code is loaded in the newer version of the tool, it will load the newer dependency library. Greg McKaskle |
|
#3
|
||||||
|
||||||
|
Re: WPI Robotics library updates
Make sure that your re-use of code is legal per R16 (or the equivilant in next years rules).
|
|
#4
|
||||
|
||||
|
Re: WPI Robotics library updates
Quote:
![]() Quote:
Thank you. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|