mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
HAND FIX: Fix robotpy yaml files
This commit is contained in:
committed by
Peter Johnson
parent
d3da30d53a
commit
cf711a125e
@@ -17,12 +17,8 @@ classes:
|
||||
GetStickAxis:
|
||||
GetStickPOV:
|
||||
GetStickButtons:
|
||||
GetStickAxisCount:
|
||||
GetStickPOVCount:
|
||||
GetStickButtonCount:
|
||||
GetJoystickType:
|
||||
GetJoystickName:
|
||||
GetJoystickAxisType:
|
||||
IsJoystickConnected:
|
||||
IsEnabled:
|
||||
IsDisabled:
|
||||
@@ -52,6 +48,14 @@ classes:
|
||||
StartDataLog:
|
||||
GetAngle:
|
||||
GetJoystickIsGamepad:
|
||||
GetStickButtonIfAvailable:
|
||||
GetStickAxisIfAvailable:
|
||||
GetStickAxesMaximumIndex:
|
||||
GetStickAxesAvailable:
|
||||
GetStickPOVsMaximumIndex:
|
||||
GetStickPOVsAvailable:
|
||||
GetStickButtonsMaximumIndex:
|
||||
GetStickButtonsAvailable:
|
||||
inline_code: |
|
||||
.def("getControlState",
|
||||
[](DriverStation *self) -> std::tuple<bool, bool, bool> {
|
||||
|
||||
Reference in New Issue
Block a user