Mecanum wheels - 4 pack (Sale)

Replacement:ROB-11578. These have been replaced with an improved aluminum version! This page is for reference only.

Mecanum wheels allow your robot to not only travel forward and backward, but also side to side. Using rollers set on a 45° rotational axis parallel to the main rotational axis of the wheel, it allows sideways movement as well as forward and backward movement!

These wheels come in sets of 4 and require some basic assembly. A small hex wrench is included with each wheel set. These will mate directly with our micro gear motors. If using it with other motors, you can easily drill out the hubs to accept larger shafts.

Notes: For the best performance, there a few things you should know. The wheels might need a little lubrication to get the rollers moving well enough for lateral movement. Some basic grease works well. Since lateral motion relies on the motors moving against each other, you will get the smoothest lateral movement when the wheels are traveling at the same speed. The use of encoders (or some feedback loop) is recommended. Lastly, making sure your robot platform is balanced helps tremendously as well. Too much weight in the front or back can cause poor results.

Specifications:

  • Outside wheel diameter - 2.125"
  • Wheel width - 1.25"
  • Hub bore - 3mm (but can be drilled out, up to 0.25")
  • Capacity - 0.5-13 Kg

Comments

Looking for answers to technical questions?

We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.

  • PCPete / about 13 years ago / 4

    Oh yeah - for everyone complaining about the price : a friend of mine bought 2 x 8" diameter non-motorised metal omni wheels (admittedly with bearings for each of the rollers) about 18 months ago, and they cost him US$1370.00 - plus shipping.
    So $70-ish bucks for 4 of these is a steal!

  • Radiohound / about 13 years ago / 3

    Ok, one more try, here is a video

  • Johnson.2937 / about 13 years ago / 3

    You have to offer these now?!? I just rapid prototyped a set for 120$ Awesome, now I'll have a backup set.

    • Member #105277 / about 13 years ago / 1

      That just justified the cost of this set for me!

  • DML-P / about 12 years ago / 2

    Vexlabs started carrying a quad of Mecanum Wheels for $59.99. They are larger (~4" diameter), and designed for heavier robots.

    So, no longer cheapest available. Maybe you guys should start carrying some of the Vex stuff.

    • ddegn / about 12 years ago / 1

      The Vex Mecanum wheels are awesome! Take a look at a Rover 5 with the Vex Mecanum wheels here. Another video as it attempts an autonomous figure 8. I also have a set of the above wheels. They cost more and are not nearly as good as the Vex wheels. These FingerTech wheels are easier to mount and smaller but not worth the money in my opinion. Using encoders makes a big difference when driving Mecanum wheels.

    • erco / about 12 years ago / 1

      +1 on the recommendation to switch to Vex mecanum wheels. I bought both and there is no comparison. The Vex wheels are $60 and infinitely better than these awful Fingertech wheels.

  • erco / about 13 years ago * / 2

    Quite disappointed; these are NOT high quality wheels, although sadly they are the only option available. They hop & bump & bumble & skip, even at low speeds, like rolling on hexagonal wheels. The only "bearing" is the steel shaft spinning in the central housing, so there is lots of friction when the roller tips touch the ground. Do not expect to match the smooth motions you see in Youtube videos of Airtrax forklifts. Your chassis needs to swivel axially to achieve any driveablity at all.

    • add a tiny bit of lube to the axles and they work well for smaller robots.

      • erco / about 13 years ago * / 1

        Did that, and removed flash, and made custom delrin washers to replace the stock steel ones, and polished the axles, and modified my chassis so the axles pivoted to ensure all 4 wheels touched the ground evenly. Still unacceptable performance. Would be OK if the price was $20 for all four wheels, but these are horribly overpriced at $75.

        • I suspect your motor drivers or motors aren't powerful enough?

          • erco / about 13 years ago * / 1

            I beg to differ. I'm using four Futaba continuous rotation servos with gobs of torque and excellent low-speed control. Square chassis layout, exactly 25% weight on each wheel. The two big problems are: 1) too much friction on the wheel's roller shaft (bad design), which varies as the contact point on the roller changes. It's worst at the roller tip, when the shaft is really cocked in that small "bushing" on the main wheel, and 2) wrong roller profile: the proper geometry should roll smoothly as the wheel rotates. The current design hops and stumbles as it rotates, like a hexagonal wheel. There's nothing smooth about it and all that hopping makes & breaks contact with the ground even with pivoting axles at low speed. That introduces lots of chatter and random motion.

            • Sounds like you are doing everything right. They are tricky to get to work, as I've shown in the video when we launched them.

              contact customerservice@sparkfun.com if you are unsatisfied. sorry about that.

  • WizenedEE / about 13 years ago / 2

    For those needing programming help, this should work:
    double frontLeft = x + y + z;
    double frontRight = -x + y - z;
    double rearLeft = -x + y + z;
    double rearRight = x + y - z;
    double highSpeed = abs(max(max(frontLeft, frontRight), max(rearLeft, rearRight)));
    double speedDivisor = max (maxSpeed, highSpeed);
    frontLeft /= speedDivisor;
    frontRight /= speedDivisor;
    rearLeft /= speedDivisor;
    rearRight /= speedDivisor;

  • Member #354345 / about 12 years ago / 1

    Hi everybody, I have built a mecanum wheel robot using the same wheels The robot goes forward and backward very well , but it wiggles when in left and right motion.

    IAny idea what the problem can be ? should the speed be the same for left and right motion or they should be different ?

  • Member #354345 / about 12 years ago * / 1

    !!!

  • Member #354345 / about 12 years ago * / 1

    !!!

  • JGuthridge / about 12 years ago / 1

    High Flying Bovine Excrement!

    I saw these on a forklift in the background of the "shuttles depart the academy" scene in the 2009 Star Trek movie and wondered what in the heck they were. I thought at the time they were just set dressing trying to 'hi-tech' a humble forklift, which I see plenty of in my 'day job'.

    I'd since seen them on a forklift shown on Mythbusters, and thought that M5 built the things for the movie... Come to find out they are real, really real, and useful.

    I find it interesting that these wheels allow for removing the steering package on one or both axles of your bot. Stronger frame and let parts to go wrong on the base package at the cost of slightly more complicated wheels, nice.

  • Member #318339 / about 12 years ago / 1

    Anybody has the 3D model of this product for solidworks 2006?

  • Hi! I draw the wheel into SolidWorks, if any one needs: http://www.3dcontentcentral.com/parts/download-Part.aspx?id=357749&catalogid=171 All measurements are "ESTIMATED" because there is no datasheet for this product, but, works for getting an overal of the view...

  • Im having a hard time mating these with micro motor gearbox, Any help?

  • darthcoder / about 13 years ago / 1

    Are these any good in a three wheel configuration?

    • SomeGuy123 / about 13 years ago / 1

      Nope. With only three wheels, you would lose your ability to move sideways.

      • TheGoodRobot / about 13 years ago / 1

        Google "wowwee Rovio"
        I have two of these bots and it is 3 wheel, any direction.
        I'm building rc robots, from electric wheelchairs and selling them!
        TheGoodRobot@yahoo.com
        Http://www.TheGoodRobot.com

      • I'm sorry, but that's wrong. The math is a little different but you can still move any direction you like.

  • KD5PFF / about 13 years ago / 1

    Do these wheels have any traction? I am wondering if they will grip sheet metal...

  • PCPete / about 13 years ago / 1

    I was almost drooling as I first saw these nice babies, until I learned how they're designed to work.
    Unfortunately, Rocky (my rover, at http://www.tenuousminds.com) uses a single motor, through a reduction gearbox, through dual 2-wheel drive axles. That means these won't work on the current design. Sad face...
    For anyone interested in using these wheels, be aware that you need one motor per wheel in order to use their amazing directionality!
    That's not a huge deal for most typical 2-wheel-drive 'bots, but there's no way a single-motor 4x4 chassis can be easily modified to drive 'em. Since 4 small motors are much less efficient than one large one, I'm snookered power-wise too. Oh well - looks like I need to go back to ze drawinkboard!

  • Trond / about 13 years ago / 1

    Can you make a kit out of the Rover 5 robot in the picture?
    Or at least list all components required to build it?

    • We don't plan on making a kit. The electronics choice is really defendant on your project. Many different combinations will work. We just used an Arduino Uno, the baseplate, and XBee shield, and some motor drivers. If you were going to add the encoders, you might need more hardware.

      • Member #82657 / about 13 years ago / 1

        Which motor drivers did you use? We're looking to remake a wireless tank/robot demo for our LabVIEW interface.

  • TLAlexander / about 13 years ago * / 1

    Were these a 4 pack last week? I totally missed that! Hence me thinking they were very very expensive!

    • Member #105277 / about 13 years ago / 1

      Yeah these are sold in a 4-wheel set. Wouldn't do much good to have less than four!

  • Perl / about 13 years ago / 1

    Awesome job guys! I always wanted to play with them!

  • WizenedEE / about 13 years ago / 1

    Can you post a picture of the wheels assembled from the side (so perpendicular to the axle) so we can see how round they are?

  • TheGreat837 / about 13 years ago / 1

    ..... $75 for 4 wheels no bigger than my palm.... What are you guys thinking? Your markup is atrocious! And these things don't come preassembled either? Thank god i have plastic forming machinery, because these prices make me want to puke, i can make my own for less than $10 and 2 hours of meticulous work, which is better than paying $75 and waiting 8 days for them to travel over 1 state.... Good prices.

    • SomeGuy123 / about 13 years ago / 4

      While your at it, why don't you make your microcontroller too?

    • Kellsch / about 13 years ago / 3

      The price for these is actually quite reasonable. Mecanum wheels are atrociously expensive and it has nothing to do with markup. It has to do with demand and complexity.

      • That's what we thought. These are the cheapest out there. And very few people are making their own.

    • JWRM22 / about 13 years ago / 2

      You don't have to buy them. These are the cheapest mecanum wheels around. And not everyone has a 3D printer. Or et-least I don't have 1k for a printer.
      ~JWRM22~

  • Radiohound / about 13 years ago * / 1

    Here is a video of Mecanum wheels on a R/C? platform.
    youtube video

  • JWRM22 / about 13 years ago / 1

    I've got a set from the manufacturer that has been upgraded with special bearings, to give a mutch smoother drive. The only way these wheels work is because there are 2 different wheels. they are mirrored left and right, for and back.
    A disadvantage of these wheels is the efficiency and control trouble. Autonomous drive is hard with these wheels, because there are plenty of variables that are hard(er) to predict. But thats just a challenge. The efficiency of these wheels is the square root of 2 (theoretical...) because the inner rollers are turned by 45 degrees or 1/4pi rad.
    Its worth it to google "macanum wheels", "mecanum algarithm" for nice information like an algarithm that makes your robot. It will also explain the square root of 2.
    ATM I'm busy designing a robot with this type of wheels, from scratch. When I'm done you'll be able to download the plans from thingiverse.com (they have open source macanum wheels too...).
    ~JWRM22~

  • mbrown9412 / about 13 years ago / 1

    Woah - 75 bucks - thats a lot - what makes them so expensive? are they hard to find? have lots of complex parts?

  • Draxssab / about 13 years ago / 1

    An important part is missing in this pack.
    The sparkFun stickers on the hub shown on the Rover!

  • JohnD. / about 13 years ago / 1

    Actually the technology isnt that new, i saw one a couple of years back on a fingerlift in a factory warehouse.

    • RussNelson / about 13 years ago / 1

      Airtrax is the company. They ran out of money (including some of mine) and now exist only to license the technology to ... nobody.

  • erich81 / about 13 years ago / 1

    typo.. it should say "A small hex wrench is included" not "AN small hex wrench is included..."

    corrections

  • scharkalvin / about 13 years ago / 1

    Your video didn't make it clear how you select the mode that the wheels operate in. I kinda figured it had something to do with turning the wheels in different directions which makes 16 different possible combinations. You should publish a chart showing them.

  • dyanoshak / about 13 years ago * / 1

    Not sure if these come with instructions, but another helpful tip is to make sure the wheel rollers make an X pattern when looking from the top down.
    A helpful one-pager from Andy Mark Inc. (look at the bottom half): MecanumWheelSPecSheet.pdf

  • R0B0T1CS / about 13 years ago / 1

    Looks like someone's been having some fun with that mobile platform. Let's see some video; let's see some cool tricks :)

    • Kamiquasi / about 13 years ago / 1

      There's a video in the New Products Post associated with this product :)
      http://www.sparkfun.com/news/576

  • Jaybird / about 13 years ago / 1

    O my god, I must have a set !!!!

  • mman1506 / about 13 years ago / 1

    Holy 73 bucks!???!!!????

    • OddBot / about 13 years ago / 4

      Considering there are 38 parts for each wheel x 4 wheels = 152 parts.
      That's only 50c a part.

      • Stefan Thoolen / about 12 years ago / 1

        Thanks for reminding me, it'll be a hell of a work to put it together ;-)

      • Kamiquasi / about 13 years ago / 1

        True enough - but just to offset that a bit.. it's a whole lot of parts that are very much the same and are stamped out relatively cheaply once you've got them, and the production line, set up just right. I'm seeing some rough edges on these as it is (only cosmetic, wouldn't affect performance) so we're not exactly talking about hand-finished pieces ;)

    • Kamiquasi / about 13 years ago / 2

      For 4 of 'm - yeah, fairly cheap if it's exactly what you need for your robot ( which tends to be limited to special purpose and it-looks-cool justifications ;) )

      • Actually, I think this is the cheapest you can get them online at the moment.

        • AdamTolley / about 13 years ago / 1

          Right, because its some hot new patented tech, and the cost is covering innovation and investment I guess.
          It would be cool to see royalties on stuff like this suspended for student / research use (voluntarily by the mecanum, not as a law) - seems like that would be pretty win-win to me.

          • Member #113770 / about 12 years ago / 1

            The US Navy has owned the patent since the early 1980's.

          • Kamiquasi / about 13 years ago / 1

            The basic invention is fairly old (I'm sure wikipedia can help out there). The specific implementation may be patented, however.
            Regardless of any patent issues, though, there just hasn't been much of a market for them in the past (control issues, for one) and even now; how many robots absolutely need to 'strafe', rather than just turning the wheels (with either a small turning circle) or swiveling the wheels?
            But when you need it, it's there - and it's very cool SparkFun is offering these :)

    • TLAlexander / about 13 years ago / 1

      Yeah, these seem to be pricey.
      If you guys want cheaper, there are some slightly smaller wheels for $12 from Acroname (also a great place!).
      http://acroname.com/robotics/parts/R76-4CM-ROLLER.html
      And some slightly larger ones for $43.
      http://acroname.com/robotics/parts/R130-8CM-POLY-ROLLER.html
      Sparkfun carry these ones!
      Note these are a different style. Also, I have a bunch of these (the one above, from acroname) and really don't need them. I never used them much either. If someone wants to buy them from me, I'll give them a fair price. E-mail me at my username here, at gmail.
      -Taylor

      • Mecanum are very different from what you posted. With a traditional robot platform, mecanum wheels can accomplish a full range of movement. The wheels you posted require a different configuration.

        • TLAlexander / about 13 years ago / 1

          Ah, yeah, I forgot about that!
          These work well with a 4 wheeled vehicle, and the ones I posted work well with a 3 wheeled vehicle.
          Either way, the ones from acroname are cheap and you guys should carry them too!

Customer Reviews

No reviews yet.