![]() |
Looking for software beta testers for comprehensive FRC Java framework
3 Attachment(s)
Hello teams!
I'm Noah Sutton-Smolin from FRC Team 3128. We're looking for two or three teams to beta test our Java software framework for FRC. Additionally, we'd like feedback on the simplicity and clarity of our documents, so even just reading our documentation would be helpful. We would like to eventually publish this framework for all teams to use, but we would like to ensure it will work properly. We're actually not asking for much; what we are really looking for is feedback on clarity, speed & efficiency, and ease of use. We are more than happy to accept feature requests as well. We won't ask you to use our framework on your actual robot in-game (though if you do, we would appreciate it!). The framework constitutes a highly flexible event-driven system which allows for easy teleop and autonomous programs. To use an example from our introduction, this is all that's needed to write a drive program: Code:
public static final XControl xControl1 = new XControl(1);Code:
ListenerManager.addListener(new Event(){Our Google Code project is here. The important and relevant documents are attached to this post, and are also in our SVN repository.
Any and all feedback is welcome! My email is in the document, though I will also be checking this for comments. You are also welcome to add my Skype info. My Skype is "nygubea.rfgina" passed through ROT13 (to avoid spambots). If you have questions about to implement a specific block of code, please ask! The nonlinearity can be somewhat confusing to get used to. Thank you so much, and we hope this brings some use in the future! ++Noah Sutton-Smolin |
Re: Looking for software beta testers for comprehensive FRC Java framework
Quote:
FWIW, the above use of the word Event may be confusing to some. The word "Event" is widely used to refer to a hardware occurrence, either periodic (such as a timer tick) or asynchronous (such a user pressing a button or limit switch changing state). The code which gets invoked when the Event occurs is typically called an Event Handler or Event Service Routine (ESR). This is analogous to an Interrupt and an Interrupt Service Routine (ISR). |
Re: Looking for software beta testers for comprehensive FRC Java framework
That's fair. The word "Event" was really one we picked because we needed to use something and weren't sure what to call it at the time (two years ago). I don't feel any significant need to refactor our code, though, since based on the docs it's clear what we mean by it.
Thanks for pointing it out, though! |
Re: Looking for software beta testers for comprehensive FRC Java framework
I would be interested in doing this. I am old to FIRST, but haven't mentored since 2005, so never used the Java IDE. I'll get back to you in a week.
|
Re: Looking for software beta testers for comprehensive FRC Java framework
Quote:
|
| All times are GMT -5. The time now is 22:34. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi