Announcement

Collapse

Technology Forum Has Moved!

The FIRST Tech Challenge Technology forum has moved to a new location! Please take a look at our forum blog for links and instructions on how to access the new forum.

The official blog of the FIRST Tech Challenge - a STEM robotics programs for students grades 7-12.


Note that volunteers (except for FTA/WTA/CSA will still access their role specific forum through this site. The blog also outlines how to access the volunteer forums.
See more
See less

Omni Wheel Drive Train and Auto Mode

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #31
    We did some additional testing of our odometry code for our robot (with the four Omni Wheels). The odometry code computes X, Y, and Rotational robot motion based on encoder counts, and converts this to changes in field coordinates. It assumes that the Robot Forward Motion will exceed the Wheel Distance by a factor of sqrt(2) for X and Y modes. We compared the Forward Robot Motion predicted by the odometry code (for pure Y motion and pure X motion) with actual forward robot motion measured with a tape measure. We did find that the forward robot motion is greater than wheel distance, but not quite by sqrt(2). It fell short of this prediction by about 11-12 %. So, instead of a factor of 1.41, we got a factor of about 1.25. This was true for both X-mode and Y-mode motion.

    I attribute the 11-12% distance loss to wheel skidding. This could be adjusted for by inserting a "fudge factor" of 0.89 into the odometry equations for X motion and Y motion. That should work for pure X motion or pure Y motion, but I think it would be a problem for diagonal motion.
    For example, diagonal motion using an X mode component of +1 and a Y mode component of +1 would result in wheels 2 and 4 rotating at the same positive speed, and wheels 1 and 3 not rotating at all (just drifting with their rollers). In that setting I suspect there would be very little skidding of wheels 2 and 4 (because they aren't being forced to drift at all), so the fudge factor needed for pure X or pure Y motion wouldn't work for diagonal motion. Haven't had a chance to test this with measurements.

    We also compared the odometry code with MR gyro readings in the Rotation mode and found agreement within about 3 %.

    Comment


    • #32
      Mikets,

      I'd be very interested to know what results you got for the measurements with your mechanum wheels. I don't have any experience with them, but with the rollers mounted at 45 degrees to the plane of the wheel (as opposed to 90 degrees for the Omni), I'd suspect different results. I would have guessed that forward robot motion equals wheel distance for either y-direction or x-direction robot motion. What did you find?

      Comment


      • #33
        Originally posted by jkenney View Post
        Mikets,

        I'd be very interested to know what results you got for the measurements with your mechanum wheels. I don't have any experience with them, but with the rollers mounted at 45 degrees to the plane of the wheel (as opposed to 90 degrees for the Omni), I'd suspect different results. I would have guessed that forward robot motion equals wheel distance for either y-direction or x-direction robot motion. What did you find?
        My finding was on post #28 on this thread. The y direction is a just like normal wheels. But x distance is smaller than wheel distance with a percentage that doesn't look like related to dart of 2.

        Comment


        • #34
          Sorry looks like post #24 has more detail analysis.

          Comment

          Working...
          X