Files
allwpilib/wpimath/src/main/python/semiwrap/ArmFeedforward.yml

36 lines
982 B
YAML
Raw Normal View History

classes:
2025-11-07 20:00:05 -05:00
wpi::math::ArmFeedforward:
force_type_casters:
2025-11-07 20:00:05 -05:00
- wpi::units::radians_per_second_squared
typealias:
2025-11-07 20:00:05 -05:00
- wpi::math::ArmFeedforward::Acceleration
- wpi::math::ArmFeedforward::kv_unit
- wpi::math::ArmFeedforward::ka_unit
methods:
ArmFeedforward:
overloads:
'':
2025-11-07 20:00:05 -05:00
wpi::units::volt_t, wpi::units::volt_t, wpi::units::unit_t<kv_unit>, wpi::units::unit_t<ka_unit>:
Calculate:
overloads:
2025-11-07 20:00:05 -05:00
wpi::units::unit_t<Angle>, wpi::units::unit_t<Velocity> [const]:
wpi::units::unit_t<Angle>, wpi::units::unit_t<Velocity>, wpi::units::unit_t<Velocity> [const]:
MaxAchievableVelocity:
MinAchievableVelocity:
MaxAchievableAcceleration:
MinAchievableAcceleration:
GetKs:
GetKg:
GetKv:
GetKa:
SetKs:
SetKg:
SetKv:
SetKa:
extra_includes:
- wpystruct.h
inline_code: |
2025-11-07 20:00:05 -05:00
SetupWPyStruct<wpi::math::ArmFeedforward>(cls_ArmFeedforward);