启动 RobotBuilder
备注
RobotBuilder 是一个 Java 程序所以应该可以在任何支持 Java 的平台上运行。我们已经在 macOS , Windows 和各种版本的 Linux 上成功运行了 RobotBuilder 。
获取 RobotBuilder
RobotBuilder 作为 WPILib 离线安装包的一部分被下载。若想得到更多信息,请看:ref:Windows/macOS/Linux installation guides <docs/zero-to-robot/step-2/wpilib-setup:WPILib Installation Guide>
选项1— 从 Visual Studio Code 开始

按下 “Ctrl+Shift+P” 然后输入 “WPILib” 或者单击右上角的WPILib的标志以气动WPILib的指令面板。选择 “Start Tool”,然后选择 “Robot Builder”。
选项2-捷径
Shortcuts are installed to the Windows Start Menu and the 2026 WPILib Tools folder on the desktop.
选项3-从脚本运行

安装过程将工具安装在 ~/wpilib/YYYY/tools 中(YYYY是年份,~在 Windows 系统中是``C:UsersPublic``)。
Inside this folder you will find .exe (Windows) and no extension (macOS/Linux) executables that you can use to launch each tool. These scripts help launch the tools using the correct JDK and are what you should use to launch the tools.