![]() |
Re: [FRC Blog] Control System Update
Quote:
|
Re: [FRC Blog] Control System Update
Quote:
|
Re: [FRC Blog] Control System Update
Quote:
|
Re: [FRC Blog] Control System Update
Quote:
CANJaguar is basically a giant, ugly, 10k-line ball of code that we are hesitant to touch. Few teams use it, so we can't justify cleaning it up, and teams still use it, so we can't just drop support. We're supporting it for 2017 as a third party library, but we're probably going to stop maintenance in 2018. |
Re: [FRC Blog] Control System Update
Quote:
|
Re: [FRC Blog] Control System Update
I'm a fan of the separation of device libraries. For specifically large libraries (like the CAN motor controllers), the omission of these from the 'standard library' should result in smaller binary sizes and (at least on Java, not sure about C++ just yet), less RAM usage.
For the 'plugin system', I hope that this support comes in the form of compile-time library additions. For C++, I'm hopeful that library providers will include either the source, or both a shared and static version of their native library. For java the plugin system should be fairly trivial assuming JNI is done fine. I'll try and contact some beta-test teams and keep an eye on the WPI repo to try and get OpenRIO's existing and new libraries up and running for the 2017 season, as unfortunately I don't have access to beta-testing stuff directly. |
Re: [FRC Blog] Control System Update
Quote:
|
Re: [FRC Blog] Control System Update
Quote:
That being said, I'm worried a bit that some vendors are going to prefer developing in one language over another and therefore some teams aren't going to get access to the latest code/firmware/features because of it. I hope this doesn't happen but it is a possibility with moving the development and maintenance to 3rd parties. |
Re: [FRC Blog] Control System Update
1 Attachment(s)
Quote:
|
Re: [FRC Blog] Control System Update
Quote:
Code:
<target name="doInstall" depends="wpilib.check" unless="wpilib.exists"> |
Re: [FRC Blog] Control System Update
Quote:
|
Re: [FRC Blog] Control System Update
Quote:
|
Re: [FRC Blog] Control System Update
Quote:
|
Re: [FRC Blog] Control System Update
Quote:
Quote:
|
Re: [FRC Blog] Control System Update
Quote:
|
| All times are GMT -5. The time now is 11:12. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi