Skip to content

Commit 75ded9d

Browse files
committed
Update to latest WPILib dev commit
1 parent 46482c1 commit 75ded9d

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

subprojects/robotpy-wpimath/gen/controls/DCMotor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ classes:
1919
methods:
2020
DCMotor:
2121
Current:
22+
overloads:
23+
units::radians_per_second_t, units::volt_t [const]:
24+
units::newton_meter_t [const]:
2225
Torque:
2326
Voltage:
2427
Speed:

subprojects/robotpy-wpimath/gen/controls/PIDController.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ classes:
2020
GetD:
2121
GetIZone:
2222
GetPeriod:
23+
GetErrorTolerance:
24+
GetErrorDerivativeTolerance:
2325
GetPositionTolerance:
2426
GetVelocityTolerance:
2527
GetAccumulatedError:
@@ -31,6 +33,8 @@ classes:
3133
IsContinuousInputEnabled:
3234
SetIntegratorRange:
3335
SetTolerance:
36+
GetError:
37+
GetErrorDerivative:
3438
GetPositionError:
3539
GetVelocityError:
3640
Calculate:

subprojects/robotpy-wpimath/gen/kinematics/SwerveModuleState.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ classes:
1313
methods:
1414
operator==:
1515
Optimize:
16+
overloads:
17+
const Rotation2d&:
18+
const SwerveModuleState&, const Rotation2d&:
19+
ignore: true
1620

1721
inline_code: |
1822
cls_SwerveModuleState

0 commit comments

Comments
 (0)