Skip to content

Flash3388/Flash2025

Repository files navigation

Frc-Robot-Template

This template is for FRC robot code.

Run Configuration

The project has several pre-made run configurations for your convenience. These configurations will be loaded automatically when you open the project.

To use a run configuration, select it from the configurations drop down box and click on run

image

Deploying to Robot

Select the Robot Deploy run configuration and click on run. This will build and deploy the code to the robot.

image

Deploying with Debugger

Select the Robot Deploy Debug run configuration to deploy the code with debugger enabled.

image

To attach a debugger, after a successful deployment (i.e. wait for the deployment to finish successfully), select and run the RoboRIO Debugger (run with debug, the bug button, not the run button).

image

Running Simulation

Select the Simulate run configuration and click on run. This will build and run the code in the simulator.

image

Running with Debugger

Select the Simulate Debug run configuration and click on run. This will run the simulation with debugger enabled.

image

Once the console prints Listening for transport dt_socket at address select and run the Simulation Debugger run configuration (run with debug, the bug button, not the run button).

image

image

Note that doing all these will run two configuration simultaneously. This is fine, but when you wish to stop the simulation you will need to stop both the simulation and the debugger.

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages