mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
64 lines
1.9 KiB
YAML
64 lines
1.9 KiB
YAML
defaults:
|
|
subpackage: estimator
|
|
|
|
extra_includes:
|
|
- 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:
|
|
wpi::math::PoseEstimator:
|
|
template_params:
|
|
- WheelSpeeds
|
|
- WheelPositions
|
|
methods:
|
|
PoseEstimator:
|
|
SetVisionMeasurementStdDevs:
|
|
ResetPosition:
|
|
ResetPose:
|
|
ResetTranslation:
|
|
ResetRotation:
|
|
GetEstimatedPosition:
|
|
SampleAt:
|
|
AddVisionMeasurement:
|
|
overloads:
|
|
const Pose2d&, wpi::units::second_t:
|
|
const Pose2d&, wpi::units::second_t, const wpi::util::array<double, 3>&:
|
|
Update:
|
|
UpdateWithTime:
|
|
|
|
templates:
|
|
DifferentialDrivePoseEstimatorBase:
|
|
qualname: wpi::math::PoseEstimator
|
|
params:
|
|
- wpi::math::DifferentialDriveWheelSpeeds
|
|
- wpi::math::DifferentialDriveWheelPositions
|
|
MecanumDrivePoseEstimatorBase:
|
|
qualname: wpi::math::PoseEstimator
|
|
params:
|
|
- wpi::math::MecanumDriveWheelSpeeds
|
|
- wpi::math::MecanumDriveWheelPositions
|
|
SwerveDrive2PoseEstimatorBase:
|
|
qualname: wpi::math::PoseEstimator
|
|
params:
|
|
- wpi::util::array<wpi::math::SwerveModuleState,2>
|
|
- wpi::util::array<wpi::math::SwerveModulePosition,2>
|
|
SwerveDrive3PoseEstimatorBase:
|
|
qualname: wpi::math::PoseEstimator
|
|
params:
|
|
- wpi::util::array<wpi::math::SwerveModuleState,3>
|
|
- wpi::util::array<wpi::math::SwerveModulePosition,3>
|
|
SwerveDrive4PoseEstimatorBase:
|
|
qualname: wpi::math::PoseEstimator
|
|
params:
|
|
- wpi::util::array<wpi::math::SwerveModuleState,4>
|
|
- wpi::util::array<wpi::math::SwerveModulePosition,4>
|
|
SwerveDrive6PoseEstimatorBase:
|
|
qualname: wpi::math::PoseEstimator
|
|
params:
|
|
- wpi::util::array<wpi::math::SwerveModuleState,6>
|
|
- wpi::util::array<wpi::math::SwerveModulePosition,6>
|