Shuffleboard 常见问题,问题和错误

警告

Shuffleboard以及大多数其他控制系统组件是用Java 11开发的,不会在Java 8中工作。在报告问题之前,请确保您的计算机安装了Java 11,并将其设置为默认Java环境。

常见问题

我如何用 Shuffleboard 报告问题,错误或功能请求?

There is no active maintainer of Shuffleboard, but we are accepting pull requests. Bugs, issues, and feature requests can be added on the Shuffleboard GitHub page by creating an issue. Please try to look at existing issues before creating new ones to make sure you aren’t duplicating something that has already been reported or work that is planned. You can find the issues on the Shuffleboard GitHub page.

我如何添加自己的小部件或其他扩展到Shuffleboard?

Custom Widgets has a large amount of documentation on extending the program with custom plugins. Sample plugin projects that can be used for additional custom widgets and themes can be found on the Shuffleboard GitHub page.

我如何从源代码构造Shuffleboard?

你可以在GitHub网站上下载、克隆或分叉存储库来获得源代码。要从源代码构建和运行Shuffleboard,请确保当前目录是顶级源代码,并使用以下命令之一:

应用

指令(对于Windows系统运行gradlew.bat文件)

运行Shuffleboard

./gradlew :app:run

为插件创建构建api和实用程序类

./gradlew :api:shadowJar

构建完整的应用程序jar文件

./gradlew :app:shadowJar