Skip to content

Commit

Permalink
Add a note about the standalone utility to creating robot programs
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Turner <[email protected]>
  • Loading branch information
spacey-sooty committed Jan 6, 2025
1 parent 2845563 commit 6ed9ced
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Once everything is installed, we're ready to create a robot program. WPILib comes with several templates for robot programs. Use of these templates is highly recommended for new users; however, advanced users are free to write their own robot code from scratch.

.. tip:: All information here is also applicable to creating robot programs using the standalone utility found in your `$HOME/wpilib/2025/utility/wpilibutility`.

## Choosing a Base Class

To start a project using one of the WPILib robot program templates, users must first choose a base class for their robot. Users subclass these base classes to create their primary :code:`Robot` class, which controls the main flow of the robot program. There are various choices available for the base class:
Expand Down

0 comments on commit 6ed9ced

Please sign in to comment.