2025-10-24 01:28:04 -04:00
|
|
|
classes:
|
2025-11-07 20:00:05 -05:00
|
|
|
wpi::math::DifferentialDriveFeedforward:
|
2025-10-24 01:28:04 -04:00
|
|
|
force_type_casters:
|
2025-11-07 20:00:05 -05:00
|
|
|
- wpi::units::meters_per_second
|
|
|
|
|
- wpi::units::meters_per_second_squared
|
|
|
|
|
- wpi::units::radians_per_second
|
|
|
|
|
- wpi::units::radians_per_second_squared
|
|
|
|
|
- wpi::units::compound_unit
|
2025-10-24 01:28:04 -04:00
|
|
|
attributes:
|
|
|
|
|
m_kVLinear:
|
|
|
|
|
m_kALinear:
|
|
|
|
|
m_kVAngular:
|
|
|
|
|
m_kAAngular:
|
|
|
|
|
methods:
|
|
|
|
|
DifferentialDriveFeedforward:
|
|
|
|
|
overloads:
|
2025-11-07 20:00:05 -05:00
|
|
|
decltype(1_V/1_mps), decltype(1_V/1_mps_sq), decltype(1_V/1_rad_per_s), decltype(1_V/1_rad_per_s_sq), wpi::units::meter_t:
|
2025-10-24 01:28:04 -04:00
|
|
|
decltype(1_V/1_mps), decltype(1_V/1_mps_sq), decltype(1_V/1_mps), decltype(1_V/1_mps_sq):
|
|
|
|
|
# ? decltype ( 1 _V / 1 _mps ), decltype ( 1 _V / 1 _mps_sq ), decltype (
|
2025-11-07 20:00:05 -05:00
|
|
|
# 1 _V / 1 _rad_per_s ), decltype ( 1 _V / 1 _rad_per_s_sq ), wpi::units::meter_t
|
2025-10-24 01:28:04 -04:00
|
|
|
# :
|
|
|
|
|
# param_override:
|
|
|
|
|
# kVLinear:
|
|
|
|
|
# x_type: decltype(1_V / 1_mps)
|
|
|
|
|
# kALinear:
|
|
|
|
|
# x_type: decltype(1_V / 1_mps_sq)
|
|
|
|
|
# kVAngular:
|
|
|
|
|
# x_type: decltype(1_V / 1_rad_per_s)
|
|
|
|
|
# kAAngular:
|
|
|
|
|
# x_type: decltype(1_V / 1_rad_per_s_sq)
|
|
|
|
|
# decltype ( 1 _V / 1 _mps ), decltype ( 1 _V / 1 _mps_sq ), decltype ( 1 _V / 1 _mps ), decltype ( 1 _V / 1 _mps_sq ):
|
|
|
|
|
# param_override:
|
|
|
|
|
# kVLinear:
|
|
|
|
|
# x_type: decltype(1_V / 1_mps)
|
|
|
|
|
# kALinear:
|
|
|
|
|
# x_type: decltype(1_V / 1_mps_sq)
|
|
|
|
|
# kVAngular:
|
|
|
|
|
# x_type: decltype(1_V / 1_mps)
|
|
|
|
|
# kAAngular:
|
|
|
|
|
# x_type: decltype(1_V / 1_mps_sq)
|
|
|
|
|
Calculate:
|