Skip to content

3648TJSpartans/Framework

Repository files navigation

Team 3648 Java FRC Framework

Welcome to team 3648's Java FRC Framework! This is a command-based framework that allows teams to easily program their robot using XML for FIRST Robotics Competition (FRC). This framework is designed to simplify the programming process and make it easier for teams to focus on building their robot.

Features

  • Uses XML files to store hardware constants such as ports, motor controller type, control mode, etc.
  • Controller mapping for easy joystick input mapping.
  • Autonomous program writing using a command-based system.
  • Generic commands like Motor_Set or Motor Default, as well as specialized subsystem commands that can be added.

Getting Started

Prerequisites

  • WPILib
  • Java Development Kit (JDK) version 11 or higher.
  • FRC RoboRio and a compatible hardware.

Installation

  1. Clone or download the repository.
  2. Open the project in your preferred Java IDE.
  3. Build the project using Maven.

Usage

  1. Define your robot hardware constants in src/main/java/frc/robot/Robot.java file.
  2. Create your autonomous programs in the src/main/deploy/auton folder.
  3. Define your control mappings in the src/main/deploy/controller folder.
  4. Deploy the code to your robot and run it.
  5. Monitor the robot through shuffle board and terminal.

For more information on how to use the Framework, please visit out wiki.

Contributing

We welcome contributions from other teams who are interested in using or improving our framework. If you have suggestions or improvements, please feel free to fork the repository and submit a pull request.

Acknowledgments

We would like to thank the FIRST Robotics Competition and all the volunteers who make it possible. We would also like to thank the developers of WPILib for their contributions to the FRC community.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages