File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed
subprojects/robotpy-wpimath/gen Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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
1721inline_code : |
1822 cls_SwerveModuleState
You can’t perform that action at this time.
0 commit comments