26 :
public Odometry3d<MecanumDriveWheelPositions, MecanumDriveWheelVelocities,
27 MecanumDriveWheelAccelerations> {
#define WPILIB_DLLEXPORT
Definition SymbolExports.hpp:36
Helper class that converts a chassis velocity (dx, dy, and dtheta components) into individual wheel v...
Definition MecanumDriveKinematics.hpp:48
MecanumDriveOdometry3d(MecanumDriveKinematics kinematics, const Rotation3d &gyroAngle, const MecanumDriveWheelPositions &wheelPositions, const Pose3d &initialPose=Pose3d{})
Constructs a MecanumDriveOdometry3d object.
Odometry3d(const Kinematics< MecanumDriveWheelPositions, MecanumDriveWheelVelocities, MecanumDriveWheelAccelerations > &kinematics, const Rotation3d &gyroAngle, const MecanumDriveWheelPositions &wheelPositions, const Pose3d &initialPose=Pose3d{})
Definition Odometry3d.hpp:41
Represents a 3D pose containing translational and rotational elements.
Definition Pose3d.hpp:28
A rotation in a 3D coordinate frame, represented by a quaternion.
Definition Rotation3d.hpp:69
Definition LinearSystem.hpp:20
Represents the wheel positions for a mecanum drive drivetrain.
Definition MecanumDriveWheelPositions.hpp:15