Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frc5024/lib5k
The software libraries that power all Raider Robotics projects
https://github.com/frc5024/lib5k
control-systems frc hacktoberfest java-library
Last synced: about 1 month ago
JSON representation
The software libraries that power all Raider Robotics projects
- Host: GitHub
- URL: https://github.com/frc5024/lib5k
- Owner: frc5024
- License: gpl-3.0
- Created: 2020-07-03T13:51:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T18:56:40.000Z (over 1 year ago)
- Last Synced: 2024-02-13T04:39:06.682Z (9 months ago)
- Topics: control-systems, frc, hacktoberfest, java-library
- Language: Java
- Homepage: https://frc5024.github.io/lib5k
- Size: 5.74 MB
- Stars: 6
- Watchers: 8
- Forks: 6
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Support: .github/SUPPORT.md
Awesome Lists containing this project
- awesome-frc - Lib5K - A robotics library developed by team 5024 (Repositories / Java/Kotlin)
README
![Lib5K Logo](./assets/lib5k.png)
![Build Library](https://github.com/frc5024/lib5k/workflows/Build%20Library/badge.svg)
![Dependencies: Latest](https://img.shields.io/badge/dependencies-up--to--date-g)
[![Documentation](https://img.shields.io/badge/API-2.0.0-orange)](https://frc5024.github.io/lib5k/javadoc)
[![Documentation](https://img.shields.io/badge/-documentation-blue)](https://frc5024.github.io/lib5k)Lib5K is a robotics software library built and maintained by [Raider Robotics](https://github.com/frc5024), and is used by FRC teams world-wide. This library has two primary goals:
- Support our fast-paced design and development workflow
- Allow anyone from inexperienced programmers to mentors to experiment with advanced robotics control theory and toolingRaider Robotics is committed to keeping this library open source, supported, and free to use. This way, if you see one of our robots do something cool, you can come and take a look at the code that powers it (and even use it for yourself). Being built on top of the [WPILib](https://github.com/wpilibsuite/allwpilib/) project, Lib5K is one of the largest Java robotics libraries available for the FIRST Robotics Competition.
## More information
In an effort to keep our documentation centeralized and clean, everything you should need to know is stored in [the project's wiki](https://frc5024.github.io/lib5k). If you have any questions, or encounter any bugs, [open an issue](https://github.com/frc5024/lib5k/issues/new/choose) via our issue tracker.
## Sponsorships
Development of Lib5K is funded by our amazing sponsors. If you are interested in sponsoring this project and our team, [contact us](mailto:[email protected]).
![Sponsors](assets/sponsor-sheet.png)
We would also like to thank every mentor who has been involved in software development at Raider Robotics:
- [John Lownie](https://github.com/johnlownie)
- [Matt Sterner](https://github.com/Mattster092)
- [Michael Feeney](https://github.com/LordMichaelmort)
- [Michael Harwood](https://github.com/salamander2)
- [Warren Pratten](https://github.com/awpratten)