Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 770 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 770 Bytes

Arm Bot

Structure

- src: The source files
    - main: The source code
        - net.ironpulse: The root of the source code
            - commands: All commands
            - drivers: The driver adapt the hardware to Java (gyros, swerve module, etc.)
            - maths: All maths utils
            - models: The data classes
            - subsystems: All subsystems (SwerveSubsystem, ArmSubsystem, etc.)
            - RobotContainer.java: Registration of key binding and subsystems
            - Robot.java: Manage the robot
            - Main.java: The entry of the all code
            - Constants.java: Save all the constants (PID parameters, length of the robot, etc.)
    - test: The unit tests
- vendordeps: The dependencies using vendordeps