Skip to content

Investigate a way to test our software via simulations or integration/unit tests #15

Description

@ConnieJChi

Currently, we test the software by running it on the robot and seeing if it works. This isn't the best way to iterate on software as it requires a running robot and having to be in person to test the code.

We should try to investigate options to test our code or to try and simulate the robot.

There's some resources on how to simulate robot in the wpilibs docs: https://docs.wpilib.org/en/stable/docs/software/wpilib-tools/robot-simulation/introduction.html

We could also start trying to write unit tests, some basic docs on Junit (a commonly used Java testing framework): https://junit.org/junit5/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions