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:
@@ -370,7 +370,16 @@ enum class BuiltInWidgets {
|
||||
* </td></tr>
|
||||
* </table>
|
||||
*/
|
||||
kCameraStream
|
||||
kCameraStream,
|
||||
/**
|
||||
* Displays a field2d object.<br>
|
||||
* Supported types:
|
||||
*
|
||||
* <ul>
|
||||
* <li>Field2d
|
||||
* </ul>
|
||||
*/
|
||||
kField,
|
||||
};
|
||||
|
||||
} // namespace frc
|
||||
|
||||
Reference in New Issue
Block a user