Files
allwpilib/wpimath/src/main/python/semiwrap/kinematics/Odometry3d.yml

54 lines
1.6 KiB
YAML
Raw Normal View History

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
classes:
2025-11-07 20:00:05 -05:00
wpi::math::Odometry3d:
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
params:
2025-11-07 20:00:05 -05:00
- wpi::math::DifferentialDriveWheelSpeeds
- wpi::math::DifferentialDriveWheelPositions
MecanumDriveOdometry3dBase:
2025-11-07 20:00:05 -05:00
qualname: wpi::math::Odometry3d
params:
2025-11-07 20:00:05 -05:00
- wpi::math::MecanumDriveWheelSpeeds
- wpi::math::MecanumDriveWheelPositions
SwerveDrive2Odometry3dBase:
2025-11-07 20:00:05 -05:00
qualname: wpi::math::Odometry3d
params:
2025-11-07 20:00:05 -05:00
- wpi::util::array<wpi::math::SwerveModuleState,2>
- wpi::util::array<wpi::math::SwerveModulePosition,2>
SwerveDrive3Odometry3dBase:
2025-11-07 20:00:05 -05:00
qualname: wpi::math::Odometry3d
params:
2025-11-07 20:00:05 -05:00
- wpi::util::array<wpi::math::SwerveModuleState,3>
- wpi::util::array<wpi::math::SwerveModulePosition,3>
SwerveDrive4Odometry3dBase:
2025-11-07 20:00:05 -05:00
qualname: wpi::math::Odometry3d
params:
2025-11-07 20:00:05 -05:00
- wpi::util::array<wpi::math::SwerveModuleState,4>
- wpi::util::array<wpi::math::SwerveModulePosition,4>
SwerveDrive6Odometry3dBase:
2025-11-07 20:00:05 -05:00
qualname: wpi::math::Odometry3d
params:
2025-11-07 20:00:05 -05:00
- wpi::util::array<wpi::math::SwerveModuleState,6>
- wpi::util::array<wpi::math::SwerveModulePosition,6>