Skip to content

Useful Tools

These are some optional tools to check out that may make your life easier.

FRC Specific

We use these tools in our repo.

  • wpilib - This is the base sdk which allows us to interact with FRC stuff.
  • pathplanner - This allows us to do complex paths in auto

IDES

These are the various IDEs that members have used successfully, listed in order of weight (helix takes less resources on your computer than zed, which is better than vscdoe, etc.)

You don't need all of these, but having the wpilib vscode is a must when pushing code onto the robot.

Helix is great for ssh development and quick fixes, which is why it is probably installed on the Orin Nano.

CLion is arguably the best of them all, but it requires a lot of RAM and can be slow at times.

Zed is a good middle ground/starting point, but doesn't support windows yet.

Note that using autocomplete for clion or zed requires generating compile_commands.json and then opening the file via the editor/IDE.

Terminal Specific

Other