2025-10-24 01:28:04 -04:00
|
|
|
extra_includes:
|
2025-11-07 19:56:21 -05:00
|
|
|
- wpi/math/kinematics/DifferentialDriveWheelPositions.hpp
|
|
|
|
|
- wpi/math/kinematics/DifferentialDriveWheelSpeeds.hpp
|
|
|
|
|
- wpi/math/kinematics/MecanumDriveWheelPositions.hpp
|
|
|
|
|
- wpi/math/kinematics/MecanumDriveWheelSpeeds.hpp
|
|
|
|
|
- wpi/math/kinematics/SwerveDriveKinematics.hpp
|
2025-10-24 01:28:04 -04:00
|
|
|
|
|
|
|
|
classes:
|
2025-11-07 20:00:05 -05:00
|
|
|
wpi::math::Odometry3d:
|
2025-10-24 01:28:04 -04:00
|
|
|
template_params:
|
|
|
|
|
- WheelSpeeds
|
|
|
|
|
- WheelPositions
|
|
|
|
|
methods:
|
|
|
|
|
Odometry3d:
|
|
|
|
|
ResetPosition:
|
|
|
|
|
ResetPose:
|
|
|
|
|
ResetTranslation:
|
|
|
|
|
ResetRotation:
|
|
|
|
|
GetPose:
|
|
|
|
|
Update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
templates:
|
|
|
|
|
DifferentialDriveOdometry3dBase:
|
2025-11-07 20:00:05 -05:00
|
|
|
qualname: wpi::math::Odometry3d
|
2025-10-24 01:28:04 -04:00
|
|
|
params:
|
2025-11-07 20:00:05 -05:00
|
|
|
- wpi::math::DifferentialDriveWheelSpeeds
|
|
|
|
|
- wpi::math::DifferentialDriveWheelPositions
|
2025-10-24 01:28:04 -04:00
|
|
|
MecanumDriveOdometry3dBase:
|
2025-11-07 20:00:05 -05:00
|
|
|
qualname: wpi::math::Odometry3d
|
2025-10-24 01:28:04 -04:00
|
|
|
params:
|
2025-11-07 20:00:05 -05:00
|
|
|
- wpi::math::MecanumDriveWheelSpeeds
|
|
|
|
|
- wpi::math::MecanumDriveWheelPositions
|
2025-10-24 01:28:04 -04:00
|
|
|
SwerveDrive2Odometry3dBase:
|
2025-11-07 20:00:05 -05:00
|
|
|
qualname: wpi::math::Odometry3d
|
2025-10-24 01:28:04 -04:00
|
|
|
params:
|
2025-11-07 20:00:05 -05:00
|
|
|
- wpi::util::array<wpi::math::SwerveModuleState,2>
|
|
|
|
|
- wpi::util::array<wpi::math::SwerveModulePosition,2>
|
2025-10-24 01:28:04 -04:00
|
|
|
SwerveDrive3Odometry3dBase:
|
2025-11-07 20:00:05 -05:00
|
|
|
qualname: wpi::math::Odometry3d
|
2025-10-24 01:28:04 -04:00
|
|
|
params:
|
2025-11-07 20:00:05 -05:00
|
|
|
- wpi::util::array<wpi::math::SwerveModuleState,3>
|
|
|
|
|
- wpi::util::array<wpi::math::SwerveModulePosition,3>
|
2025-10-24 01:28:04 -04:00
|
|
|
SwerveDrive4Odometry3dBase:
|
2025-11-07 20:00:05 -05:00
|
|
|
qualname: wpi::math::Odometry3d
|
2025-10-24 01:28:04 -04:00
|
|
|
params:
|
2025-11-07 20:00:05 -05:00
|
|
|
- wpi::util::array<wpi::math::SwerveModuleState,4>
|
|
|
|
|
- wpi::util::array<wpi::math::SwerveModulePosition,4>
|
2025-10-24 01:28:04 -04:00
|
|
|
SwerveDrive6Odometry3dBase:
|
2025-11-07 20:00:05 -05:00
|
|
|
qualname: wpi::math::Odometry3d
|
2025-10-24 01:28:04 -04:00
|
|
|
params:
|
2025-11-07 20:00:05 -05:00
|
|
|
- wpi::util::array<wpi::math::SwerveModuleState,6>
|
|
|
|
|
- wpi::util::array<wpi::math::SwerveModulePosition,6>
|