Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Java (http://www.chiefdelphi.com/forums/forumdisplay.php?f=184)
-   -   RoboLibJ - A new FRC Library (http://www.chiefdelphi.com/forums/showthread.php?t=133488)

amreuland 25-01-2015 12:22

RoboLibJ - A new FRC Library
 
Hello everyone.
So a couple years ago, I started working on a library to extend the functions of WPILib, to make it more complete/understandable. That project has mutated into a new library to try and replace WPILib. Its nowhere near done, but it has most of the essentials.

Mostly it is a re-write of WPILibJ, to make it more efficient. I wanted to post a link here and get some feedback. Feel free to fork it and work on it. Or even tell me its complete garbage. The point of it was to help my programming "skills" and make something for the community.

The Project is called RoboLib, and will have C++ and Java version. Currently, it only has a Java version, as I stink at C/C++. The project links are here:
I look forward to reading your responses and thoughts on the project.

Thanks.

amreuland 07-02-2015 23:34

Re: RoboLibJ - A new FRC Library
 
So, an update for the library.

I re-did Network Tables, to have a smaller footprint, and removed the client portion, as the robot will always be the server.

You can now load a json file to be read in and construct various actuators/motors/sensors that way. just call
Code:

RobotMap.get('token', Type.class);
This will obviously need a lot of documentation, but for now, there is an example in the root directory, named 'rmap.json'

I plan to continue working on this, improving it, and taking suggestions to make it better.


All times are GMT -5. The time now is 11:45.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi