SharpAI
/

mecan drive

mecan drive

We recommend building a mecanum drive using 3 to 4-inch diameter wheels with ball bearing supported rollers configured in an "X" shape, where the rollers angle toward the center when viewed from above . Game Manual 0 explains that this "X" configuration allows the force vectors of the offset rollers to combine for movement in any direction, though friction means the robot will drive slightly faster forwards and backwards than it strafes . Game Manual 0 highlights the goBILDA Mecanum Wheels v2 (96mm) and the REV Robotics Mecanum Wheels (75mm) as the gold standard options because their ball bearing rollers minimize friction to provide superior strafing performance compared to wheels with bushings .

While Game Manual 0 notes that mecanum drives offer excellent maneuverability, agility, and acceleration, they suffer from lower traction than standard traction wheels, making the robot susceptible to being pushed around by defenders and unable to traverse rough terrain . Additionally, because each of the four wheels must be powered independently, the system lacks redundancy if a motor or drive connection fails .

To program the drivetrain, developers can use inverse kinematics to calculate individual wheel velocities from the desired robot velocity, or forward kinematics to determine the robot's overall velocity from its wheel speeds . For advanced software implementation, teams can refer to the restricted resources on FTCLib WPILib Kinematics for Mecanum Drive Kinematics (https://docs.ftclib.org/kinematics/wpilib-kinematics/mecanum-drive-kinematics) and Mecanum Drive Odometry (https://docs.ftclib.org/kinematics/wpilib-kinematics/mecanum-drive-odometry), as well as the REV Robotics Docs on Programming Mecanum - Simplified (https://docs.revrobotics.com/duo-control/hello-robot-blocks/part-4-going-beyond/programming-mecanum-simplified) and Programming Mecanum - Refined (https://docs.revrobotics.com/duo-control/hello-robot-blocks/part-4-going-beyond/programming-mecanum-refined) . For physical assembly and setup, teams can consult the restricted REV Robotics Docs on Mecanum Wheel Setup and Behavior (https://docs.revrobotics.com/duo-build/ftc-starter-kit-mecanum-drivetrain/mecanum-wheel-setup-and-behavior) and the Mecanum Drivetrain Kit (https://docs.revrobotics.com/duo-build/mecanum-drivetrain-kit-mecanum-drivetrain) .

Was this right?

Generated from indexed documentation and can be wrong — check the source beside each claim. Follow-ups are not saved. Unofficial, not affiliated with FIRST. Quotes Game Manual 0 (CC BY-NC 4.0) and FTC Docs (BSD 3-Clause). Built by Sharp Face Robotics.