SharpAI
/

How do dead wheels track the robot position?

Dead wheels, also known as tracking wheels or odometry pods, track the robot's position by using small, unpowered wheels, typically omni wheels, with an encoder attached to the wheel's axle . These encoders measure the distance the robot has traveled .

Localization software uses readings from these encoders, which track "counts" or "ticks" representing a certain amount of rotation . The number of counts per revolution (CPR) determines the precision of the data .

A common setup involves two or three dead wheels, usually sprung to maintain constant contact with the floor tiles for accuracy .

  • Two-wheel design: Uses one parallel and one perpendicular pod to measure x and y movement, respectively. A gyroscope measures the change in heading .
  • Three-wheel design: Employs two parallel and one perpendicular pod to measure x and y movement. Heading is determined by the difference between the two parallel wheels, often providing more accuracy than a gyroscope due to limitations of the BNO055 IMU in the FTC control system .
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.