Swerve Drive Idea

I’m designing a robot, and have decided to implement a swerve drive. I’m loosely basing the swerve modules on 221’s Wild Swerve. These modules have a CIM motor, and gear box on the pod. I would like to be able to turn these modules without any restriction, but those darn wires will get in the way. So, I was thinking of a way to solve this issue, and this is what I came up with.

place 2 stationary metal rings around the module, so it can turn freely, then use pvc, or something to that effect to rout the wires from the CIM to the ring, then attach the wire to a metal wheel and axil assembly (like one on a model train) and use the ring like a track. The ring can then be attached to a Jag/Victor with stationary wires.

This entire assembly, can then be encased in lexan/plastic/something to keep hands away from current.

I would love to here what you think about this idea, any improvements, and/or any constructive criticism

You’re looking for something called a “slip ring.”

What you’ve described is a rudimentary sort, but you can purchase something to do the job as well.

Bearing in mind they were illegal this year in FRC and may continue to be in the future.

something like that, but the ones I’ve seen, wont go around the swerve module, see,

http://www.rotarysystems-sr.com/sites/default/files/SR013lg.jpg

http://ep.yimg.com/ca/I/yhst-33833170891817_2102_19436569

I seem to have missed this. Under what rules were they illegal?

This is not a FRC bot, so I’m not too worried about the rules, but I would like to find a solution that COULD be implemented by teams

They were legal in 08.

I’ll double check this but I do recall reading something about it, I could just be remembering something else.

EDIT: http://www.chiefdelphi.com/forums/showpost.php?p=958707&postcount=3 Al made the comment from a Q&A answer. It says R47 but I don’t have a rulebook in front of me.

Yup, and 190 used them well.

It may be easier to make a hollow main pivot axle so that you can pass the wires out the top of the module.

A few teams did this sort of modification to Wild Swerve units this season.

frc20 is one that comes to mind.

We did this for our Swerve for Triple Play, and it didn’t end well. Eventually the wires will twist and fray, even with programming constraints to avoid as much steering and overturning as possible.

We did this for our Swerve for Triple Play, and it didn’t end well. Eventually the wires will twist and fray, even with programming constraints to avoid as much steering and overturning as possible.

Agreed, this can be an issue.

I recall frc469 in the past few seasons auto unwinding their swerve modules when they were sitting still to avoid wire issues.

You can always go coaxial. :slight_smile:

This is what I’m trying to avoid, I want to be able to make an infinite number of turns, and not have to worry about the wires. I think that by having stationary rings, and in turn, stationary wires, this will prove to be far superior.

I have looked into 118 swerve drive units, but I like larger wheels, and the dual chain drive just seems unattractive to me.

Team 190 used homemade high power slip rings for their arm in 2008. I believe they worked quite well. If you want more information I can ask someone who was on the team in 2008 to PM you.

Team 20 had code to center the wheels whenever they are sitting still. They could rotate 1440 degrees total (2 spins either way, limited by the 10 turn pots). We had no noticeable damage to the wires after 3 competitions. We were planning on using magnetic encoders to detect position plus slip rings to have unlimited spins, but that didn’t work out.

This might sound harsh, but if “attractiveness” is a heavy design influence for you, you might want to examine your design expectations…

I don’t mean visually, I mean unattractive in a mechanical sense. I don’t like coaxial drive shafts, and extra chain drives that can fail.

please do, Thanks

What you are describing is a very common rotary contact device called a “slip ring.” There are many forms commercially available. One of the nicest is a mercury filled connector made by Mercotac, which gives noise-free current flow with zero wear. It is true that such slip rings or rotary connectors were suddenly deem illegal this year by FRC Q&A. This was via the response to a forum Q&A on the subject. Our sister team and our team were involved in the questions and responses that brought about this new restriction. We had researched the subject and found that the FRC forum had explicitly allowed their use on six different occasions in the last few years. However when asked about it this year, the response was that they now violated the wiring rules. Turns out in a 2-minute FRC match, with smart, efficient steering logic, infinite rotation in a swerve drive is not really needed anyway. We found that allowing for 4-5 rotations in a wire loop was sufficient. If the steering logic is right, the rotations tend to average out rather than accumulate in one direction. We had a register that tracked the accumulated rotation, and would tend to reverse it if it exceeded a certain limit, but that condition was rarely reached.

the rule jspatz1 was mentioning that was clarified to us was R50

“<R50> Custom circuits shall NOT directly alter the power pathways between the battery, Power Distribution Board, speed controllers, relays, motors, or other elements of the robot control system (including the power pathways to other sensors or circuits). Custom high impedance voltage monitoring or low impedance current monitoring circuitry connected to the ROBOT’S electrical system is acceptable, because the effect on the ROBOT outputs should be inconsequential.”

they just clarified that absolutely nothing besides the copper wires can be used. some members were confused with the clarification and thought of similar ideas, that were still illegal because they would violate the rule.

Chexposito is totally correct. I should give proper credit to his team 1730 for giving us a heads-up on this issue, and helping us realize that the the rotary connectors were not really essential. Some wire loop and proper programming can handle the problem. (but its not as cool!)