mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
[wpilib] Add Field widget to BuiltInWidgets in shuffleboard (#3961)
This commit is contained in:
@@ -473,6 +473,15 @@ public enum BuiltInWidgets implements WidgetType {
|
||||
* </table>
|
||||
*/
|
||||
kCameraStream("Camera Stream"),
|
||||
/**
|
||||
* Displays a field2d object.<br>
|
||||
* Supported types:
|
||||
*
|
||||
* <ul>
|
||||
* <li>{@link edu.wpi.first.wpilibj.smartdashboard.Field2d}
|
||||
* </ul>
|
||||
*/
|
||||
kField("Field"),
|
||||
;
|
||||
|
||||
private final String m_widgetName;
|
||||
|
||||
Reference in New Issue
Block a user