|
Custom RobotBuilder Structure Classes
My team was hoping to use the RobotBuilder this year to manage the robot structure and easy some of the burden off our new programmers back (some of which barley know any Java).
However the problem is that we don't use the standard Joystick, we use an Xbox controller, and to make things easier we made an XboxJoystick class for use with it, and that lead to finding out there isn't a way to add custom classes into the RobotBuilder structure.
I would prefer to continue using our XboxJoystick class over referencing everything through the getRawAxis/Button methods of the Joystick class and use the robotbuilder as well.
If not then we can always just drop one or the other, no problem, but a solution would be favorable.
__________________
 Programmer - A creature known for converting Caffeine into Code.
Studying Computer Science @ Louisiana Tech University
Associate Consultant @ Fenway Group
2012-13: 3946 - Head of Programming, Electrical and Web
2014 - 3468 - Programming Mentor
2015 - Present - Lurker
Last edited by gixxy : 01-30-2013 at 10:20 AM.
|