Skip to content

FulcrumActual/Dozer

 
 

Repository files navigation

Dozer

Dozer is a framework for robots built with WPILib to help write fluent, readable code.

Features

  • A task scheduler that allows you to write your robot logic as coroutines
  • Wrapping of common motors, controllers, and sensors for easy inialization and management

Getting Started

👷

Download a Release (Coming soon)

Or add us as a dependency on Maven (Also coming soon)

🚧

Prerequisites

You'll need a copy of the latest build of WPILib from FRC, either as an Eclipse plugin or as a Maven artifact

Installing

Eclipse Plugins

Add our built jar archive to USER_HOME\wpilib\user\java\lib(C:\Users\USERNAME on Windows). This jar file will be available to all existing and future projects that are built with WPILib in Eclipse, and will be packaged automatically into the deploy task.

Maven Artefact

(Support coming soon)

Built With

  • WPILib - The Robot Library this project is based on.
  • Maven - Dependency Management
  • Zoominfo's Java Generators - A sadly abandoned implementation of lazy generators in java, used to handle coroutines.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Special thanks to all of our mentors in helping us make this project a reality ❤️

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%